- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multiple IP problem
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
10-30-2001 06:05 PM
10-30-2001 06:05 PM
Multiple IP problem
1. Is there any problem to set two IP in the same subnet in one HP box? I have two network cards and I want to set one IP on each.
2. How can I force the network card to response its own connection? It seems only one network card will send for all outgoing traffic.
3. I want to set two host name on these two IP. If I send mail outside, I want the destination know the mail which host the mail comes from. Can it be set and how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 06:18 PM
10-30-2001 06:18 PM
Re: Multiple IP problem
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 07:31 PM
10-30-2001 07:31 PM
Re: Multiple IP problem
I am not clear about what you mean on static route. One of the application using two IP is web sevice.
Ryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 07:46 PM
10-30-2001 07:46 PM
Re: Multiple IP problem
route add IP gateway
but you need to add them permanently to your network files.
Go to the bottom of this document for static routes and page up a few:
http://www.wagoneers.com/UNIX/HP-UX/hp-techtips-00nov14.txt
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 10:08 PM
10-30-2001 10:08 PM
Re: Multiple IP problem
Let me give an example.
HostA and HostB are in the same machine with different IP.
How can I send mail to internet using different hostname?
I would like the receiver get this differently:
From: root@HostA
....
From: root@HostB
....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 12:09 AM
10-31-2001 12:09 AM
Re: Multiple IP problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 12:29 AM
10-31-2001 12:29 AM
Re: Multiple IP problem
I have just found a document in HP.
It state that HP just does not currently support two interfaces in the same subnet.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=296ccf2218f5cccd0f/screen=ckiDisplayDocument?docId=200000048086687
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 02:14 AM
10-31-2001 02:14 AM
Re: Multiple IP problem
http://us-support.external.hp.com/cki/bin/doc.pl/sid=e15d5ee502fa212b02/screen=ckiDisplayDocument?docId=200000054531652
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 05:47 AM
10-31-2001 05:47 AM
Re: Multiple IP problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 06:11 AM
10-31-2001 06:11 AM
Re: Multiple IP problem
I'd imagine that clients like elm use the base hostname of the machine to set the from address, given that the address isn't coerced by sendmail.
To coerce the address in sendmail, start with the DM macro in /etc/mail/sendmail.cf
You can command-line coerce the "From address" using the -r (reply-to) option of mailx -
cat mymessage | mailx -r you@yourdomain.com me@mydomain.com