Hi,
I just installed Ontap Sim on Linux box and everything worked except can not communicate on network..
Ontapsim> ifconfig -a
ns0: flags=848043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 147.85.180.50 netmask 0xffffff00 broadcast 147.85.180.255
ether 00:50:56:09:e1:96 (Linux AF_PACKET socket)
ns1: flags=808042<BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 00:50:56:0a:e1:96 (Linux AF_PACKET socket)
lo: flags=1948049<UP,LOOPBACK,RUNNING,MULTICAST,TCPCKSUM> mtu 9188
inet 127.0.0.1 netmask 0xff000000 broadcast 127.0.0.1
and
It can ping itself...
Ontapsim> ping 147.85.180.50
147.85.180.50 is alive
But nothing else,
Routing tables
Internet:
Destination Gateway Flags Refs Use Interface
default 147.85.180.254 UGS 2 5 ns0
127.0.0.1 127.0.0.1 UH 0 0 lo
147.85.180/24 link#1 UC 0 0 ns0
147.85.180.50 0:50:56:9:e1:96 UHL 0 8 lo
147.85.180.254 link#1 UHL 1 0 ns0
147.85.180.255 ff:ff:ff:ff:ff:ff UHL 0 26 ns0
Ontapsim> ping 147.85.180.254
ping: wrote 147.85.180.254 64 chars, error=Host is down
ping: wrote 147.85.180.254 64 chars, error=Host is down
Your advise is appreciated...