- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Different Welcome Message for different IP
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
05-28-2002 07:10 AM
05-28-2002 07:10 AM
c:\telnet 172.16.123.2
HP-UX AAA B.11.00 A 9000/800 (tb)
login:
c:\telnet 172.16.123.1
Welcome User !! Are you ready ?? !!
Login:
thank's in advanced and sory for my English.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 08:15 AM
05-28-2002 08:15 AM
SolutionI don't think you can do that. Since it's the same system, it would be the same telnet-daemon and thus the same bannerfile. A solution (but too farfetched) would be to start another telnet-daemon on another port and have the users for the second IP telnet to a different port.
Sorry (I hope there's a solution from someone else),
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 09:19 AM
05-28-2002 09:19 AM
Re: Different Welcome Message for different IP
don't think you can do that.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 09:37 AM
05-28-2002 09:37 AM
Re: Different Welcome Message for different IP
It is not possible since telnet is invoked by inetd daemon which is running on the server with a particulr IP address ( IP of the system-hostname).
After the telnet port is opened on the alias IP adress, the /etc/issue file comes into the picture which can be only one for one system.
Regards,
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 09:54 AM
05-28-2002 09:54 AM
Re: Different Welcome Message for different IP
well, you could get the source of "inetd" from BSD, Linux, or somewhere the like, and change its "bind"ing to all ip-addresses to only a selected (local) one and use a matching "/etc/inetd.conf.IP-ADRESS" (or so). Then in those "inetd.conf.*" you would list different files for the "telnetd" option "-b" (banner file).
This is not supported by anyone, of course - but if you like, that's one way to get it...
HTH,
Wodisch
PS: we are running many "samba" instances that way on the same system, same port, but different local ip-addreses and different local config-files!