- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet -s <source address> <destination 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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-01-2003 06:19 AM
тАО05-01-2003 06:19 AM
telnet -s <source address> <destination host>
The issue is, that I have a cluster with many interfaces and even more IP addresses, from which I need to connect to a given host (in this case a switch for management) and the host only accepts one specific IP.
Thank in advance!
Cheers
Bjarne Dein
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2003 09:04 AM
тАО05-01-2003 09:04 AM
Re: telnet -s <source address> <destination host>
I believe the system will bind your telnet socket to the interface that has the default route to your switch. If so, you could try adding a host route for the switch to your routing table:
route add host x.x.x.x y.y.y.y 0
where x.x.x.x is your switch IP, and y.y.y.y is the desired IP address to talk with the switch.
This assumes that the switch is on the same subnet as your host interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2003 02:23 PM
тАО05-01-2003 02:23 PM
Re: telnet -s <source address> <destination host>
http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&subcontent=/resources/proddesc/fpipe.htm
I haven't tested it but it appears that it relays whatever you want to whatever ip and port you want it to. Then it wouldn't matter where you came from.
You might also talk to your network guy. He could let you logon to the router and telnet from there. Alternatively if you are going through his router he could set up NAT on the router so that you always appear to be the same local IP address.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2003 11:07 PM
тАО05-01-2003 11:07 PM
Re: telnet -s <source address> <destination host>
I liked the one: "add host", but since we have a couple of tusinds this will take some time and the idea is probaly not that good.
No - what I need is a
TELNET client
with a source option - like in free BSD (telnet -s
Cheers
Bjarne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2003 04:07 AM
тАО05-05-2003 04:07 AM
Re: telnet -s <source address> <destination host>
Where are all the professors in this area?
Don't anyone have a solution?
Cheers,
Bjarne:-((
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2003 07:18 AM
тАО05-05-2003 07:18 AM
Re: telnet -s <source address> <destination host>
http://search.cpan.org/author/JROGERS/Net-Telnet-3.03/lib/Net/Telnet.pm
Presumably since you have so many hosts to worry about you would want to automate the process so this might be a way to go.
Ron