- Moderator
- #1
I am setting up a server (linux) for web and e-mail services.
I have a Cisco 1800 series router hooked to a static-ip DSL modem with PPOE called Dialer1 in the router for authentication.
In the router, I have used the commands:
ip nat inside source static tcp 10.0.0.240 25 interface Dialer1 25
ip nat inside source static tcp 10.0.0.240 110 interface Dialer1 110
ip nat inside source static tcp 10.0.0.240 80 interface Dialer1 80
This has allowed me to get to the web page and so forth.
HOWEVER, the problem that I'm having is that the box can't see the outside world. I have verified the routes, default gateway, everything else, but I must be missing a command somewhere.
All the other computers on the network (same subnet) can get outside; the only thing that I can think of is that in setting up the port forwarding, I have "broken" the ability for the box to see the outside world. It can ping the gateway, it can ping anything on the inside network, but DNS lookup isn't working, I can't ping an IP address, I can't ping the DNS server (outside of the network). What did I miss?
I'm sorry that I'm such a n00b when it comes to routers; I understand HOW they work, but I don't know my way around the cisco routers that well. Thanks in advance!
Just my 2¢
-Cole's Law: Shredded cabbage
--Greg
I have a Cisco 1800 series router hooked to a static-ip DSL modem with PPOE called Dialer1 in the router for authentication.
In the router, I have used the commands:
ip nat inside source static tcp 10.0.0.240 25 interface Dialer1 25
ip nat inside source static tcp 10.0.0.240 110 interface Dialer1 110
ip nat inside source static tcp 10.0.0.240 80 interface Dialer1 80
This has allowed me to get to the web page and so forth.
HOWEVER, the problem that I'm having is that the box can't see the outside world. I have verified the routes, default gateway, everything else, but I must be missing a command somewhere.
All the other computers on the network (same subnet) can get outside; the only thing that I can think of is that in setting up the port forwarding, I have "broken" the ability for the box to see the outside world. It can ping the gateway, it can ping anything on the inside network, but DNS lookup isn't working, I can't ping an IP address, I can't ping the DNS server (outside of the network). What did I miss?
I'm sorry that I'm such a n00b when it comes to routers; I understand HOW they work, but I don't know my way around the cisco routers that well. Thanks in advance!
Just my 2¢
-Cole's Law: Shredded cabbage
--Greg