On Tuesday 2010-08-24 19:36, Gáspár Lajos wrote: > auto vlan4094 > iface vlan4094 inet static > address 192.168.0.2 > netmask 255.255.255.255 > pointopoint 192.168.1.2 > vlan_raw_device wan3 > up /sbin/ifconfig vlan4094 up arp > up /sbin/route add -host 192.168.1.2 dev vlan4094 > down /sbin/route del -host 192.168.1.2 dev vlan4094 > > This works, however the interface just ignores the pointopoint line.... > > My question is maybe offtopic, but anyone knows a good reason why the > pointopoint feature is not available on "normal" interfaces? So what's the output of `ip addr`? -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html