|
|
On Sun, 12 Oct 2003, Jordi wrote: > Hi all. Well my question is about if is that posible to link different > ip numbers to a determinated ethernet.... i thought that it would be > applied with a tap driver, but it isnt so, is it? so... i don't > know... if you know about a possible 'virtual' ip adder. Perhaps what you're looking for is an IP alias. In Linux it has been supported since Linux 2.2 (I think) and it is always included in Linux 2.4. You would use it like this: ifconfig tap0:1 aaa.bbb.ccc.ddd aaa.bbb.ccc.ddd is the desired IP address and :1 is the alias name. ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |