Results 1 to 1 of 1
Hi,
i have two vlan interfaces in my linux box
eth1.17 & eth1.27
Now i need to route any packet coming to eth1.17 to eth1.27 and vice versa
say an ...
- 03-12-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
routing between vlans (iptables??)
Hi,
i have two vlan interfaces in my linux box
eth1.17 & eth1.27
Now i need to route any packet coming to eth1.17 to eth1.27 and vice versa
say an icmp packet 50.50.0.133->60.60.0.133 come to eth1.17 then it should be forwarded through eth1.27
if the same packet is coming on eth1.27 then it should be forwarded through eth1.17.
after doing some googling I started with iptables.
iptables -A FORWARD -i eth1.17 -o eth1.27 -j ACCEPT
iptables -A FORWARD -i eth1.27 -o eth1.17 -j ACCEPT
But this does not work...
Could someone please help me out.
Thanks
KochU


Reply With Quote
