- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ifalias question
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-02-2002 02:47 AM
10-02-2002 02:47 AM
ifalias question
I need to change the IP address of my K class server running 10.20.
However, it currently has a registered address and one customer will not route to the new private address I want to give it.
I am intending to use ifalias to give it back it's registered address after the changover, so this customer can continue to use it.
However, when they ftp to this address, will the server reply using it's new private address, or the alias address?
If not, can i make it appear to reply with it's alias registered address just for this customer. I know NAT is an option, but my timeline is very tight and I won't have NAT ready in time. I'm hoping I don't need it.
Thanks,
Dermot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 03:12 AM
10-02-2002 03:12 AM
Re: ifalias question
I am not sure whether you wil be able to get it to reply with the aliased address, but there may be a way using an aliased host name in etc hosts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 03:13 AM
10-02-2002 03:13 AM
Re: ifalias question
Actually tell them that you need to change the IP because hackers were using the IP to hide their criminal activity, and that the government has asked for your cooperation.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 05:11 AM
10-02-2002 05:11 AM
Re: ifalias question
I wish it was that simple.
I guess I'll have to investigate the NAT method.
Regards,
Dermot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 03:41 AM
10-03-2002 03:41 AM
Re: ifalias question
I tried an experiment here using a 10.20 machine with an ifalias'd address.
I took a nettl trace of an FTP session from a client to the ftp server's ifalias'd address.
Even though the server initiates the data connection, (the one that uses the ftp-data port, ie., tcp port 20), it used the alias'd IP as the source for the ftp-data connection.
Based on this, as long as your router can handle the alias'd IP, you should be ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:01 AM
10-03-2002 04:01 AM
Re: ifalias question
You can't do ftp or telnet to the aliased address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:01 AM
10-03-2002 04:01 AM
Re: ifalias question
You can't do ftp/telnet to the aliased address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:25 AM
10-03-2002 04:25 AM
Re: ifalias question
I have another 10.20 server with an aliased IP address, and I have not problem telneting for FTPing to it.
Jim,
If what you say is right (i'm testing it now) then you're getting 10 points for sure!!
Thanks for that
Dermot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:29 AM
10-03-2002 04:29 AM
Re: ifalias question
Let me try that again! I have another 10.20 server with an aliased IP address, and I have no problem telneting or FTPing to it.
I'll type a bit slower next time!
Dermot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:56 AM
10-03-2002 04:56 AM
Re: ifalias question
You can have 2 IP for the same interface(lan0 and lan0:1 if the interface is lan0). In this case you can use any of the IP assign to lan0/lan0:1. it works fine. But using aliased address wouldn't work ( doubt it). anyway you are testing. let us know the result.