Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
  #1  
Old February 29th, 2004, 11:37 PM
djhun djhun is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 8 djhun User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
cannot ping web server from network

I cannot ping our web server co-located at a web hosting company. This is only if i'm using a computer in our company network. There's no problem if i try pinging from outside.
The website can be seen from outside the network.

I can browse all other sites with no problem. Even the other server that we have also co-located side by side with this one.

Anyone have any idea why is this so? i would appreciate any advice.

--- djhun

Reply With Quote
  #2  
Old March 1st, 2004, 06:25 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Im assuming your ISP gave you a public address on your router and your web server is about 2 or three hops away and your ISP gave your web server an address that is in a subnet of your Public IP (using VLSM). Trace to the server from within your network. Then have the ISP trace from the server to your network most likely the server never even made it to the first hop router and was not given the correct subnet mask and thinks your network is the same as its own.

example... your public address is 192.168.1.2/28
and the web server address is 192.168.1.128/24
The web server will arp for your address and not forward to its default gateway since it thinks your on the same network.
Put a static route on the server for your address.

Reply With Quote
  #3  
Old March 1st, 2004, 12:30 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,716 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 33 m 54 sec
Reputation Power: 688
My guess is your company network firewall is blocking icmp traffic.
__________________
======
Doug G
======
"Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton

Reply With Quote
  #4  
Old March 1st, 2004, 01:40 PM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Quote:
I can browse all other sites with no problem. Even the other server that we have also co-located side by side with this one.


Im assuming this is not an ICMP issue due to this quote and me thinks he cant veiw the web site either but he can on the server co-located with this one. However, you do have a point there may be ACL's in place prohibiting this.

Reply With Quote
  #5  
Old March 1st, 2004, 08:32 PM
djhun djhun is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 8 djhun User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks juniper, doug for the info/suggestion. I'm more of a programmer than a network/system admin so please bear with me. I'll try to describe the problem in more details as much as I can. Here goes.

The site has been operational until we suddenly cannot browse it from our network.
We can ping the other web server co-located the same as this one.
Our web hosting company is different from our ISP.
When I try tracert, the trace goes thru the ISP and then to our host and finally times out on the final hop to the web server. (I compared the trace with the one on the other server that is ok.)
The other thing is, we have setup the (SSH, putty) on the web server to accept only the IP address of our company firewall, so if this IP addr is rejected or whatever, there is no other way to access it other than go to the server site.

Do you think rebooting the server will solve the problem?
Last thing I can do is change the IP addr of our firewall but that means also adding the new IP on the list allowed access on the server.

Reply With Quote
  #6  
Old March 2nd, 2004, 07:45 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
If you did a trace all the way to the last hop router that meens that there is most likely an issue with the server itself for the simple fact that the last hop router replied to you and has a path back but the server tries to reply and does not send to the router or drops it due to an acl or something. you need to access the server and try and trace back. ( sounds to me it will imediately drop the packet or if it does make it your firewall is dropping it. I cant tell you where the problem is without a return trace from the server.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > cannot ping web server from network


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway