# Add dummy modules ###################################### /sbin/insmod -o dummy0 ./dummy.o /sbin/insmod -o dummy1 ./dummy.o # Add interface params, route arp addr ###################################### /sbin/ifconfig dummy0 www.click.es up /sbin/route add www.click.es dummy0 /sbin/arp -s www.click.es 00:20:A9:0B:49:D5 pub /sbin/ifconfig dummy1 www.ibercaja.es up /sbin/route add www.ibercaja.es dummy1 /sbin/arp -s www.ibercaja.es 00:20:A9:0B:49:D5 pubNote that the hardware address is YOUR ethernet hardware address. You can get it from the ifconfig eth0 output.
ifconfig leY:X IP-ADDRESS broadcast BCAST netmask NETMASK upY is the number of the ethernet interface, X is a number between 1 and 255 (the virtual interface number).
ifconfig le0 IP-ADDRESS alias netmask 0xffffffff
ifconfig le0 IP-ADDRESS alias
If you know how to do this on other OS's, please send us a mail, telling us
about it.