Hi all,
I've recently had to change the external IP address on my ASL 4.0.14 box, but after doing so it doesn't appear to be routing properly.
The box is configured as:
eth0 (internal) Addr: 192.168.0.1 Mask: 255.255.255.0 GW: None
eth1 (external) Addr: 202.xxx.xxx.181 Mask: 255.255.255.252 GW: 202.xxx.xxx.182
When I attempt to ping the gateway address of the ISP from the ASL box, I get a destination host unreachable. Our ISP has confirmed that they can see the ASL server on their network, so there is no connectivity problems.There seems to be some kind of routing issue (or maybe you guru's see another problem).
The Kernal Routing Table is as follows:
202.xxx.xxx.180/30 dev eth1 scope link
192.168.0.0/24 dev eth0 scope link
127.0.0.1/0 dev lo scope link
default via 202.xxx.xxx.182
broadcast 192.168.0.255 dev eth0 table local proto kernel scope link src 192.168.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
local 192.168.0.1 dev eth0 table local proto kernel scope host src 192.168.0.1
broadcast 202.xxx.xxx.183 dev eth1 table local proto kernel scope link src 202.xxx.xxx.181
broadcast 192.168.0.0 dev eth0 table local proto kernel scope link src 192.168.0.1
local 202.xxx.xxx.181 dev eth1 table local proto kernel scope host src 202.xxx.xxx.181
broadcast 202.xxx.xxx.180 dev eth1 table local proto kernel scope link src 202.xxx.xxx.181
broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
I was hoping that changing the servers IP would be an easy as it appeared to be, but alas no! And I'm not all that clued in to the whole routing scene, so any help or advice would be greatly appreciated!
Cheers,
Mateo
This thread was automatically locked due to age.