This is a discussion on source 0.0.0.0 destination 255.255.255.255? within the Linux Security forums, part of the System Security and Security Related category; Hi guys, I have a question about network. I find there are some UDP packets being sent over my computer. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi guys,
I have a question about network. I find there are some UDP packets being sent over my computer. Source IP is 0.0.0.0 Destination IP is 255.255.255.255. Source port 68 Destination port is 67 What are these packets for? Any help or idea or hint will be appreciated !! code |
|
|||
|
code11 wrote:
> > I have a question about network. > > I find there are some UDP packets being sent over my computer. > Source IP is 0.0.0.0 Destination IP is 255.255.255.255. > Source port 68 Destination port is 67 > > What are these packets for? Does your ISP use DHCP for your IP? # grep 67 /etc/services bootpc 68/tcp dhcpc #Bootstrap Protocol Client bootpc 68/udp dhcpc #Bootstrap Protocol Client # grep 68 /etc/services bootps 67/tcp dhcps #Bootstrap Protocol Server bootps 67/udp dhcps #Bootstrap Protocol Server -- Confucius: He who play in root, eventually kill tree. Registered with The Linux Counter. http://counter.li.org/ Slackware 9.1.0 Kernel 2.4.22 SMP i686 (GCC) 3.3.2 Uptime: 29 days, 8:09, 1 user, load average: 0.19, 0.14, 0.38 |
|
|||
|
David wrote:
> > Does your ISP use DHCP for your IP? > > # grep 67 /etc/services > bootpc 68/tcp dhcpc #Bootstrap Protocol Client > > # grep 68 /etc/services > bootps 67/tcp dhcps #Bootstrap Protocol Server LOL I see I must have been sleeping!! :-/ # grep 67 /etc/services bootps 67/tcp dhcps #Bootstrap Protocol Server bootps 67/udp dhcps #Bootstrap Protocol Server # grep 68 /etc/services bootpc 68/tcp dhcpc #Bootstrap Protocol Client bootpc 68/udp dhcpc #Bootstrap Protocol Client -- Confucius: He who play in root, eventually kill tree. Registered with The Linux Counter. http://counter.li.org/ Slackware 9.1.0 Kernel 2.4.22 SMP i686 (GCC) 3.3.2 Uptime: 29 days, 8:24, 1 user, load average: 0.01, 0.07, 0.19 |
|
|||
|
In article <NNXpb.18682$IZ4.5160@newssvr27.news.prodigy.com >,
code11 wrote: > I find there are some UDP packets being sent over my computer. > Source IP is 0.0.0.0 Destination IP is 255.255.255.255. > Source port 68 Destination port is 67 > > What are these packets for? grep ' 6[78]/u' /etc/services -- /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net or put "not-spam" or "/dev/rob0" in Subject header to reply |