oliver1349
Programmer
Hello,
I'm encountering an issue with my NAT configuration.
at least once a week, my web sites become unvailable, port 80 is not accessible anymore from the internet.
That's the only unavailable port, pop-smtp-TS-ftp are still available.
The workaround I found so far is :
Remove NAT for port 80
no ip nat inside source static tcp 10.10.10.2 80 interface ATM0.1 80
Add NAT for port 80
ip nat inside source static tcp 10.10.10.2 80 interface ATM0.1 80
Any advise/idea to troubleshoot that issue?
Thanks,
Olivier
I'm encountering an issue with my NAT configuration.
at least once a week, my web sites become unvailable, port 80 is not accessible anymore from the internet.
That's the only unavailable port, pop-smtp-TS-ftp are still available.
The workaround I found so far is :
Remove NAT for port 80
no ip nat inside source static tcp 10.10.10.2 80 interface ATM0.1 80
Add NAT for port 80
ip nat inside source static tcp 10.10.10.2 80 interface ATM0.1 80
Any advise/idea to troubleshoot that issue?
Thanks,
Olivier