This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can Anyone tell me what these address's are?

18:21:26 10.111.64.1 67  ->  255.255.255.255 68 UDP  
18:21:26 10.111.64.1 67  ->  255.255.255.255 68 UDP  
18:21:36 192.168.1.5 138  ->  192.168.1.255 138 UDP  
18:22:11 10.111.64.1 67  ->  255.255.255.255 68 UDP  
18:22:11 10.111.64.1 67  ->  255.255.255.255 68 UDP  
18:24:33 10.111.64.1 67  ->  255.255.255.255 68 UDP  
18:24:33 10.111.64.1 67  ->  255.255.255.255 68 UDP  
18:24:35 10.111.64.1 67  ->  255.255.255.255 68 UDP  
18:24:35 10.111.64.1 67  ->  255.255.255.255 68 UDP 

I dont understand where they are coming from my internal address's are all in 192.168.1.x

Thanx for any help

Fred


This thread was automatically locked due to age.
Parents
  • Originally posted by FTW:
    18:21:26 10.111.64.1 67  ->  255.255.255.255 68 UDP  
    18:21:26 10.111.64.1 67  ->  255.255.255.255 68 UDP  
    18:21:36 192.168.1.5 138  ->  192.168.1.255 138 UDP  
    18:22:11 10.111.64.1 67  ->  255.255.255.255 68 UDP  
    18:22:11 10.111.64.1 67  ->  255.255.255.255 68 UDP  
    18:24:33 10.111.64.1 67  ->  255.255.255.255 68 UDP  
    18:24:33 10.111.64.1 67  ->  255.255.255.255 68 UDP  
    18:24:35 10.111.64.1 67  ->  255.255.255.255 68 UDP  
    18:24:35 10.111.64.1 67  ->  255.255.255.255 68 UDP 

    I dont understand where they are coming from my internal address's are all in 192.168.1.x

    Thanx for any help

    Fred
    Well, anything using ports 67 and 68, are for DHCP broadcasts. So the machine at 10.111.64.1 is broadcasting that it is a DHCP server to the network. What kind of connection are you on? 

    The other ones, going to port 138, are netbios broadcasts.
  • Hmmm

    I dont know of anything on my network that even has an IP like that and there are only 2 machines on the network when I got this 192.168.1.5 and 192.168.1.6

    I am using a cable modem strait into the ASL Box and then to a switch with these 2 machines.

    Thanx for any help
  • ... does your cable modem have a built-in DHCP server?  it's been known to happen on DSL modems (EA-700 for example)
  • thanx for the input. I dont know if my modem has a DHCP server but guess it is possinle. the modem is a 3COM CMX 

    Thanx for any help
  • OK, some more info for you. My ISP has their DHCP server located at IP 10.100.0.1 . Chances are your ISP has their DHCP server at 10.111.64.1. If your ASL was requesting config info from that IP,it would not be blocked. However because it is unsolicited traffic, that is why it is being blocked.

    Chances are if you called your ISP and asked them if that was their IP address, they would tell you it is.

    The way you can verify if it is coming from your ISP side, is what interface is it being dropped on? eth0, eth1?
Reply
  • OK, some more info for you. My ISP has their DHCP server located at IP 10.100.0.1 . Chances are your ISP has their DHCP server at 10.111.64.1. If your ASL was requesting config info from that IP,it would not be blocked. However because it is unsolicited traffic, that is why it is being blocked.

    Chances are if you called your ISP and asked them if that was their IP address, they would tell you it is.

    The way you can verify if it is coming from your ISP side, is what interface is it being dropped on? eth0, eth1?
Children