[Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread lists
Hi, Can anyone please explain how to set up a network bridge on a Solaris host for SIMH? I have searched the net and can't find any examples of people running SIMH on Solaris. Thank you. -- Please DO NOT COPY ME on mailing list replies. I read the mailing list. RSA 4096 fingerprint 7940 3F02

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread lists
On Sun, 3 Jan 2016 15:55:34 +0100 Jan Vlach wrote: > > There has to be a way to do this, right? ;-) > > Hi, > > haven't tested this myself in combination with simh, but I remember > correctly, there used to be a weay to get tun/tap in solaris 10: > >

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread Jan Vlach
> There has to be a way to do this, right? ;-) Hi, haven't tested this myself in combination with simh, but I remember correctly, there used to be a weay to get tun/tap in solaris 10: http://www.opencsw.org/packages/tun/ google 'solaris tun tap' for more hints Jan

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread lists
Hi, On Sun, 3 Jan 2016 04:24:23 -0800 Mark Pizzolato wrote: > On Sunday, January 3, 2016 at 1:46 AM, li...@openmailbox.org wrote: > > Can anyone please explain how to set up a network bridge on a Solaris > > host for SIMH? I have searched the net and can't find any examples

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread lists
On Sun, 3 Jan 2016 04:49:58 -0800 Mark Pizzolato wrote: > On Sunday, January 3, 2016 at 4:40 AM, li...@openmailbox.org wrote: > > On Sun, 3 Jan 2016 04:24:23 -0800 Mark Pizzolato > > wrote: > > > > > On Sunday, January 3, 2016 at 1:46 AM,

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread lists
Hi, On Sun, 3 Jan 2016 14:32:54 +0100 Hans Rosenfeld wrote: > On Sun, Jan 03, 2016 at 09:46:23AM +, li...@openmailbox.org wrote: > > Hi, > > > > Can anyone please explain how to set up a network bridge on a Solaris > > host for SIMH? I have searched the net

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread Hans Rosenfeld
On Sun, Jan 03, 2016 at 01:55:00PM +, li...@openmailbox.org wrote: > > On illumos I usually just create a vnic over a real ethernet interface, > > and attach the simulator to that: > > > > # dladm create-vnic -l rge0 simh0 > > > > rge0 is my ethernet interface, simh0 is the name of the vnic.

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread Mark Pizzolato
On Sunday, January 3, 2016 at 1:46 AM, li...@openmailbox.orgwrote: > Can anyone please explain how to set up a network bridge on a Solaris host > for SIMH? I have searched the net and can't find any examples of people > running SIMH on Solaris. Thank you. I haven't tried building on Solaris

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread Hans Rosenfeld
On Sun, Jan 03, 2016 at 09:46:23AM +, li...@openmailbox.org wrote: > Hi, > > Can anyone please explain how to set up a network bridge on a Solaris host > for SIMH? I have searched the net and can't find any examples of people > running SIMH on Solaris. Thank you. What version of Solaris? On

Re: [Simh] How to set up network bridge for SIMH on Solaris host?

2016-01-03 Thread lists
On Sun, 3 Jan 2016 15:04:14 +0100 Hans Rosenfeld wrote: > On Sun, Jan 03, 2016 at 01:55:00PM +, li...@openmailbox.org wrote: > > > On illumos I usually just create a vnic over a real ethernet > > > interface, and attach the simulator to that: > > > > > > #