Re: pseudo network interface

2006-11-28 Thread Jochen Schulz
Kostas Robotis: > > >From googling I found the tun program in NetBSD > http://www.daemon-systems.org/man/tun.4.html. > Is there something similar for linux, or an obvious solution that I > miss, with ifconfig or another command? Linux includes a tun module which I assume is the same as NetBSD'ѕ. I

pseudo network interface

2006-11-28 Thread Kostas Robotis
Hi, I am looking for a user application or a kernel module that can simulate multiple network interfaces in a linux (debian) host, which means software to add and manipulate additional entries in /dev, e.g. /dev/fake0 which behave exactly as a normal ethernet interface. >From googling I found the