- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ping to port not working, 3 NICs,
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
04-20-2006 08:26 AM
04-20-2006 08:26 AM
ping to port not working, 3 NICs,
I have 3 nics
ping and telnet works with/without port for 2 nics
10.1.244.233
10.1.254.233
ping 10.1.236.233 - works
telnet 10.1.236.233 8007 does NOT work
Any reason why telnet with/without port does not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:30 AM
04-20-2006 08:30 AM
Re: ping to port not working, 3 NICs,
Does it show any services running and listening on this port?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:35 AM
04-20-2006 08:35 AM
Re: ping to port not working, 3 NICs,
tcp 0 0 *.8007 *.* LISTEN
also lsof -i tcp:8007
httpd 10764 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10776 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10777 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10795 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10796 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10797 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10798 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10799 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10809 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10810 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 10811 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
httpd 16139 applcrp2 23u IPv4 0x57b58ac0 0t0 TCP *:8007 (LISTEN)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:37 AM
04-20-2006 08:37 AM
Re: ping to port not working, 3 NICs,
ipfstat -io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:39 AM
04-20-2006 08:39 AM
Re: ping to port not working, 3 NICs,
ipfstat -io
empty list for ipfilter(out)
empty list for ipfilter(in)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:47 AM
04-20-2006 08:47 AM
Re: ping to port not working, 3 NICs,
Also can you run this: netstat -in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:49 AM
04-20-2006 08:49 AM
Re: ping to port not working, 3 NICs,
has lots of entries when i do ps -ef |grep -i httpd
netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan3 1500 10.1.236.0 10.1.236.233 51575 0 16843 0 0
lan1 1500 10.1.254.0 10.1.254.233 8875 0 150 0 0
lan0 1500 10.1.244.0 10.1.244.233 448193 0 360411 0 0
lo0 4136 127.0.0.0 127.0.0.1 5575 0 5575 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:54 AM
04-20-2006 08:54 AM
Re: ping to port not working, 3 NICs,
Does telnet return something like this:
"telnet: Unable to connect to remote host: Connection refused" right away?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:01 AM
04-20-2006 09:01 AM
Re: ping to port not working, 3 NICs,
telnet 10.1.236.233 8007
connecting to 10.1.236.233 ..
after few seconds
CouldNOT open connection to the host on port 8007: Connect Failed,
I will try re-starting the service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:23 AM
04-20-2006 09:23 AM
Re: ping to port not working, 3 NICs,
If your mask is only around 16 Bits you have both NICs in the same subnet.
This won't work - it's not allowed to have more than 1 NIC per host in one subnet.
You'll need a special software (APA) or different IP-addresses or a different mask.
What mask you are using?
--
Of course the process listening on that port has to answer - try to restart.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:26 AM
04-20-2006 09:26 AM
Re: ping to port not working, 3 NICs,
here are my IPs
10.1.244.233
10.1.254.233
10.1.236.233 - does not work
is this OK or NO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:29 AM
04-20-2006 09:29 AM
Re: ping to port not working, 3 NICs,
e.g.
# ifconfig lan0
# ifconfig lan1
...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:30 AM
04-20-2006 09:30 AM
Re: ping to port not working, 3 NICs,
lan0: flags=1843
inet 10.1.244.233 netmask ffffff00 broadcast 10.1.244.255
erpapp02-/db02/oracrp2/product/iAS/Apache/Apache/logs# ifconfig lan1
lan1: flags=1843
inet 10.1.254.233 netmask ffffff00 broadcast 10.1.254.255
erpapp02-/db02/oracrp2/product/iAS/Apache/Apache/logs# ifconfig lan3
lan3: flags=1843
inet 10.1.236.233 netmask ffffff00 broadcast 10.1.236.255
erpapp02-/db02/oracrp2/product/iAS/Apache/Apache/logs# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/1/2/0 0x00306E4B4644 0 UP lan0 snap0 1 ETHER Yes 119
0/4/1/0 0x00306E0F7987 3 UP lan3 snap3 2 ETHER Yes 119
0/6/1/0 0x001321BD1FBD 1 UP lan1 snap1 3 ETHER Yes 119
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:31 AM
04-20-2006 09:31 AM
Re: ping to port not working, 3 NICs,
You are telneting from the same machine is that right? If not then yes, routing is an issue this the packets cannot find the way back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:32 AM
04-20-2006 09:32 AM
Re: ping to port not working, 3 NICs,
/sbin/init.d/net stop
route -f (optionally)
/sbin/init.d/net start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:40 AM
04-20-2006 09:40 AM
Re: ping to port not working, 3 NICs,
all my machines netmask is 255.255.255.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:42 AM
04-20-2006 09:42 AM
Re: ping to port not working, 3 NICs,
netmask ffffff00
is OK! Don't change!
Check the apache logs!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 11:03 AM
04-20-2006 11:03 AM
Re: ping to port not working, 3 NICs,
Oracle's httpd server is based on Apache, have you checked your httpd.conf for any "deny from" directives?
Have you edited the httpd.conf (httpd) configuration file manually to customize it with this port and the 3 IP addresses? If yes then did you run this: dcmctl updateConfig to update the DCM repository? Oracle recommends changing the configuration using the OEM web pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 11:06 AM
04-20-2006 11:06 AM
Re: ping to port not working, 3 NICs,
Check these files:
httpd.conf
oracle_apache.conf
access.conf
And here:
ORACLE_HOME/opmn/logs/*
There should be some indications on why Oracle's httpd doesn't "like" the third IP address. It's probably a service configuration issue.
Hope this helps,
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 01:02 AM
04-21-2006 01:02 AM
Re: ping to port not working, 3 NICs,
I can telnet to ip1 and ip2 and can NOT to ip3.
when i telnet using ip1 and ip2, i get login prompt. this does not happen for telnet ip3
SO I think its related to routing talbes and proper route add command.
If I am not able to telnet to the server using ip3, then the issue of accessing oracle comes up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 01:35 AM
04-21-2006 01:35 AM
Re: ping to port not working, 3 NICs,
Your webserver is listening on port 8007 whereas telnet only listens on port 23 (as defined in /etc/services).
When you telnet to 10.1.236.233 8007 you will get this:
Connected to 10.1.236.233
Escape character is '^]'.
Then without breaking or waiting for a login prompt type:
GET /
You should receive the html code of your root page as sent by the webserver.
So to re-iterate, you will not get a telnet login prompt on a port that telnet is not listening on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 01:44 AM
04-21-2006 01:44 AM
Re: ping to port not working, 3 NICs,
i tried both with and without the port.
both times it says could NOt open connection to host on port 23 ( if i dont specify anything) or on port 8007
(defaily 23 and 8007)
telnet 10.1.236.233 8007 ( default 23)
connecting to 10.1.236.233 ..
after few seconds
CouldNOT open connection to the host on port 8007: Connect Failed,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 01:55 AM
04-21-2006 01:55 AM
Re: ping to port not working, 3 NICs,
So now on a different machine that is on that same subnet (10.1.236.xxx) and the same segment (i.e. the same switch/hub) try to ping the server.
If you cannot ping, then try
linkloop -i N 0x00306E0F7987
where N is the PPA of the lan interface on the same segment as your quiet one.
This goes below IP/routing and checks connectivity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 01:57 AM
04-21-2006 01:57 AM
Re: ping to port not working, 3 NICs,
Is this something to do with the flags?
lan3: flags=1843
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 01:58 AM
04-21-2006 01:58 AM
Re: ping to port not working, 3 NICs,
here is whats happening
from my PC
1) ping/telnet 10.1.244.233 OK (lan0)
2) ping/telnet 10.1.254.233 OK (lan1)
3) ping 10.1.236.233 ok
telnet 10.1.236.233 NOT OK (lan3)
from another server (10.1.236.50)
ping/telnet 10.1.236.233 OK