[Simh] Networking Tricks...

2010-10-04 Thread David Holland
I stumbled across a vaguely useful trick to do my SIMH network, that, doesn't involve a 2nd physical network interface, nor does it involve a 2nd level user-land process. (aka: taptap) # ip link add name veth0 type veth peer name veth1 # ifconfig veth0 up # ifconfig veth1 up And the following in

Re: [Simh] Networking Tricks...

2010-10-04 Thread Gregg Levine
On Mon, Oct 4, 2010 at 6:11 PM, David Holland wrote: > I stumbled across a vaguely useful trick to do my SIMH network, that, > doesn't involve a 2nd physical network interface, nor does it involve > a 2nd level user-land process. (aka: taptap) > > # ip link add name veth0 type veth peer name veth1

Re: [Simh] Networking Tricks...

2010-10-04 Thread David Holland
Ubuntu: Linux crusader 2.6.31-22-generic #65-Ubuntu SMP Thu Sep 16 15:48:58 UTC 2010 i686 GNU/Linux FC13: Linux cleric.somedomain.dom 2.6.34.7-56.fc13.i686.PAE #1 SMP Wed Sep 15 03:27:15 UTC 2010 i686 i686 i386 GNU/Linux They're both stock distro kernels, I've not tweaked anything. I would think

Re: [Simh] Networking Tricks...

2010-10-04 Thread Gregg Levine
On Mon, Oct 4, 2010 at 7:51 PM, David Holland wrote: > Ubuntu: > Linux crusader 2.6.31-22-generic #65-Ubuntu SMP Thu Sep 16 15:48:58 > UTC 2010 i686 GNU/Linux > > FC13: > Linux cleric.somedomain.dom 2.6.34.7-56.fc13.i686.PAE #1 SMP Wed Sep > 15 03:27:15 UTC 2010 i686 i686 i386 GNU/Linux > > They'r

Re: [Simh] Networking Tricks...

2010-10-04 Thread Peter Svensson
On Mon, 4 Oct 2010, David Holland wrote: > I stumbled across a vaguely useful trick to do my SIMH network, that, > doesn't involve a 2nd physical network interface, nor does it involve > a 2nd level user-land process. (aka: taptap) You can also acheive the same effect with the ethtap patch. This