- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP FROM VIRTUAL IP ADDRESS
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
11-16-2005 11:43 PM
11-16-2005 11:43 PM
I log on to my server on the package IP adres, works fine.
When I start an ftp from this session to another server it see an incoming FTP from my 'real' IP address and not the virtual.
How can I solve this that the incoming FTP connection comes from the virtual ip address
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 12:26 AM
11-17-2005 12:26 AM
SolutionIn order for 'ftp' to bind to a non-fixed (relocatable) IP, the ftp binary must be coded to permit it, which is currently not the case.
See this section of the Managing Serviceguard manual: http://docs.hp.com/en/B3936-90095/B3936-90095.pdf --- PAGE 421
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 01:32 AM
11-17-2005 01:32 AM
Re: FTP FROM VIRTUAL IP ADDRESS
I anybody know another workaround to solve my problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 01:51 AM
11-17-2005 01:51 AM
Re: FTP FROM VIRTUAL IP ADDRESS
One thing to try would be to set up a static route to your FTP server that uses the VIP as the gateway, but I'm not sure this will actually work - it's possible that the server will see the client coming in from the physical interface anyway...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 01:55 AM
11-17-2005 01:55 AM
Re: FTP FROM VIRTUAL IP ADDRESS
I would suggest to accomplish the goal, you set up a server instead of the virutalip address and do the ftp transaction from there.
You could also do a quick ifconfig switch and make the vitural ip address primary, do the transfer and then switch it back. Bad idea, but if its really important and you don't mind disrupting networking you can do this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 02:11 AM
11-17-2005 02:11 AM
Re: FTP FROM VIRTUAL IP ADDRESS
The problem is that we need a virtual IP adres instead of a failover to the other server. How would you switch the IP's.
Fixed ip : 10.1.0.30
Virtual : 10.1.0.154
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 06:44 AM
11-17-2005 06:44 AM
Re: FTP FROM VIRTUAL IP ADDRESS
What we did to work around this was to add a route specific to the target system.
/usr/sbin/route add host target-ip gateway-ip
The target is the system you want to connect to, the gateway would be your package IP. This made it appear to the target system that the connection came from the package IP and not the permenant IP.
wayne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 07:20 AM
11-17-2005 07:20 AM
Re: FTP FROM VIRTUAL IP ADDRESS
-wayne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 06:31 PM
11-17-2005 06:31 PM
Re: FTP FROM VIRTUAL IP ADDRESS
Looks good on my first opnion.
I will invest it in detail to see if it is a good solution
Keep you in touch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 02:02 AM
11-21-2005 02:02 AM