- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Weird TCP/IP Behavior... suspicious..
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
01-23-2006 02:38 AM
01-23-2006 02:38 AM
All I tried to do is a traceroute from our internal box to our public DNS server, and all of a sudden, from out firewall logs, my HPUX started doing something wich looks like a port scan on the DNS server.
I tried tracerouting other IPs, and it does the same thing everytime. Here's attached a printscreen of our firewall.
Please can you help me see through this?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 02:49 AM
01-23-2006 02:49 AM
SolutionBasically on the first itteration traceroute sends a packet to your destination with TTL 1 to udp port 33434. Next it sends with TTL 2 to 33435, then TTL3 to 33436...until it gets a port unreachable message (which means it hit the server) instead of a TTL expired message.
But don't worry it's doing exactly what it was coded to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 02:58 AM
01-23-2006 02:58 AM
Re: Weird TCP/IP Behavior... suspicious..
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:06 AM
01-23-2006 03:06 AM
Re: Weird TCP/IP Behavior... suspicious..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 04:13 AM
01-23-2006 04:13 AM
Re: Weird TCP/IP Behavior... suspicious..
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 08:20 PM
01-23-2006 08:20 PM
Re: Weird TCP/IP Behavior... suspicious..
Another useful traceroute option is the -F which will "disable fragmentation", and then specify packetsize parameter.
In case you have "suspicious" problems on WAN communication it might turn out that the problem relates to MTU Size (maximum transfer unit).
It might be that a router set "dont fragment" on communication, and thus prevent the dynamically split/repack of packages (to include headers aso.).
I've seen this when communicating over MPLS, with IPsec, SSH.
/Tor-Arne