View previous topic :: View next topic |
Author |
Message |
brianahr Apprentice


Joined: 07 Oct 2004 Posts: 236 Location: USA
|
Posted: Mon Jun 12, 2006 1:54 am Post subject: whats bootpc? (solved) |
|
|
I recently noticed this on my box, and dont know what it is. My guess is something to do with dhcp? Do I need to be concerned about this? Thanks.
Code: | # netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
udp 0 0 *:bootpc *:*
|
_________________ no matter how you legislate, information wants to be free.
Last edited by brianahr on Mon Jun 12, 2006 5:05 am; edited 1 time in total |
|
Back to top |
|
 |
troymc Guru

Joined: 22 Mar 2006 Posts: 553
|
Posted: Mon Jun 12, 2006 3:34 am Post subject: |
|
|
bootpc is simply the bootp client. Here's a simple explanation of bootp.
In this case, take that with a grain of salt. All netstat is doing is doing a lookup of a port # in /etc/services.
Try a netstat -anp, which will show you the port # [68] and the real process holding the port open.
troymc |
|
Back to top |
|
 |
brianahr Apprentice


Joined: 07 Oct 2004 Posts: 236 Location: USA
|
Posted: Mon Jun 12, 2006 5:05 am Post subject: |
|
|
thanks. ya. it just said dhcpcd. _________________ no matter how you legislate, information wants to be free. |
|
Back to top |
|
 |
|