- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Telnet restriction?
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-15-2001 09:54 AM
11-15-2001 09:54 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 09:57 AM
11-15-2001 09:57 AM
Re: Telnet restriction?
Check /var/adm/inetd.sec file for any subnet being blocked.
-Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 10:02 AM
11-15-2001 10:02 AM
Re: Telnet restriction?
Check this link and update your kernel parameter if you feel that is the problem,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=461069dd19391c1585/screen=ckiDisplayDocument?docId=200000046112381
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 10:04 AM
11-15-2001 10:04 AM
Re: Telnet restriction?
grep -i Telnet /var/adm/syslog/syslog.log
If telnet is not being logged go to /etc/rc.config.d/netdaemons and modify INETD_ARGS line with the "-l" option.
Restart your service and have them try there telnet again.
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:16 AM
11-15-2001 11:16 AM
Re: Telnet restriction?
still can't ping certain users workstations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:36 AM
11-15-2001 11:36 AM
Re: Telnet restriction?
It's Network issue. Try traceroute command to see where all the packets are moving.
Also check the default route for these workstations. They could be pointing to some other object.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:52 AM
11-15-2001 11:52 AM
Re: Telnet restriction?
Can you ping you hp box from your user workstations. IF you know the ip for your user workstations you can try to do a "traceroute"
/usr/contrib/bin/traceroute ip_address
If you have exceed or some telnet packge you can use its traceroute to trace the route from the workstation to the hp-box. This looks like a gateway problem.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 12:39 PM
11-15-2001 12:39 PM
Re: Telnet restriction?
I can do a ping from workstation to HPUX. But from HPUX to workstation, traceroute doesn't seem to work. Any further thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 12:50 PM
11-15-2001 12:50 PM
Re: Telnet restriction?
Could you put your inetd.sec file in a post.
Also what are the ip's of the workstations you are refering to. That info would keep everyone from guessing on answers for you.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:04 PM
11-15-2001 01:04 PM
Re: Telnet restriction?
Seems like a route problem to me. What is the OS on your workstation. Both Hp and win NT has route command to manually add a route. IS your Hp-ux server on a different subnet than your workstation. If their a route in between them. You can use the route command to add a route manually from your workstation. If you are using a NT Workstation, go to ms-prompt and type "route print". this will list all the routes available. Check whether the subnet to the hp server to available over there. you can configure a gateway from your nt workstation to the hp-unix server. Check the setting on another workstation from where you are able to login into hp.
We had a similar problem with another server sitting in between the hp-server and the node.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:07 PM
11-15-2001 01:07 PM
Re: Telnet restriction?
dtspc allow 127.0.0.1 hpux4
spc allow 127.0.0.1 hpux4
mserve allow 127.0.0.1 hpux4
hpux4 ip is 219.51.90.14
workstation in question is 219.51.90.134
Both ip's are in the 255.255.255.0 subnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:20 PM
11-15-2001 01:20 PM
Re: Telnet restriction?
Do a netstat -rn, and it should show a line like this (but not exactly):
default 219.51.90.1 UG 0 lan0 0
and are you sure the netmask is 255.255.255.0?
Do a ifconfig lan0 and double check the netmask.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:32 PM
11-15-2001 01:32 PM
Re: Telnet restriction?
spc allow 127.0.0.1 hpux4
mserve allow 127.0.0.1 hpux4
hpux4 ip is 219.51.90.14
workstation in question is 219.51.90.134
Both ip's are in the 255.255.255.0 subnet
Based on the information above, telnet is allowed to all. I should have thrown in the caveat if the service is not listed then it is implicitly allowed.
Your subnet is flat so you don't even need a default gateway to talk between the workstation and hpux4, even though you do want one. A traceroute should only show 1 hop in this configuration. Could it be that your subnet mask is not set properly?
What type of workstation is it? W2K, HP, this will make a minimal difference, just curious.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:37 PM
11-15-2001 01:37 PM
Re: Telnet restriction?
your subnet mask must be 255.255.255.0 for anyone to get in from 219.51.90.x, but I haven't seen anything to that fact yet. Also, I'm wondering if the clients that are trying to connect to the hpux4 are setup correctly?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:38 PM
11-15-2001 01:38 PM
Re: Telnet restriction?
# traceroute 219.51.90.134
traceroute to 219.51.90.134, 30 hops max, 20 byte packets
1 219.51.90.134 1 ms * *
# netstat -rn
default 219.51.90.1 UG 3 24775 lan0 1500
# ifconfig lan0
lan0: flags=863
inet 219.51.90.14 netmask ffffff00 broadcast 219.51.90.255
Awaiting comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:46 PM
11-15-2001 01:46 PM
Re: Telnet restriction?
IS your default gateway 219.51.90.1 available.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:53 PM
11-15-2001 01:53 PM
Re: Telnet restriction?
I was making and assumption based on 255.255.255.0 comment. Just an assumption.
The * in your traceroute shows that the packet was not responded to. I would focus on that workstation.
Your ifconfig looks good, same with your default route.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:54 PM
11-15-2001 01:54 PM
Re: Telnet restriction?
Yes, default gateway is available. I can telnet it both from workstation and HPUX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:03 PM
11-15-2001 02:03 PM
Re: Telnet restriction?
If on win NT workstation, go to dos prompt, add a route
route add 0.0.0.0 mask 0.0.0.0 219.51.90.1 metric 1 IF 219.51.90.134
then try a telnet.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 03:16 PM
11-15-2001 03:16 PM
Re: Telnet restriction?
Is there a way to add the route to the tables on a permanent basis in the workstation NT?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 03:22 PM
11-15-2001 03:22 PM
Re: Telnet restriction?
Hi,
while adding route use -p option that will save the routing onfo NT.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 04:03 PM
11-15-2001 04:03 PM
Re: Telnet restriction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 06:30 PM
11-15-2001 06:30 PM
Re: Telnet restriction?
I would suggest you to set the gateway ip as 219.51.90.1 on all nodes in the TCP/IP properties for the lan card.
For us, we have DNS configured and the nodes pick up all the info from the DNS, we do not have any ip add setting. The workstation ip is assigned by DHCP server and the name and ip resolution being done by DNS.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 02:27 PM
11-16-2001 02:27 PM
Re: Telnet restriction?
Keep the forum going!