Blundar, here's what I got:
[root@localhost NetController]# cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0
eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0
[root@localhost /root]# route add -net 192.167.123.0 eth0
SIOCADDRT: Invalid argument
[root@localhost /root]# ping 192.167.123.1
PING 192.167.123.1 (192.167.123.1): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote 192.167.123.1 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.167.123.1 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.167.123.1 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.167.123.1 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.167.123.1 64 chars, ret=-1
--- 192.167.123.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
[root@localhost /root]# route add default gw 192.168.123.1
SIOCADDRT: Network is unreachable
[root@localhost /root]# traceroute -n 129.137.10.36
traceroute: Can't find any network interfaces
Should I just go ahead and install another distribution? I'll try just plain old Linux Mandrake, and not Pogo. Tell me what you guys think.