- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I can't surf to my own domain name inside the LAN
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 08:00 AM
02-08-2002 08:00 AM
The router is a speed stream 2614 (http://www.speedstream.com/datasheet_2614.html). Before I replaced the gateway with the router, all worked fine. Speedstream tech support was no help.
If I ping www.xyz.com from inside the lan, it actually does get 11.22.33.44 from the DNS and the ping works. Also, surfing inside directly to http://192.168.254.133 works.
Also, I'm not sure how this could be related (because I can surf from the internet to www.xyz.com and my machine serves up the pages just fine through the router), but I'm using www.zoneedit.com for the DNS entry.
Any ideas??
Bob
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 08:24 AM
02-08-2002 08:24 AM
Re: I can't surf to my own domain name inside the LAN
When you had a hub, your IP's were all the same and reachable inside and out of the firewall.
Now that you have NAT and 192.168 IP's, they are not routable outside the NAT/firewall, that is why they give more security.
Inside the NAT, you have to use the 192.168 IP's to get to your inside devices, outside you can use the main IP that is translated and forwarded thru the NAT to get to the inside 192.168 IP's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 11:29 AM
02-08-2002 11:29 AM
Re: I can't surf to my own domain name inside the LAN
When you do a ping the router is the one that answers since your NAT only works for ftp or http traffic.
I'd have the router guy assign a permanent 192 address to the server to make life easier.
Depending on how many machines are involved you may want to then just put an entry in your host file and change the order of the search so it checks there first. Alternatively run an inside DNS which knows the internal address for the server and point your inside PCs toward the inside DNS first.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:42 PM
02-08-2002 12:42 PM
Re: I can't surf to my own domain name inside the LAN
The problem I'm faced with is... this POS router stops working for some services (80 and 21 stop. SSH on 22 works all the time :o/ ) and I'd like to see from inside when the router stops forwarding port 80's. Obviously I need to get a different router, but then I'd also like to understand if/why this problem (as described in my first post) will continue with any router...
BTW, I do have the ws set at a static IP inside... I don't think I can route requests to it with this router if it wasn't static.
Thanks for your replies!
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2002 09:40 AM
02-09-2002 09:40 AM
SolutionWhen you try to go to zxy.com port 80 or 21 the exact same thing happens except that the router is not listening on port 80 or port 21 as it is not running an http or ftp server so it does not respond and since you are not coming in from the outside NAT is not activated so the packet can not be sent anywhere else.
This is how NAT always works. If you are on the inside you have to use the inside address to talk to the server. Your outside DNS is giving you the outside address which does not help you at all.
However, for the purpose of testing the NAT translation (as you mentioned in your other post - by the way - it is counterproductive to keep opening new posts. Better to reply to this one to keep it at the top of the list.) it wouldn't help even if you did have the inside address. You could get to the server OK and prove whether it was working but you still wouldn't know whether NAT was working. You have to really be on the outside to test that. Setup a cheap PC with a dialup to an ISP and use that to test with.
Are you sure the problem is with the router? Sometimes you can get so many connections stuck in FIN_WAIT_2 that nothing else can get through. Next time your problem happens look at the server: netstat -an |grep FIN_WAIT_2 and see how many connections you have stuck.
Can't help you with a Datastream router. I am fluent in Cisco and can get by in 3Com but never even met a Datastream before.
Ron
PS The guys on this forum work for points so if you assign a few points to the replies as they come in, even if they don't solve your problem, you will have a better chance of attracting replies.