LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Cannot ping my router from from outside internet? (https://www.linuxquestions.org/questions/linux-networking-3/cannot-ping-my-router-from-from-outside-internet-4175486941/)

shams 12-05-2013 03:47 AM

Cannot ping my router from from outside internet?
 
I am running my own web and mail server in ubuntu 13.10, my pc is connected to the D-link ADSL router that is working as dhcp server and default gateway for the pc, i want to connect to my web and mail server from the outside internet but it is not possible, when i ping my router external ip from the outside internet that is not working:
Quote:

Pinging 175.109.93.153 [175.109.93.153] with 32 bytes of data...
Results
count ttl (hops) rtt (ms) from
1 TimedOut
2 TimedOut
3 TimedOut
4 TimedOut
5 TimedOut
Statistics
packets sent 5 times (ms) min -
received 0 0% avg -
lost 5 100% max -

-- end --
but i can ping from the lane.

pan64 12-05-2013 04:40 AM

this can be set on the gui of the rooter (if router accepts ping requests and allows access to your servers). They can be set more or less independently. Also you need configure local network and external connection too...

jefro 12-05-2013 05:18 PM

I assume pan64 is correct that your wan side icmp has been disabled or even not installed.

In some cases it might be blocked along the way for some reason.

shams 12-06-2013 02:05 AM

icmp and ping are enabled in my pc firewall, i open the routet settings and didn't find any option to enable icmp and ping, the router firewall has a gui window (Add IP Filter -- Incoming) to allow incoming traffic, it is asking for the source ip and port number or range, for the source ip address didn't accept 0.0.0.0 i don't how to configure to accept icmp from the outside internet?

pan64 12-06-2013 03:21 AM

what kind of router you have?

shams 12-06-2013 03:59 AM

My router is D-Link.

pan64 12-06-2013 05:09 AM

that is not really enough. D-Link has a page like this: http://support.dlink.com/emulators/w...ols_system.htm for all the routers. We may try to use that pages to check your setup, but you need to specify your router exactly.

jefro 12-06-2013 02:35 PM

Pinging the router generally has nothing to do with firewall. In most soho routers there is some option to enable external services. Pinging the external ip address should require the router to respond if it was enabled to do so. Most are set to disabled by default.

If you were to NAT the internal computer with some pin hole or go wild on a dmz(not recommended) it could allow you to then pass through to the internal client.

More than a few isp's block port 80. You then have to either map it on dhcp to some other port or let outside people know you are using a different open port.

MikeDeltaBrown 12-08-2013 03:24 AM

Look on the 'Advanced LAN' tab. There is a check box to "Allow WAN ping respond".

Pinging the globally accessible IP address (175.109.93.153) will tell you if the router is up. The packet will not traverse the router to the internal web server.

shams 12-08-2013 10:58 AM

Solved
 
Thaks for replies the option is under management-> access control -> services.

pan64 12-09-2013 12:28 AM

glad to help you....
If you really want to say thanks just press YES, if you think your problem is solved please mark the thread SOLVED


All times are GMT -5. The time now is 09:43 PM.