Operating System - HP-UX
1827707 Members
2810 Online
109967 Solutions
New Discussion

Can I disable specific services by lan card?

 
rudy smith
New Member

Can I disable specific services by lan card?

I have a hp9000 'L' class server running HPUX 11.0. Currently I have two lan cards on the box. One for standard traffice and the other is used primarily for backup. Is it possible to limit what services are allowed on the backup lan card? i.e telnet, ftp etc.?
3 REPLIES 3
Anthony Goonetilleke
Esteemed Contributor

Re: Can I disable specific services by lan card?

You could do a few tricks if the two lan cards are on different subnets, from memory I didnt think you could have two physical lancards on the same subnet anyway.
Minimum effort maximum output!
frank beall_1
Occasional Advisor

Re: Can I disable specific services by lan card?

check out /var/adm/inetd.sec to
limit services.
take the backup subnet nodes off the dns and use
your /etc/hosts file on the backup server.
yow
Manju Kampli
Trusted Contributor

Re: Can I disable specific services by lan card?

The answer is Yes. use /var/adm/inetd.sec file to allow OR deny the services for perticular node.

you can use the range of IP address in the host filed to group the systems for which you want to allow/deny the services.

check "man inetd.sec" for more options
Never stop "LEARNING"