Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Zacząłem się bawić vlanami przy pomocy maszyn wirtualnych z wykorzystaniem virtualboxa.
Stworzyłem 3 wirtualne maszyny, z czego jedna robi jako router, a dwie pozostałe jako PC'ty.
Chcę stworzyć to jako 'jeden interfejs routera -> jeden vlan'.
Zainstalowałem pakiet 'vlan' oraz załadowałem moduł 8021q.
Konfiguracja Routera:
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback allow-hotplug eth1 iface eth1 inet static address 192.168.10.1 network 192.168.10.0 netmask 255.255.255.0 gateway 192.168.10.1 broadcast 192.168.10.255 allow-hotplug eth2 iface eth2 inet static address 192.168.20.1 network 192.168.20.0 netmask 255.255.255.0 gateway 192.168.20.1 broadcast 192.168.20.255 auto vlan10 iface vlan10 inet static address 192.168.10.1 netmask 255.255.255.0 vlan-raw-device eth1 auto vlan20 iface vlan20 inet static address 192.168.20.1 netmask 255.255.255.0 vlan-raw-device eth2
konfig host1:
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet static address 192.168.20.2 gateway 192.168.20.1 netmask 255.255.255.0 network 192.168.20.0 broadcast 192.168.20.255 auto vlan20 iface vlan20 inet static address 192.168.20.2 netmask 255.255.255.0 gateway 192.168.20.1 vlan-raw-device eth0
konfig host2:
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet static address 192.168.10.2 gateway 192.168.10.1 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 auto vlan10 iface vlan10 inet static address 192.168.10.2 netmask 255.255.255.0 gateway 192.168.10.1 vlan-raw-device eth0
Vlan10, oraz vlan20 są widoczne z poziomu 'ifconfig'.
w /proc/net/vlan/config również są widoczne vlan10 oraz vlan20.
Oczywiście między wirtualnymi maszynami ustawiłem, karty sieciowe w trybie bridged, tak aby szło bez problemu wykonać ping.
Problem jest z tym, że nie za każdym razem komputery umieją się ze sobą spingować, np. jeśli zrestartuje interfejsy internetowe, to raz np. nie istnieje komunikacja między pc1 a routerem, a raz między pc2 a routerem.. a oczywiście czasami idzie wykonać ping między nimi i bez problemu również między pctami. :/.
Co mnie zdziwiło, gdy próbowałem nasłuchiwać ruchu z eth2 na Routerze, gdy wykonywałem ping między dwoma pctami, to wydawało mi się jakby te ramki nie były w ogóle tagowane :/.
Dlatego, zastanawia mnie w jaki sposób to poprawnie skonfigurować, aby wszystko działało, a nie raz jest możliwy ping a raz nie jest..
Z góry dziękuję za pomoc.
PS: Czy na linuxie trzeba ustawiać np. porty w 'trybie access' tak jak to występuje np. w urządzeniach cisco?
PS2: oczywiście ustawiłem również na routerze 'forwarding=1'.
Ostatnio edytowany przez sqrtek (2014-07-02 15:08:55)
Offline
Sorry ze po wiekach z łopatą wpadłem ale odpowiedz jest odpowiedz :-).
Virtualbox strippuje tagi vlan :-).
Mowiac inczej, vlan nie dzialaja na vbox, potrzebujesz podmienic switch (openvswitch, openstack ?).
Offline
Time (s) | Query |
---|---|
0.00013 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00102 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.144.82.128' WHERE u.id=1 |
0.00088 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.144.82.128', 1732812864) |
0.00049 | SELECT * FROM punbb_online WHERE logged<1732812564 |
0.00101 | DELETE FROM punbb_online WHERE ident='18.117.156.170' |
0.00073 | DELETE FROM punbb_online WHERE ident='54.36.148.57' |
0.00072 | DELETE FROM punbb_online WHERE ident='85.208.96.207' |
0.00052 | SELECT topic_id FROM punbb_posts WHERE id=275616 |
0.00113 | SELECT id FROM punbb_posts WHERE topic_id=26082 ORDER BY posted |
0.00059 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=26082 AND t.moved_to IS NULL |
0.00008 | SELECT search_for, replace_with FROM punbb_censoring |
0.00069 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=26082 ORDER BY p.id LIMIT 0,25 |
0.00115 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=26082 |
Total query time: 0.00918 s |