bash-3.00# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use
Interface
-------------------- -------------------- ----- ----- ----------
---------
192.168.117.0 192.168.117.50 U 1 77
e1000g0
224.0.0.0 192.168.117.50 U 1 0
e1000g0
127.0.0.1 127.0.0.1 UH 4 120 lo0
There is no gateway! When DHCP was providing the address the gateway
was 192.168.117.2 I tried pinging .1 .2.3 all on the 117 but I am
not getting anything. I could reset up DHCP and start again from
scratch. But I would rather try to find away to fix this. The
trouble is that I am not sure how to figure out where VMware thinks
the gateway is. Well other than writing some script to ping
everything on 192.168.. and wait for a response. I must be missing
something Any suggestions would be welcome. Thanks for any help
> So is there someway to determine what vmware thinks the gateway is.
Can't you simply use NAT for the virtual network?
DoDi
I thought NAT was for when you want to use DHCP. However I think I
have figured out the issue. Although I admit that I am not 100% sure.
I am setting up a private network of virtual machines. A place to
setup clusters and hack about to my hearts content. Being as it is
private. That is all on the same network and will not have internet
access, or access to any of my other boxes, it probably does not need
a gateway. All I probably have to do is keep the host files updated
and there should not be a problem. I might setup a dns zone on the
private network, or nis. I haven't done either for a while. In fact I
am not even sure if people still use NIS. Anyway that is my current
answer. Private networks don't need gateways because they are
private. That is why netstat does not show any. If this is completely
wrong, I would appreciate it is some kind knowledgeable person could
set me straight. Thanks again