Web Hosting Talk


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : After Trace route, what next ?
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)

 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-03-2009, 12:08 AM
mhhost mhhost is offline
View Beta Profile
Newbie
 
Join Date: Jul 2006
Posts: 14
After Trace route, what next ?

After Trace route whats the next thing to do ? When my ISP dynamic IP address is some like and starts with 112.0.0.0 I cannot see all sites on the server. So what I did run a tracert on DOS prompt. After 9 hops and reach this IP 216.18.239.6 everything timed out and it cannot reach my server.

I already tested several Internet access and its reaching the server except my home DSL with the IP 112. I also checked if the IP is block on the firewall but its not present on the block list. I also mentioned this with my internet provider and still waiting for notification.

what to do next?

thank you.

Reply With Quote
Sponsored Links
  #2  
Old 07-03-2009, 02:17 AM
ianeeshps ianeeshps is offline
View Beta Profile
WHT Addict
 
Join Date: Jun 2008
Location: India
Posts: 128
IP Block

Are you sure that got blocked with ISP. ask your host to check in server firewall....

Reply With Quote
  #3  
Old 07-03-2009, 03:44 AM
eeg3 eeg3 is offline
View Beta Profile
Junior Guru Wannabe
 
Join Date: Jul 2009
Location: Charlotte, NC
Posts: 42
Find out what the next hop is from a machine that can reach your site. Have your host turn your software firewall off just to make sure.

It is unlikely that your ISP is blocking you from your specific dedicated server.

Reply With Quote
Sponsored Links
  #4  
Old 07-03-2009, 04:22 AM
Winstyn Winstyn is offline
View Beta Profile
WHT Addict
 
Join Date: Sep 2003
Posts: 118
I assume you are trying to tracert to your server. 9 hops sounds like you reached the open net but had trouble getting through the DC. A bad vLan, wrongly configured NIC even a Null-Routed port could all account for this. The support on the other end has to handle this issue unless you have IPMI or KVM.

__________________
VPSHive / GigeNET Cloud
The fastest cloud control in the world.
█ Visit http://www.gigenetcloud.com/ or Email sales[at]gigenetcloud.com

Reply With Quote
  #5  
Old 07-03-2009, 10:02 AM
subinfrancis subinfrancis is offline
View Beta Profile
New Member
 
Join Date: Jun 2009
Posts: 3
It seems that the network 112.1.0.0 is blocked in your server. Try the following commands. If needed unblock the network from firewall. You can also try white listing your IP in the server.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!
iptables -nL|grep 112.0.0.0
iptables -nL|grep 112.1.0.0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Reply With Quote
  #6  
Old 07-03-2009, 11:10 AM
whrss whrss is offline
View Beta Profile
Web Hosting Guru
 
Join Date: May 2009
Location: SLASH ROOT
Posts: 305
Your datacenter will help you out if the 9th hop is any of their Internet carriers.

If it is a hop just before reaching your datacenters n/w then you will have to solely rely on your ISP for help.

__________________
WebHostRepo a.k.a WHR; The ultimate Support Repository
We let our customers define 'QUALITY'
http://www.webhostrepo.com/
Follow us on twitter http://twitter.com/whrss

Reply With Quote
  #7  
Old 07-03-2009, 11:46 AM
david510 david510 is offline
View Beta Profile
At the Cliff
 
Join Date: Oct 2004
Location: India
Posts: 4,232
It should be any intermediate router that is blocking that particular range of IP. Since it is happening at the 9th hop, most likely the datacenter would be able to help you in this.

__________________
David
www.cliffsupport.com
Affordable Server Management Solutions
Services Offered | sales AT cliffsupport DOT com

Reply With Quote
  #8  
Old 07-04-2009, 09:51 AM
mhhost mhhost is offline
View Beta Profile
Newbie
 
Join Date: Jul 2006
Posts: 14
Quote:
Originally Posted by ianeeshps View Post
Are you sure that got blocked with ISP. ask your host to check in server firewall....
Thank you for the reply. My suspicion about this when one day my home DSL IP suddenly changed to this 112.xxx.xxx.xxx. This is the time I get complain also from my other clients who also inform me their DSL ip starts with 112.

