This is a discussion on inetd question within the comp.unix.solaris forums, part of the Solaris Operating System category; --> How can i restrict inetd services in "inetd.conf " to specific interfaces ?...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| >> On Wed, 05 Nov 2003 22:45:24 -0500, >> Dieter Montanez <dieter@plantcomputers.com> said: > How can i restrict inetd services in "inetd.conf " to > specific interfaces ? AFAIK you can't do this directly with the Solaris inetd. You could use a firewalling tool (like ipf) to only allow the required connections on the specified interface(s), or I believe xinetd can do this itself, so you could use xinetd instead. hth t |
| |||
| Dieter Montanez <dieter@plantcomputers.com> wrote: > How can i restrict inetd services in "inetd.conf " to specific interfaces ? you can't do it directly, but you can use tcpwrappers to allow traffic to that service from only the networks served by that interface. |
| ||||
| In article <ssjqb.45206$un.5097@bignews6.bellsouth.net>, Dieter Montanez <dieter@plantcomputers.com> did thusly spew forth: >How can i restrict inetd services in "inetd.conf " to specific interfaces ? > Xinetd does this and more. Check out http://www.xinetd.org -tom |