- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pinging ipaddress resolves thru firewall
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
10-15-2001 10:59 PM
10-15-2001 10:59 PM
But when i tried pinging L3K using the L1K there is no problem, no name resolution done, just straight ping, ip to ip...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 11:12 PM
10-15-2001 11:12 PM
Re: pinging ipaddress resolves thru firewall
If you disable dns resolution on your L1000 box then ping your L3000 does it report the correct IP ? (mv /etc/resolv.conf /etc/resolv.conf.old to disable DNS temporarily) It should.
Have you checked the dns entries for both servers are correct ?
with DNS enabled an nslookup
Does netstat -i on both servers report the correct IP address for each interface ?
Some sites setup their firewall to respond to any ping request with the IP registered to the firewall, this is to stop hackers finding out too much info etc. Ours works the same here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 12:12 AM
10-16-2001 12:12 AM
Re: pinging ipaddress resolves thru firewall
For a clearer picture...
(from my machine L3K, ip 195.xxx.xxx.xxx, subnet 255.255.255.0)
# ping 192.xxx.xxx.xxx
PING 192.x.x.x: 64 byte packets
64 bytes from 192.x.x.x: icmp_seq=0. time=3. ms
64 bytes from 192.x.x.x: icmp_seq=1. time=1. ms
64 bytes from 192.x.x.x: icmp_seq=2. time=1. ms
... after several 192s more...
64 bytes from 203.x.x.x: icmp_seq=2. time=1. ms
64 bytes from 192.x.x.x: icmp_seq=2. time=1. ms
64 bytes from 192.x.x.x: icmp_seq=2. time=1. ms
===!!!!!
where does the 203.x.x.x come from? 203.x.x.x is the ip of my firewall
more help needed Stefan... Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 12:26 AM
10-16-2001 12:26 AM
SolutionWow, a ping changing IP while still running, very impressive! Ive not seen that happen before.
Your gateway (which I guess is the same as your firewall - ours is) is screwing up. Youre going to have to show this to your network/firewall people as in my opinion there is definitely a problem on your firewall/gateway server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 12:34 AM
10-16-2001 12:34 AM
Re: pinging ipaddress resolves thru firewall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 09:57 AM
10-16-2001 09:57 AM
Re: pinging ipaddress resolves thru firewall
Is the destination IP over a WAN by any chance? This problem may happen if there is a backup WAN connection and the WAN devices are configured with DDR (Dial on demand routing) over ISDN or the like. In this case, the routers may be flip-floping between the primary and backup routes which happens sometimes when DDR is configured incorrectly. The firewall may be responding with whichever interface IP is valid at the time depending on which link is active. Just a thought.
Tony