Cannot ping default gateway

I have NCR MP-RAS unix. I have been trying for several months to get our network working since we had never used it before. I have setup all routes that I can think of. I know it has something to do with the routing table, because out of sheer luck I was able to get it working, and than like a good ol computer it decided to restart and I lost my changes. Unfortunately I do not know what I changed/added to make it work. Any help would be greatly appreciated. Below is all the information I think you need. Tanks in advance.

netstat -rn
Destination      Gateway            Flags    Refs      Use  Interface
default          192.168.1.1        UGS         0        0  en2
127.0.0.1        127.0.0.1          UH          2       11  lo0
192.168.1        192.168.1.129      UGS         0        0  en2
192.168.1.129    127.0.0.1          UGHS        1       16  lo0
224              192.168.1.129      UCS         0        0  en2
 
ifconfig -a
en2: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
        inet 192.168.1.129 netmask ffffff00 broadcast 192.168.1.255
        perf. params: recv size: 24576; send size: 24576; full-size frames: 1
        ether 00:00:e2:1d:84:a0
lo0: flags=4049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
        inet 127.0.0.1 netmask ff000000
        perf. params: recv size: 57344; send size: 57344; full-size frames: 1

We would like to know that how you designed the networking..
i mean : connection between routers / switches / server / end systems... everything.. with each IPs..

If possible , pls give a flowchart of the network.. (can be drawn in paint.. itself)

Could you try

route add default gw 192.168.1.0

, restart network and see if that works?

This is an old SVR4 system, circa mid 1990s if I remember correctly.

The output from netstat is interesting. I have formatted it to make it clearer to readers

netstat -rn
Destination        Gateway        Flags Refs Use Interface
default            192.168.1.1    UGS  0 en2
127.0.0.1          127.0.0.1      UH   2 11 lo0
192.168.1          192.168.1.129  UGS  0 0 en2
192.168.1.129      127.0.0.1      UGHS 1 16 lo0
224                192.168.1.129  UCS  0 0 en2

Something is seriously wrong with your configuration. It shows that you have one NIC, i.e. en2, but numerous gateways. You even have the loopback device as a gateway for 192.168.1.129!

In response to linuxadmin...Here is a design of my network.

Internet

connected to Router (Verizon Fios Actiontec) (IP address 192.168.1.1)

connected to a Netgear Switch

windows xp (192.168.1.130)

unix box (192.168.1.129)

(both of these are connected to the switch, which is connected to the router.

Hope this helps. I know it is not a router problem as I had it up and running before the unix pc was rebooted.

---------- Post updated at 03:31 PM ---------- Previous update was at 03:27 PM ----------

FPMurphy

This is the route table setup by the system when setting up the network using the built in TCPCONFIG program. I tried deleting the route 192.168.1.129 127.0.0.1, but when I do that I can not ping my unix ip. I have rebooted the router, switch and restarted the network to no avail.

---------- Post updated at 04:41 PM ---------- Previous update was at 04:31 PM ----------

I don't know if this helps, but my router acts as a dns server.

On the unix box I do have it pointing to 192.168.1.1, which is the ip address of the router. However everytime I try to ping the router it hangs. I am assuming this is why I can not ping any other traffic on my network as my unix box can not access the dns server.

---------- Post updated at 04:45 PM ---------- Previous update was at 04:41 PM ----------

Also below I have posted my sdf file that shows how the network is set up on the unix pc. Again, thanks for all the help.

##
## Initialized a new SDF file: Fri May 14 14:29:32 EDT 1999
##
[STREAMware-TCP]
# -- WARNING --
# DO NOT MODIFY THE "SYSTEMIFNAME" LINES BELOW. DATA CONTAINED ON IT MAY
# ALSO BE CONTAINED IN SOME OTHER STANZAS - IT MUST REMAIN CONSISTENT.
 
services:
uucpd = ON
fingerd = ON
rshd = ON
rexecd = ON
dhcpd = ON
bootpd = ON
ftpd = ON
gated = ON
irdd = ON
rarpd = ON
rarpdflags = -a
rlogind = ON
routed = OFF
rwhod = ON
talkd = ON
telnetd = ON
tftpd = ON
timed = ON
xntpd = ON
named = OFF
pppd = ON
snmpd = OFF
sndcfd = ON
 
ethernet0:
SYSTEMIFNAME = en2
HOST = unixbox
IP = 192.168.1.129
NET = unix
SUBNET = 255.255.255.0
FORMAT = ethernet
MANAGED = yes
snmp:
VERSION = 1
ENABLED = yes
AUTHENTICATE = yes
SYSDESC = STREAMware TCP Release 6.0.0 for MP-RAS
SYSCONTACT = System ADmin
SYSLOCATION = Office
COMMUNITY = admin 127.0.0.1 read-write
COMMUNITY = public 0.0.0.0 read-write
COMMUNITY = local 127.0.0.1 traps
 
dns:
DNSTYPE = remote
DOMAIN = mcpunix.com
NAMESERVER = (none) IPADDRESS = 192.168.1.1
 
nametranslate:
LIBRARIES = /usr/lib/tcpip.so,/usr/lib/resolv.so
 
routing:
DEFAULT = Verizon IPADDRESS = 192.168.1.1
 
ipforwarding:
FWDENABLED = no