Reply With Quote
  #9  
Old 07-04-2009, 09:54 AM
mhhost mhhost is offline
View Beta Profile
Newbie
 
Join Date: Jul 2006
Posts: 14
Quote:
Originally Posted by eeg3 View Post
Find out what the next hop is from a machine that can reach your site. Have your host turn your software firewall off just to make sure.

It is unlikely that your ISP is blocking you from your specific dedicated server.
the next hop is the IP of my server. When you say firewall.. is this the APF/BFD ?

Reply With Quote
  #10  
Old 07-04-2009, 10:41 AM
whrss whrss is offline
View Beta Profile
Web Hosting Guru
 
Join Date: May 2009
Location: SLASH ROOT
Posts: 305
You would need to check the firewall running in your server.

Hit "apf" or "csf" commands via shell. or you should see /etc/apf or /etc/csf files.

Allow your IP in the firewall rules.

If you don't have APF/CSF then you can allow it in iptables chain

__________________
WebHostRepo a.k.a WHR; The ultimate Support Repository
We let our customers define 'QUALITY'
http://www.webhostrepo.com/
Follow us on twitter http://twitter.com/whrss

Reply With Quote
  #11  
Old 07-05-2009, 08:59 PM
mhhost mhhost is offline
View Beta Profile
Newbie
 
Join Date: Jul 2006
Posts: 14
hi,

Its the firewall. I stop it and I was able to see my IP. Next question would be.

How do I allow my IP that starts with 112.203. ? you see this is a dynamic IP so it changes.

I already run these as suggested by did not solved.
iptables -nL|grep 112.0.0.0
iptables -nL|grep 112.203.0.0

I also added my IP to /etc/apf/allow_hosts.rules but it looks like its not working either.

any inputs ?

Reply With Quote
  #12  
Old 07-06-2009, 08:09 AM
whrss whrss is offline
View Beta Profile
Web Hosting Guru
 
Join Date: May 2009
Location: SLASH ROOT
Posts: 305
Use the below command:

apf -a 112.203.0.0/16, This will allow the entire subnet.

__________________
WebHostRepo a.k.a WHR; The ultimate Support Repository
We let our customers define 'QUALITY'
http://www.webhostrepo.com/
Follow us on twitter http://twitter.com/whrss

Reply With Quote
  #13  
Old 07-06-2009, 08:18 PM
mhhost mhhost is offline
View Beta Profile
Newbie
 
Join Date: Jul 2006
Posts: 14
thank you for the reply.

I did that command but whenever APF is up my dsl still cannot see my server. I even added my ip to allow host but still not working.

Right now I stopped apf but of course it should not like this.

Reply With Quote
  #14  
Old 07-07-2009, 06:40 AM
whrss whrss is offline
View Beta Profile
Web Hosting Guru
 
Join Date: May 2009
Location: SLASH ROOT
Posts: 305
After allowing the subnet are you seeing those in the firewall rules?

----------
iptables -nL|grep 112
----------

__________________
WebHostRepo a.k.a WHR; The ultimate Support Repository
We let our customers define 'QUALITY'
http://www.webhostrepo.com/
Follow us on twitter http://twitter.com/whrss

Reply With Quote
  #15  
Old 07-07-2009, 06:50 AM
mhhost mhhost is offline
View Beta Profile
Newbie
 
Join Date: Jul 2006
Posts: 14
no its not showing anything when I execute
----------
iptables -nL|grep 112
----------
but when I run the command below it says
------
apf -a 112.203.0.0/16
------
------
112.203.0.0/16 already exists in /etc/apf/allow_hosts.rules
-----

thank you

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trace route please Apolo Other Reviews 13 05-10-2009 06:55 PM
Trace route please Hands-on Mark Other Reviews 5 07-18-2006 02:34 AM
How do i run a trace route? iainw Web Hosting Lounge 9 07-27-2005 02:16 PM
Trace route...What does this mean? sis3970 Dedicated Server 3 02-03-2003 04:37 PM
Using a trace route Ron Web Hosting 13 12-15-2000 08:18 PM