table - server unreachable from outside after IP change -


we changed deal our isp , gave new ip. basicly there bridge > freebsd server > intranet freebsd server has static ip given our isp.

i got goin (apache, ssh, virtual hosts) on inside, seems (as surprise) nothing can reached outside.

not ssh, not apache. justs takes lot of time , says either bad gateway or timed out or connection lost.

i'm afraid might have messed in routing table, because firewall , squid working (flushed cache , good).

so heres routing table:

internet: destination        gateway            flags    refs      use  netif expire default            194.126.110.153    ugs         0    42089    em1 127.0.0.1          link#6             uh          0       29    lo0 192.168.1.0/24     link#1             u           0   568386    em0 192.168.1.1        link#1             uhs         0       36    lo0 192.168.2.0/24     link#1             u           0   799372    em0 192.168.2.1        link#1             uhs         0        0    lo0 192.168.3.0/24     link#1             u           0      300    em0 192.168.3.1        link#1             uhs         0        0    lo0 192.168.4.0/24     link#1             u           0    12921    em0 192.168.4.1        link#1             uhs         0        0    lo0 194.126.110.0/24   link#4             u           0        0    em1 194.126.110.154    link#4             uhs         0      518    lo0 

194.126.110.153 our "bridge" or gateway, through ip comes. 192.168.x.x intranet (em0) em1 lan-card outside world (194.126.110.154 - new ip)

i can't remember last route table, might have seen our em1 card there... can't sure.

i've been dealing major problem whole day , can't seem resolve it.

any appreachiated.

regards,

c.

everything working now.

when left server on friday evening, frustrated , thinking of blue monday come, flabberghasted on next morning find out miracle in perfect order...as if nothing had happened.

since didnt restart server nor afterwards, explanation our isp might have made mistakes on end... unlikely.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -