- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11.0 Box in DMZ problems with NAT?
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
07-06-2001 09:05 AM
07-06-2001 09:05 AM
HP-UX 11.0 Box in DMZ problems with NAT?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 09:24 AM
07-06-2001 09:24 AM
Re: HP-UX 11.0 Box in DMZ problems with NAT?
It may be that your network port speed (10/100 Half/Full Duplex) is off. The behaivor you are describing is *exactly* what happened to me when I had half duplex set instead of full.
You can play with these settings (using extreme caution, of course) by:
As root, lanscan will tell you the CrdIN# (HPUX11.00) of your hardware (mine is 0).
Now, lanadmin -x (the number from above)
lanadmin -x 0
You should see:
Current speed = 10 Half-Duplex Auto-Negotiation-ON (something like this)
You can force the port to a certain speed by:
lanadmin -X 100FD (100Mbps, full duplex)
lanadmin -X 100HD (100Mbps, half duplex)
lanadmin -X 10FD (... etc)
lanadmin -X 10HD
This fixed a similar problem for me, but be careful, this can make things worse if you try to do something your hardware can't.
I hope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 09:43 AM
07-06-2001 09:43 AM
Re: HP-UX 11.0 Box in DMZ problems with NAT?
Thanks for the help, but that wasn't the problem. If I remove the default route to the external side, the problems go away and telnet, ftp etc. are very fast. I checked the duplex and it was correct at 100FD on both ends. Also, trying ftp, telnet from a machine in the DMZ along with the hp-ux machine shows the same slowness after adding the outside route. Thanks for trying.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 10:23 AM
07-06-2001 10:23 AM
Re: HP-UX 11.0 Box in DMZ problems with NAT?
Is DNS pointing to the Internet or just internal IP's?
You may need to add the external addresses to the internal DNS or the internal adresses to the hosts file. It is probably looking for either name to IP or IP to name.
On my setup which uses an outside Internet DNS server, I had to add all the internal addresses to the hosts file and set /etc/nsswitch.conf to look at files first, then it looks at internet addresses from the DNS server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 06:46 AM
07-09-2001 06:46 AM
Re: HP-UX 11.0 Box in DMZ problems with NAT?
the DNS entry is for an external DNS server that is on the same subnet as the external NAT'd address of the hp-ux machine. There is an entry in the DNS server for the NAT'd address. In the hosts file there is an entry for it's internal 192.168. DMZ address. A cisco Pix with aliases enables inside machines to see the dns name as an internal 192.168 address. The external addresses are 198.189 . Whenever I add a route that includes the 198.189 subnet, that's when I get the problems.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 07:30 AM
07-09-2001 07:30 AM
Re: HP-UX 11.0 Box in DMZ problems with NAT?
Why would you want a default route to the outside?
This means that all responses are directed back to the default route (on the internet) even for responses internally. The outside machine then has to direct them back to the internal machine.
I have a Linksys firewall/router that provides my NAT and I have it as the default gateway.
It decides whether the address is internal or external.
Sign me puzzled and curious.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 07:35 AM
07-09-2001 07:35 AM