Hi there, i've got an absurd problem and i don't understand the reason.
I've got an ethernet interface of a 493AH where i've configured a listening dhcpd service.
Now with many dhcp clients i don't have any problems, but with the dhcp client of "Virtual Access GW2040 3G Router " (http://www.virtualaccess.ie/gw2040.html) something go wrong.
Client like usual start a dhcp process with a DHCP DISCOVER packet with all the values correctly set, but when dhcpd daemon on the mikrotik board reply with the DHCP OFFER packet there's no "DHCP option 1" (subnet mask) in the packet so that client silently refuse the offer and DHCP process go wrong.
Any idea??
I attached also here dhcp,debug output:
Feb/08/2012 15:42:51 dhcp,debug,packet dhcp1 received discover with id 3214 from 0.0.0.0
Feb/08/2012 15:42:51 dhcp,debug,packet ciaddr = 0.0.0.0
Feb/08/2012 15:42:51 dhcp,debug,packet chaddr = 00:E0:C8:81:0A:78
Feb/08/2012 15:42:51 dhcp,debug,packet Msg-Type = discover
Feb/08/2012 15:42:51 dhcp,debug,packet Client-Id = 01-00-E0-C8-81-0A-78
Feb/08/2012 15:42:51 dhcp,debug,packet Host-Name = 76-61-2D-65-31-00
Feb/08/2012 15:42:52 dhcp,debug,packet dhcp1 sending offer with id 3214 to 172.16.1.100
Feb/08/2012 15:42:52 dhcp,debug,packet ciaddr = 0.0.0.0
Feb/08/2012 15:42:52 dhcp,debug,packet yiaddr = 172.16.1.100
Feb/08/2012 15:42:52 dhcp,debug,packet siaddr = 172.16.1.254
Feb/08/2012 15:42:52 dhcp,debug,packet chaddr = 00:E0:C8:81:0A:78
Feb/08/2012 15:42:52 dhcp,debug,packet Msg-Type = offer
Feb/08/2012 15:42:52 dhcp,debug,packet Server-Id = 172.16.1.254
Feb/08/2012 15:42:52 dhcp,debug,packet Address-Time = 3600
Regards,