- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to route between 2 net segment on one HOST
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
08-10-2005 09:29 PM
08-10-2005 09:29 PM
how to route between 2 net segment on one HOST
I install 2 nic on RP7410,and LAN0's IP is 192.1.0.18,LAN1's ip is 192.168.0.18
default gateway for LAN0 is 192.1.0.254
one pc's ip 192.168.0.10 and is same net segment with LAN1. now, pc can not ping 192.1.0.254,so pc can not send mail out to 192.1.0 net segment
May I need to config routing or gated on HPUX,or else ...
Please help me ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:39 PM
08-10-2005 09:39 PM
Re: how to route between 2 net segment on one HOST
netstat -in
netstat -rn
ifconfig lan0
ifconfig lan1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:45 PM
08-10-2005 09:45 PM
Re: how to route between 2 net segment on one HOST
Before that check with command line as,
echo hi | sendmail -v root@192.1.0.254
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:46 PM
08-10-2005 09:46 PM
Re: how to route between 2 net segment on one HOST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:51 PM
08-10-2005 09:51 PM
Re: how to route between 2 net segment on one HOST
the attached file is the output including
netstat -in
netstat -rn
ifconfig lan0
ifconfig lan1
wish usefull for this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 10:03 PM
08-10-2005 10:03 PM
Re: how to route between 2 net segment on one HOST
In the piic attached, it looks ok, but what are the settings on the PC? Did you configure a gateway for it?
Post here the output of:
route print
from your PC.