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 _______________________________________________ Simh mailing list [email protected] http://mailman.trailing-edge.com/mailman/listinfo/simh
