I have simh running on CentOS inside VirtualBox.

sim> show xq eth
ETH devices:
  0  eth0 (No description available)


I add a network adapter in VirtualBox,
then create /etc/sysconfig/network-scripts/eth1

$ sudo ifup eth1
Determining if ip address 192.168.0.201 is already in use for device eth1...

$ ifconfig
eth0      Link encap:Ethernet  HWaddr 08:00:27:DA:68:3D
          inet addr:192.168.0.101  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::a00:27ff:feda:683d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:57 errors:0 dropped:0 overruns:0 frame:0
          TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:7554 (7.3 KiB)  TX bytes:6543 (6.3 KiB)

eth1      Link encap:Ethernet  HWaddr 08:00:27:A9:51:87
          inet addr:192.168.0.201  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::a00:27ff:fea9:5187/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:816 (816.0 b)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


Everything fine. Now...

sim> show xq eth
ETH devices:
  0  eth0 (No description available)


Why simh don't see my new interface?

Any help appreciated.


--
Jean-Yves Bernier
_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

Reply via email to