Re: VLAN not working in VE? [message #33482 is a reply to message #33481] |
Thu, 16 October 2008 09:05   |
januszzz
Messages: 50 Registered: January 2007 Location: Opole, Poland
|
Member |
|
|
well, I understand that, that is why I obssesically did set routes through vlan interfaces (and it didn't work).
If I set like you say now I got:
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1.980
126.66.64.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0.20
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
130 / # ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
From 10.0.0.5 icmp_seq=2 Destination Host Unreachable
From 10.0.0.5 icmp_seq=3 Destination Host Unreachable
From 10.0.0.5 icmp_seq=4 Destination Host Unreachable
--- 10.0.0.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3005ms
, pipe 3
130 / # ping 126.66.64.1
PING 126.66.64.1 (126.66.64.1) 56(84) bytes of data.
From 126.66.64.158 icmp_seq=2 Destination Host Unreachable
From 126.66.64.158 icmp_seq=3 Destination Host Unreachable
From 126.66.64.158 icmp_seq=4 Destination Host Unreachable
--- 126.66.64.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3009ms
, pipe 3
130 / #
|
|
|