View Single Post
turtle
Lord of the Rant.
Formerly turtle2472
 
Join Date: Mar 2005
Location: Upstate South Carolina
 
2014-11-27, 19:41

We are live again! For some reason the VM lost it's route and I had to manually add it:
Code:
[root@anmc current]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0 [root@anmc current]# route add default gw 192.168.10.1 [root@anmc current]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0 0.0.0.0 192.168.10.1 0.0.0.0 UG 0 0 0 eth0
Code:
[19:04:54 INFO]: turtle2472[/192.168.10.113:54844] logged in

Last edited by turtle : 2014-11-28 at 01:05.
  quote