- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX routing issue
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
Discussions
Discussions
Discussions
Forums
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
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-06-2011 07:09 AM
тАО04-06-2011 07:09 AM
HP UX routing issue
I am facing some problem in my HPUX box.
There are two nic in my rp3400 server and it was working with only one nic(lan0) withIP address 172.16.100.35/24 and the gateway(default)172.16.100.1 till today.
Due to some specific requirement from the end user side required to be activated the second nic with different IP range.
This NIC is configured with 10.17.4.15/27 with gateway 10.17.4.1.
All these subnet's are VLAN's in the same core switch.
Now my problem is am able to telnet these server from the 172.16.100.* network and 10.17.4.* network. But if am trying to telnet the server from my client VLAN(172.16.39.* /27) the connectivity is causing issue. Some time am able to telent to the 172. series of the server IP and not to 10.17.4.15 and viseverssa for some other time.Briefly In a specific time am able to telent to either one of the nic ip address of the server.
Please help me to resolve the issue. Due to this clients are disconnecting from the application when these transition is happening.
Rgds,
Prasanth.
- Tags:
- routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2011 07:22 AM
тАО04-06-2011 07:22 AM
Re: HP UX routing issue
netstat -in
netstat -rn
lanscan
ifconfig lan0
ifconfig lan1
...(for each NIC)
ifconfig lanX
cat /etc/rc.config.d/netconf
These should make a good starting point
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2011 08:12 AM
тАО04-07-2011 08:12 AM
Re: HP UX routing issue
It sounds as though a static route may be required as the data is coming in from one netwrk but is then not able to find the route back.
Publishing the info requested will shed some light on this.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2011 12:35 AM
тАО04-09-2011 12:35 AM
Re: HP UX routing issue
Thanks for the reply...
Please find the deatisl as follows.
#netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0 1500 172.16.100.0 172.16.100.35 35706733 0 35132813 0 0
lo0 4136 127.0.0.0 127.0.0.1 578520 0 578520 0 0
#netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
172.16.100.35 172.16.100.35 UH 0 lan0 4136
172.16.100.0 172.16.100.35 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 172.16.100.1 UG 0 lan0 0
10.14.39.0 10.17.4.1 UG 0 lan1
0
# 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 0x00306E4B3345 0 UP lan0 snap0 1 ETHER Yes 119
0/4/1/0 0x00306EF43E44 1 UP lan1 snap1 2 ETHER Yes 119
# ifconfig lan0
lan0: flags=1843
inet 172.16.100.35 netmask ffffff00 broadcast 172.16.100.255
#ifconfig lan1
lan1: flags=1843
inet 10.17.4.15 netmask ffffffe0 broadcast 10.17.4.31
Note:- I didint add the static route in netconf file. i add it msnuslly for the clients network for testing by using the below command.
# route add net 10.17.39.0 netmask 255.255.255.0 10.17.4.1 1
rgds.
pasanth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2011 12:37 AM
тАО04-09-2011 12:37 AM
Re: HP UX routing issue
Clent network is 10.17.39.*/25.
Please correct it while reading...
Prasanth.