User:Brett Wuth/Running Notes/2009-08

From PCSAR

(Difference between revisions)
Jump to: navigation, search
(New page: == 2009-08-02 == pcsar.castrov.cuug.ab.ca can't reach out: <pre> wuth@pcsar:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Ifa...)
(2009-08-02)
Line 8: Line 8:
192.168.23.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.23.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
wuth@pcsar:~$
wuth@pcsar:~$
 +
</pre>
 +
 +
Reboot. Had some problems getting proper IP assignment because vmware was giving different MAC. Fixed. This should be unrelated.
 +
When reboot succeeds:
 +
<pre>
 +
pcsar:~# route -n
 +
Kernel IP routing table
 +
Destination Gateway Genmask Flags Metric Ref Use Iface
 +
192.168.23.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
 +
0.0.0.0 192.168.23.1 0.0.0.0 UG 0 0 0 eth0
 +
pcsar:~#
</pre>
</pre>

Revision as of 23:31, 2 August 2009

2009-08-02

pcsar.castrov.cuug.ab.ca can't reach out:

wuth@pcsar:~$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.23.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
wuth@pcsar:~$ 

Reboot. Had some problems getting proper IP assignment because vmware was giving different MAC. Fixed. This should be unrelated. When reboot succeeds:

pcsar:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.23.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.168.23.1    0.0.0.0         UG    0      0        0 eth0
pcsar:~#