![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet Problem | tazzy | UNIX for Dummies Questions & Answers | 17 | 05-15-2008 10:51 AM |
| Telnet Problem Help | zanetti321 | SUN Solaris | 1 | 04-19-2008 01:27 AM |
| telnet problem | rrlog | AIX | 5 | 09-21-2007 01:48 AM |
| telnet problem in aix | vjm | AIX | 2 | 08-22-2005 11:35 PM |
| Having problem using Telnet!!!! | tahaislam | UNIX for Dummies Questions & Answers | 2 | 09-19-2001 05:51 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
telnet problem, help
Hi,
My network layout is: Pub LAN | freeBSD | Internal LAN | + telnet srv on HP-UX 10.x box + other services (http, pop3, smtp, ftp)... I've the following problem: Inside Internal LAN I can connect myself to HP-UX telnet but from Public LAN in some place is refusing me the access. On freeBSD box is not, I've checked several times the configuration because I'm able to connect me to the other services (http, ftp, pop3, smtp). So I've reached the conclusion that the problem must be on HP-UX box. Q: Is it possible that HP-UX has a IP range telnet restriction? If it's, where can I check that? Q: Other suggestions... Thanks... |
| Forum Sponsor | ||
|
|
|
|||
|
telnet, problem
Thanks you...
I saw it, it's on the same path. One more question, Is it possible, for instance, if my internal lan range is 192.168.1.0/24, when HP-UX boots and raises inetd, it automatically bind to this ip range, and I would have to specify inside /var/adm/inetd.sec other ip ranges? Thanks a lot. |
|
||||
|
inetd.sec restricts connections from certain ip addresses. It has nothing to do with binding. Binding to an address would restrict connections to a certain ip address. inetd seems to bind to only to the port by using a wildcard for ip address. I don't think HP's inetd can bind to a certain address. At least, looking at the man page, I don't see an obvious way to do it. It would be a nice feature, though.
|
|
|||
|
Sorry, I used the wrong word (bind), I referred to the word "restriction"
My doubt is if inside /var/adm/inetd.conf there is no reference to allow or deny, HP-UX by default restricts telnet connections that are outside to my ip range, for instance, if my lan ip range is 192.168.1.0/24 and someone try to connect itself from 10.10.10.0/24, HP-UX refuse to accept it? The man inetd.sec says: If file /var/adm/inetd.sec does not exist, security is limited to that implemented by the servers. Where can I find these security implementations? Thanks... |