Operating System - HP-UX
1834518 Members
1952 Online
110068 Solutions
New Discussion

Re: access list in hp-ux 11i

 
Anit Jha
Occasional Advisor

access list in hp-ux 11i

Hi All,
please tell me,how can i put access list. only selected PC ip can telnet my server.

 

P.S. This thread has been moved from HP-UX Technical Documentation to HP-UX > networking. -HP Forum Moderator

5 REPLIES 5
Lokesh_8
Advisor

Re: access list in hp-ux 11i

Hi anit,

Hope you are doing great. Well please refer to the link which I am sending you.
http://www.avici.com/documentation/HTMLDocs/02223-06_revBA/Routing_Pol41.html

Regards,
Lokesh
Luk Vandenbussche
Honored Contributor

Re: access list in hp-ux 11i

Hi,

It is defined in the file /var/adm/inetd.sec

You can also configure it through sam
-> Networking and communications
-> System Access
-> Internet Services (Here you can restrict telnet access)
Sudeesh
Respected Contributor

Re: access list in hp-ux 11i

Hi,

You can achive this using /var/adm/inetd.sec file. Pls find details at the below link.

http://docs.hp.com/en/B2355-90685/ch02s04.html#bcfcibbe


Sudeesh
The most predictable thing in life is its unpredictability
Muthukumar_5
Honored Contributor

Re: access list in hp-ux 11i

You have to put this acl into /var/adm/inetd.sec file.

If the file is not existing create file there with touch or cat.

cat > /var/adm/inetd.sec
telnet deny

You can also obtain this with /etc/profile by matching with who -u last field.

hth.
Easy to suggest when don't know about the problem!
Anit Jha
Occasional Advisor

Re: access list in hp-ux 11i

thankxfor prompt reply