Results 1 to 2 of 2
Hello,
This might be more of a networking or security question, but I would like to know if this is normal output for dhclient? It looks as if port 35248 ...
- 05-26-2011 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 16
netstat output
Hello,
This might be more of a networking or security question, but I would like to know if this is normal output for dhclient? It looks as if port 35248 is accesible from the network, correct? If so is that anything to be concerned about? Running opensuse 11.4
udp 0 0 0.0.0.0:35248 0.0.0.0:* 1852/dhclient6
udp 0 0 :::1038 :::* 1852/dhclient6
udp 0 0 :::546 :::* 1852/dhclient6
- 06-01-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,845
That is odd...on my system (Fedora though, not SUSE) with dhclient running i only see port 546 listening (which is in accordance with /etc/services). According to IANA (http://www.iana.org/assignments/port-numbers) the port you mention is unassigned. I'd certainly be curious...
If there is a /sbin/dhclient-script file on your system, check that out.
If you're really concerned, kill dhclient and run it as a foreground process and see what it is doing:
Code:dhclient -d ethN


Reply With Quote