Hi everyone, I was working yesterday and after I provide my IAXy box it loose any network comunication, the link light (green) is on and the activity light (orange) when the power is turned on it does nothing, but when I pickup the phone connected to the box, this light start blinking once per second. I've use ethereal to sniff a bit and I found that the box keeps asking to broadcast the MAC address for the IP of the asterisk server, the server answer but the IAXy miss it and keeps asking forever. A detail of the capture file of ethereal is attached to this message in plain text. The reset button does nothing (I've read that this button is just a cosmetic button here: http://lists.digium.com/pipermail/asterisk-users/2004-November/074909.html ). Any body has an idea to solve this issue??? Thanks in advance! Raul -------------- next part -------------- Frame 83 (60 bytes on wire, 60 bytes captured) Arrival Time: Feb 12, 2005 23:28:32.426627000 Time delta from previous packet: 0.860380000 seconds Time since reference or first frame: 157.876547000 seconds Frame Number: 83 Packet Length: 60 bytes Capture Length: 60 bytes Ethernet II, Src: 00:0f:d3:00:0a:f0, Dst: ff:ff:ff:ff:ff:ff Destination: ff:ff:ff:ff:ff:ff (Broadcast) Source: 00:0f:d3:00:0a:f0 (Digium_00:0a:f0) Type: ARP (0x0806) Trailer: 00000000000000000000000000000000... Address Resolution Protocol (request) Hardware type: Ethernet (0x0001) Protocol type: IP (0x0800) Hardware size: 6 Protocol size: 4 Opcode: request (0x0001) Sender MAC address: 00:0f:d3:00:0a:f0 (Digium_00:0a:f0) Sender IP address: 0.0.0.0 (0.0.0.0) Target MAC address: ff:ff:ff:ff:ff:ff (Broadcast) Target IP address: 192.168.21.139 (192.168.21.139) Frame 84 (42 bytes on wire, 42 bytes captured) Arrival Time: Feb 12, 2005 23:28:32.426675000 Time delta from previous packet: 0.000048000 seconds Time since reference or first frame: 157.876595000 seconds Frame Number: 84 Packet Length: 42 bytes Capture Length: 42 bytes Ethernet II, Src: 00:01:03:c3:d2:c6, Dst: 00:0f:d3:00:0a:f0 Destination: 00:0f:d3:00:0a:f0 (Digium_00:0a:f0) Source: 00:01:03:c3:d2:c6 (3com_c3:d2:c6) Type: ARP (0x0806) Address Resolution Protocol (reply) Hardware type: Ethernet (0x0001) Protocol type: IP (0x0800) Hardware size: 6 Protocol size: 4 Opcode: reply (0x0002) Sender MAC address: 00:01:03:c3:d2:c6 (3com_c3:d2:c6) Sender IP address: 192.168.21.139 (192.168.21.139) Target MAC address: 00:01:03:c3:d2:c6 (3com_c3:d2:c6) Target IP address: 192.168.21.139 (192.168.21.139)
asterisk-users-bounces@lists.digium.com wrote:> Hi everyone, > > I was working yesterday and after I provide my IAXy box it > loose any network comunication, the link light (green) is on > and the activity light (orange) when the power is turned on > it does nothing, but when I pickup the phone connected to the > box, this light start blinking once per second. I've use > ethereal to sniff a bit and I found that the box keeps asking > to broadcast the MAC address for the IP of the asterisk > server, the server answer but the IAXy miss it and keeps > asking forever. A detail of the capture file of ethereal is > attached to this message in plain text. > > The reset button does nothing (I've read that this button is just a > cosmetic button here: > http://lists.digium.com/pipermail/asterisk-users/2004-November > /074909.html ).Any body has an idea to solve this issue??? Try re-programming the IAXy. That often fixes these types of problems. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005
>asterisk-users-bounces at lists.digium.com wrote: >> Hi everyone, >> >> I was working yesterday and after I provide my IAXy box it >> loose any network comunication, the link light (green) is on >> and the activity light (orange) when the power is turned on >> it does nothing, but when I pickup the phone connected to the >> box, this light start blinking once per second. I've use >> ethereal to sniff a bit and I found that the box keeps asking >> to broadcast the MAC address for the IP of the asterisk >> server, the server answer but the IAXy miss it and keeps >> asking forever. A detail of the capture file of ethereal is >> attached to this message in plain text. >> >> The reset button does nothing (I've read that this button is just a >> cosmetic button here: >> http://lists.digium.com/pipermail/asterisk-users/2004-November >> /074909.html ). >> Any body has an idea to solve this issue???> Try re-programming the IAXy. That often fixes these types of problems.Well, I try to re-provisioning my IAXy box but it has no IP at all as I can see in the Ethereal capture: Sender MAC address: 00:0f:d3:00:0a:f0 (Digium_00:0a:f0) Sender IP address: 0.0.0.0 (0.0.0.0) And if I try to use the 0.0.0.0 IP, the loopback interface answer the request and no provisioning is made. I'm still stuck, if I'm missing something obious please tell me what it is. Thanks in advance! Raul.
Quoted message 13:01 05/02/13 -0600, from Eric Wieling:>The IAXy does not use DHCP, it uses the older BOOTP protocol. Most >DHCP servers support BOOTP (but it may have to be enabled)Eric, that's gotta be one of the most useful bits of information about the IAXy i've seen in a long while... ;-) Where on the related websites did i miss that? --