add vitual interface eth0:2 to iptables
Can some body tell me how to add eth0:2 to these entries in iptables,
-A PREROUTING -d 203.143.24.115 -i eth0:2 -p tcp -m tcp --dport 5222 -j DNAT --to-destination 192.168.11.15:5222
-A FORWARD -d 192.168.11.15 -i eth0:2 -p udp -m udp --dport 5222 -j ACCEPT
this gives me a worning
Warning: wierd character in interface `eth0:2' (No aliases, :, ! or *).
thank you
|