ninjaoctagon
Technical User
How to i configure a cisco router, so that a webserver can be accessed from outside world
here is what i have done so far
I can ping my WAN IP address from outside my network (maybe because its static)
I can ping the web address (could be same as above)
BUT
I cant access the website.
when i do
telnet mysite.name.com 80
it cant find it
I have added these two commands into my router
ip nat inside source static udp 192.168.1.10 53 192.168.5.5 53
ip nat inside source static tcp 192.168.1.10 80 192.168.5.5 80
And still cant access the sites from the internet
Here is my set up
..........................Internet
............................"
..........................."wan ip address
............................"
............................ADSL modem
............................"192.168.1.1
........................"(static ,no dhcp from adsl to firewal)
.........................."192.168.1.10
...........................Firewall Machine(with 2 NIC)
.........................."192.168.5.5
.............................".................... ..............................."
.............................".................... ................................"
.....................192.168.5.6 (Server)(static ip address)
here is what i have done so far
I can ping my WAN IP address from outside my network (maybe because its static)
I can ping the web address (could be same as above)
BUT
I cant access the website.
when i do
telnet mysite.name.com 80
it cant find it
I have added these two commands into my router
ip nat inside source static udp 192.168.1.10 53 192.168.5.5 53
ip nat inside source static tcp 192.168.1.10 80 192.168.5.5 80
And still cant access the sites from the internet
Here is my set up
..........................Internet
............................"
..........................."wan ip address
............................"
............................ADSL modem
............................"192.168.1.1
........................"(static ,no dhcp from adsl to firewal)
.........................."192.168.1.10
...........................Firewall Machine(with 2 NIC)
.........................."192.168.5.5
.............................".................... ..............................."
.............................".................... ................................"
.....................192.168.5.6 (Server)(static ip address)