Link to home
Start Free TrialLog in
Avatar of sladecek
sladecek

asked on

which interface is used by \etc\inetd

I have a stupid question: Suppose that my Linux box
is equiped with two network adapters eth0 and eth1.
Two distinct IP addresses, two networks, no forwarding.
Networks are completly separated. I have a daemon
listening on some port (like inetd). Which interface
will this port be connected with ? None or both ?
I guess that it is the one with route to localhot,
but i am not sure.
Avatar of ahoffmann
ahoffmann
Flag of Germany image

it's connected to that interface which you have specified in your
deamon.
ASKER CERTIFIED SOLUTION
Avatar of alexbik
alexbik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial