View previous topic :: View next topic |
Author |
Message |
dherremans n00b
Joined: 20 Mar 2019 Posts: 1 Location: Brussel
|
Posted: Wed Mar 20, 2019 1:40 pm Post subject: Websites not available after changing IP addresses |
|
|
Hi,
I have a old Gentoo linux server that host 4 websites. The server has two network adapters eth0 and eth1. Because we renew our network i needed to change the ip addresses. After changing the ip addressees my site are not available anymore.
Is there Somme kind of routing table that i need to change? Ex: incoming request to witch folder on the server?
Regards,
Danny |
|
Back to top |
|
|
mvaterlaus Apprentice
Joined: 01 Oct 2010 Posts: 237 Location: Switzerland
|
Posted: Wed Mar 20, 2019 2:26 pm Post subject: |
|
|
Hi,
could you check your httpd.conf. Maybe you have set a LISTEN statement to the old IP Address. You should change it to the new one.
You can also check, if the server is bound to a specific ip with the netstat command:
Code: | netstat -tulpn | egrep "80|443" |
Regards _________________ For calming down your eyes or clearing your mind: www.patrickwehli.ch |
|
Back to top |
|
|
|