[Simh] SimH networking on Ubuntu (dapper)

Marc Chametzky marc at bluevine.net
Fri Jun 11 18:59:07 EDT 2010


What I've done is set up my /etc/network/interfaces like this:

------------------

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

# The trailing zone network interface
auto eth1
iface eth1 inet manual
pre-up /sbin/ifconfig eth1 hw ether aa:00:04:00:d2:08

------------------

eth1 is used by SIMH. I don't know whether explicitly specifying the 
hardware address is really required, but it makes me feel better 
nonetheless. :-)

--Marc



More information about the Simh mailing list