- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Routing
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
03-06-2003 02:46 AM
03-06-2003 02:46 AM
Routing
we have a HPUX 10.20 server with 2 LAN cards (lan0,lan1)
Lan0 is disabled, lan1 active (this is a normal situation).
We had to change the IP Adress and the Netmask for this server, we did it with "set_parms".
After reboot, the default gateway is bound to lan0, the disabled interface, so routing does not work.
(netstat -nr..)
I tried to modify the netconf file, putting the lan1 flag in the ROUTE_GATEWAY parameter.
It did not work!
Can anybody help me?
thanks a lot
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 02:55 AM
03-06-2003 02:55 AM
Re: Routing
The ROUTE_GATEWAY should contain the IP address.
If this does not work, perhaps you could post the output from the netconf file and the netstat commands.
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 03:08 AM
03-06-2003 03:08 AM
Re: Routing
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 03:50 AM
03-06-2003 03:50 AM
Re: Routing
i??ll post you the
netstat output and
the tailed netconf file.
thanks
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 03:52 AM
03-06-2003 03:52 AM
Re: Routing
ohh..
there is the second file..
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:18 AM
03-06-2003 04:18 AM
Re: Routing
/usr/sbin/route -f.
Then try adding default route like :
route add default 172.16.1.101 1
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:32 AM
03-06-2003 04:32 AM
Re: Routing
route add ....
does not work!
error: network unreachable..
though i can ping 172.16.1.101
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:39 AM
03-06-2003 04:39 AM
Re: Routing
You have both interfaces in the same network.
HP sets the routing at the 'first match' basis.
If you do not use one interface set it's IP to match another network (this is rather workaround than a solution).
Generally speaking you shouldn't have two interaces in the same network on HP, I'm affraid.
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 05:31 AM
03-06-2003 05:31 AM
Re: Routing
Most likely you gave as routing hops "0" during installation.
edit:
/etc/rc.config.d/netconf
ROUTE_DESTINATION[0]="default"
ROUTE_GATEWAY[0]="x.x.x.x"
ROUTE_COUNT[0]="1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 05:34 AM
03-06-2003 05:34 AM
Re: Routing
the "hop" number is "1"
thanks
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:26 AM
03-06-2003 06:26 AM
Re: Routing
These should convince you:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x64e0cdec06f1d61190050090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94b83a1c04ffd61190050090279cd0f9,00.html
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:43 AM
03-06-2003 06:43 AM
Re: Routing
INTERFACE_NAME[0]=lan0
#IP_ADDRESS[0]=172.16.4.100
#SUBNET_MASK[0]=255.255.0.0
#BROADCAST_ADDRESS[0]=172.16.255.255
#LANCONFIG_ARGS[0]="ether"
#DHCP_ENABLE[0]=0
INTERFACE_STATE[0]=down
then reboot.
P.S. recheck your netconf file.
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 07:43 AM
03-06-2003 07:43 AM
Re: Routing
thanks for your replies;
i will make all changes and next week i will mail you.
thanks a lot
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 11:15 PM
03-09-2003 11:15 PM
Re: Routing
it works!!
you got your 8 points!
thanks
dan