[Chilli] coova-chilli 1.3.0 problem with WISPr-Redirection-URL

Sourav sourav.chakraborty at netcommwireless.com
Thu Sep 26 23:53:06 UTC 2013


Hi David/All,
Please find complete logs for the problem mentioned below..Also I'm 
running 1 instance of coovachilli-1.3.0.

Warm Regards,
Sourav
On 23/09/13 17:39, Sourav wrote:
> Also I have changed a single line of ChilliLibrary.js thus --
> var  chilliController  <javascript:searchRef('"chilliController"')>  = {interval  <javascript:searchRef('"interval"')>:30 ,host  <javascript:searchRef('"host"')>:"1.0.0.1" ,port  <javascript:searchRef('"port"')>:false  <javascript:searchRef('"false"')>  ,ident  <javascript:searchRef('"ident"')>:'00' ,ssl  <javascript:searchRef('"ssl"')>:false  <javascript:searchRef('"false"')>  ,uamService  <javascript:searchRef('"uamService"')>:false  <javascript:searchRef('"false"')>  };
> to
> var  chilliController  <javascript:searchRef('"chilliController"')>  = {interval  <javascript:searchRef('"interval"')>:60 ,host  <javascript:searchRef('"host"')>:"10.1.0.1" ,port  <javascript:searchRef('"port"')>:3990  <javascript:searchRef('"false"')>  ,ident  <javascript:searchRef('"ident"')>:'00' ,ssl  <javascript:searchRef('"ssl"')>:false  <javascript:searchRef('"false"')>  ,uamService  <javascript:searchRef('"uamService"')>:false  <javascript:searchRef('"false"')>  };
>
> Warm Regards,
> Sourav
>
> On 23/09/13 15:10, Sourav wrote:
>> Hi Xabier/All,
>> Please find attached the hotspotlogin.html that I'm using and also 
>> the screenshot of the browser from where login is 
>> attempted........the attached jpg file shows that login is 
>> happening,but Accounting Start is not sent by coovachilli(to radius 
>> server) ....also please note the URL bar in the jpg file. This might 
>> give you some clue to the issue......"res=notyet" is 
>> seen......shouldn't it be "res=success"? What might have caused this 
>> problem....please help me out on this.
>>
>> Warm Regards,
>> Sourav
>> On 20/09/13 18:08, Xabier Oneca -- xOneca wrote:
>>>
>>> Hello Sourav,
>>>
>>> Sorry I have no clue how to fix that.
>>>
>>> Maybe it has something to do with 'Acct-Interim-Interval' set too 
>>> low (value must be >=60 and you have 30).
>>>
>>> In fact, we only set 'Session-Timeout' and 'Idle-Timeout', so maybe 
>>> you could completely remove the 'Acct-Interim-Interval' response.
>>>
>>> If that doesn't work, I don't know what could probably be...
>>>
>>> HTH,
>>> Xabier Oneca_,,_
>>>
>>> El 20/09/2013 09:37, "Sourav" 
>>> <sourav.chakraborty at netcommwireless.com 
>>> <mailto:sourav.chakraborty at netcommwireless.com>> escribió:
>>>
>>>     Hi All,
>>>     I'm still stuck with the problem mentioned below......all the
>>>     info,logs,config etc are mentioned in the mail chain
>>>     below......please let me know what is going wrong here.....this
>>>     is an urgent situation....please help.
>>>
>>>     Warm Regards,
>>>     Sourav
>>>     On 19/09/13 17:36, Sourav wrote:
>>>>     Hi All,
>>>>     Please help me solve this issue,as I'm totally stuck in this
>>>>     urgent situation........feeling hopeless at the moment not
>>>>     getting any help from anywhere......please help.
>>>>
>>>>     Warm Regards,
>>>>     Sourav
>>>>     On 17/09/13 17:05, Sourav wrote:
>>>>>     Hi David,
>>>>>     I guess you should take a look at this problem I'm facing as
>>>>>     I'm using chilliController.js and ChilliLibrary.js ....
>>>>>
>>>>>     In your blog --http://coova.org/node/80 you mentioned that
>>>>>     this is still under development. I'm using coova-chilli 1.3.0.
>>>>>     Is the feature "Any page a login page" not available in this
>>>>>     version?
>>>>>
>>>>>     I'm seeing Access-Request go to FreeRadius Server and can also
>>>>>     see Access-Accept getting received by coovachilli, but it does
>>>>>     not send out Accounting Start msg to Freeradius after that.
>>>>>     Also further browsing to any site is not possible.
>>>>>
>>>>>     Warm Regards,
>>>>>     Sourav
>>>>>     On 17/09/13 09:52, Sourav wrote:
>>>>>>     If the uncomment #HS_MACAUTH=on in config file, then
>>>>>>     Accounting Start msg goes to radius server and browsing is
>>>>>>     possible. I want to have the same behaviour for the user/pwd
>>>>>>     authentication using UAM, which is not happening
>>>>>>     now......currently on entering username/pwd on the
>>>>>>     hotspotlogin.html and pressing "connect", Acess-Request goes
>>>>>>     to freeradius server, which replies back with Access-Accept.
>>>>>>     Now coovachilli should handle this Access-Accept(confirmed
>>>>>>     that it received this msg from the logs), and send Accounting
>>>>>>     Start to radius server and the user should be able to browse
>>>>>>     pages on the internet. This is not happening at present.
>>>>>>
>>>>>>     Warm Regards,
>>>>>>     Sourav
>>>>>>     On 16/09/13 18:28, Russell Mike wrote:
>>>>>>>     Hi Sourav,
>>>>>>>
>>>>>>>     Please excuse if you have already verified. It could be
>>>>>>>     firewall or any other device blocking account. Port
>>>>>>>     1813/UDP. No ?
>>>>>>>
>>>>>>>     Thanks / RM --
>>>>>>>
>>>>>>>     On Mon, Sep 16, 2013 at 8:15 AM, Sourav
>>>>>>>     <sourav.chakraborty at netcommwireless.com
>>>>>>>     <mailto:sourav.chakraborty at netcommwireless.com>> wrote:
>>>>>>>
>>>>>>>         Hi MIke,
>>>>>>>          Thanks for the suggestion....but the problem seems to
>>>>>>>         be at the coovachilli end and not at the radius server
>>>>>>>         end......coovachilli is not sending out Accounting Start
>>>>>>>         msg to radius server after it receives Access-Accept
>>>>>>>         from the radius server.
>>>>>>>
>>>>>>>         Warm Regards,
>>>>>>>         Sourav
>>>>>>>
>>>>>>>         On 16/09/13 17:45, Russell Mike wrote:
>>>>>>>>         Hi,
>>>>>>>>
>>>>>>>>         The following is working one, check if helps.
>>>>>>>>
>>>>>>>>         server accept_everyone {
>>>>>>>>          authorize {
>>>>>>>>         files
>>>>>>>>         sql
>>>>>>>>         if(ok) {
>>>>>>>>               update control {
>>>>>>>>         Login-Time := 'Any0000-1259'
>>>>>>>>         Auth-Type := "Accept"
>>>>>>>>         }
>>>>>>>>                 }
>>>>>>>>               update reply {
>>>>>>>>         WISPr-Redirection-URL := ""
>>>>>>>>         }
>>>>>>>>         else {
>>>>>>>>
>>>>>>>>               update control {
>>>>>>>>         Auth-Type := "Reject"
>>>>>>>>         }
>>>>>>>>               update reply {
>>>>>>>>         WISPr-Redirection-URL := "http://41.139.28.1"
>>>>>>>>              }
>>>>>>>>         }
>>>>>>>>                 }
>>>>>>>>
>>>>>>>>         Thanks / RM --
>>>>>>>>
>>>>>>>>
>>>>>>>>         On Thu, Sep 12, 2013 at 4:12 AM, Sourav
>>>>>>>>         <sourav.chakraborty at netcommwireless.com
>>>>>>>>         <mailto:sourav.chakraborty at netcommwireless.com>> wrote:
>>>>>>>>
>>>>>>>>             BTW the radius exchanges look this way --
>>>>>>>>
>>>>>>>>             rad_recv: Access-Request packet from host
>>>>>>>>             192.168.1.1 port 39125, id=40, length=287
>>>>>>>>             ChilliSpot-Version = "1.3.0"
>>>>>>>>                 User-Name = "hhgk"
>>>>>>>>             CHAP-Challenge = 0x4a82bfa6b164f1171f7aa616439a0c21
>>>>>>>>             CHAP-Password = 0x00db346919de9293942fc6cf7d5014a228
>>>>>>>>             Service-Type = Login-User
>>>>>>>>             Acct-Session-Id = "5231317c00000001"
>>>>>>>>             Framed-IP-Address = 10.1.0.4
>>>>>>>>             NAS-Port-Type = Wireless-802.11
>>>>>>>>                 NAS-Port = 1
>>>>>>>>             NAS-Port-Id = "00000001"
>>>>>>>>             Calling-Station-Id = "00-08-CA-46-7D-11"
>>>>>>>>             Called-Station-Id = "00-60-64-89-20-60
>>>>>>>>             <tel:00-60-64-89-20-60>"
>>>>>>>>             NAS-IP-Address = 10.1.0.1
>>>>>>>>             NAS-Identifier = "nas01"
>>>>>>>>             WISPr-Location-ID = "isocc=,cc=,ac=,network=Coova,"
>>>>>>>>             WISPr-Location-Name = "My_HotSpot"
>>>>>>>>             WISPr-Logoff-URL = "http://10.1.0.1:3990/logoff"
>>>>>>>>             <http://10.1.0.1:3990/logoff>
>>>>>>>>             Message-Authenticator =
>>>>>>>>             0xd50a548a33cf2e0c31d95951ae676f60
>>>>>>>>             # Executing section authorize from file
>>>>>>>>             /usr/local/etc/raddb/sites-enabled/default
>>>>>>>>             +- entering group authorize {...}
>>>>>>>>             ++[preprocess] returns ok
>>>>>>>>             [chap] Setting 'Auth-Type := CHAP'
>>>>>>>>             ++[chap] returns ok
>>>>>>>>             ++[mschap] returns noop
>>>>>>>>             ++[digest] returns noop
>>>>>>>>             [suffix] No '@' in User-Name = "hhgk", looking up
>>>>>>>>             realm NULL
>>>>>>>>             [suffix] No such realm "NULL"
>>>>>>>>             ++[suffix] returns noop
>>>>>>>>             [eap] No EAP-Message, not doing EAP
>>>>>>>>             ++[eap] returns noop
>>>>>>>>             [files] users: Matched entry DEFAULT at line 71
>>>>>>>>             ++[files] returns ok
>>>>>>>>             ++[expiration] returns noop
>>>>>>>>             ++[logintime] returns noop
>>>>>>>>             [pap] WARNING: Auth-Type already set. Not setting
>>>>>>>>             to PAP
>>>>>>>>             ++[pap] returns noop
>>>>>>>>             Found Auth-Type = Accept
>>>>>>>>             Auth-Type = Accept, accepting the user
>>>>>>>>             # Executing section post-auth from file
>>>>>>>>             /usr/local/etc/raddb/sites-enabled/default
>>>>>>>>             +- entering group post-auth {...}
>>>>>>>>             ++[exec] returns noop
>>>>>>>>             Sending Access-Accept of id 40 to 192.168.1.1 port
>>>>>>>>             39125
>>>>>>>>             Idle-Timeout = 1200
>>>>>>>>             ChilliSpot-Bandwidth-Max-Down = 1024
>>>>>>>>             ChilliSpot-Bandwidth-Max-Up = 512
>>>>>>>>             Session-Timeout = 1800
>>>>>>>>             Acct-Interim-Interval = 30
>>>>>>>>             Finished request 8.
>>>>>>>>             Going to the next request
>>>>>>>>             Waking up in 4.9 seconds.
>>>>>>>>             Cleaning up request 8 ID 40 with timestamp +1041
>>>>>>>>             Ready to process requests.
>>>>>>>>
>>>>>>>>             Warm Regards,
>>>>>>>>             Sourav
>>>>>>>>
>>>>>>>>             On 12/09/13 14:02, Sourav wrote:
>>>>>>>>>             Hi,
>>>>>>>>>             I have been sending out SOS for the past 2 days
>>>>>>>>>             ........please help me out as I am stuck and
>>>>>>>>>             cannot progress further without your help.
>>>>>>>>>
>>>>>>>>>             I have setup  coova-chilli 1.3.0 with Freeradius and have set up a
>>>>>>>>>             captive portal page(hotspotlogin.html).
>>>>>>>>>             On trying to login from a PC using Wireless, Radius Access-Request
>>>>>>>>>             reaches Freeradius(which sends Access-Accept as I have set up(in users
>>>>>>>>>             file) --
>>>>>>>>>             DEFAULT Auth-Type := Accept
>>>>>>>>>                       
>>>>>>>>>
>>>>>>>>>             But no RADIUS "Acct-Status-Type=Start" msg is sent by coovachilli after this, redirection
>>>>>>>>>             happens to hotspotlogin.html again, after a while. Further browsing to any site, takes
>>>>>>>>>             me to the captive portal page and not to the site. Please help me
>>>>>>>>>             resolve this as this is urgently required.
>>>>>>>>>
>>>>>>>>>              Please find logs for the problem which I am
>>>>>>>>>             facing as mentioned in my mail below------please
>>>>>>>>>             help me out on this ....
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=54
>>>>>>>>>             dhcp.c: 4965: 0 (Debug) dhcp_decaps:
>>>>>>>>>             src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 pr
>>>>>>>>>             dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
>>>>>>>>>             tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
>>>>>>>>>             redir.c: 3278: 0 (Debug) Calling redir_getstate()
>>>>>>>>>             redir.c: 3323: 0 (Debug) Receiving HTTP Request
>>>>>>>>>             redir.c: 2103: 0 (Debug) The path: json/logon
>>>>>>>>>             redir.c: 2118: 0 (Debug) The (json format) path:
>>>>>>>>>             logon
>>>>>>>>>             redir.c: 2153: 0 (Debug) Query string:
>>>>>>>>>             username=hhgk&response=db346919de9293942fc6c
>>>>>>>>>             redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
>>>>>>>>>             <http://10.1.0.1:3990>
>>>>>>>>>             redir.c: 2160: 0 (Debug) end of http-request
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&lang=)
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&username=)
>>>>>>>>>             redir.c: 1903: 0 (Debug) The parameter username
>>>>>>>>>             is: [hhgk]
>>>>>>>>>             redir.c: 2267: 0 (Debug) -->> Setting username=[hhgk]
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&userurl=)
>>>>>>>>>             redir.c: 1903: 0 (Debug) The parameter userurl is:
>>>>>>>>>             [http://www.telegesis.com/]
>>>>>>>>>             redir.c: 2273: 0 (Debug) -->> Setting
>>>>>>>>>             userurl=[http://www.telegesis.com/]
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&continue=)
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&WISPrVersion=)
>>>>>>>>>             redir.c: 2295: 0 (Debug) using uamprotocol: WISPr
>>>>>>>>>             1.0 (1)
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&ntresponse=)
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&response=)
>>>>>>>>>             redir.c: 1903: 0 (Debug) The parameter response
>>>>>>>>>             is: [db346919de9293942fc6cf7d5014a2
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&ident=)
>>>>>>>>>             redir.c: 3388: 0 (Debug) Processing HTTP Request
>>>>>>>>>             redir.c: 3696: 0 (Debug) Processing received request
>>>>>>>>>             redir.c: 3794: 0 (Debug) redir_accept: Sending
>>>>>>>>>             RADIUS request
>>>>>>>>>             radius.c: 1315: 0 (Debug) RADIUS client 0.0.0.0:0
>>>>>>>>>             <http://0.0.0.0:0>
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>             dhcp.c: 5321: 0 (Debug) adding 14 to IP frame
>>>>>>>>>             length 66
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=66
>>>>>>>>>             redir.c: 2642: 0 (Debug) created radius packet
>>>>>>>>>             (code=1, id=40, len=33)
>>>>>>>>>
>>>>>>>>>             redir.c: 2654: 0 (Debug) SECRET: [change-me]
>>>>>>>>>             redir.c: 2803: 0 (Debug) sending radius packet
>>>>>>>>>             (code=1, id=40, len=287)
>>>>>>>>>
>>>>>>>>>             radius.c: 321: 0 (Debug) Allocating RADIUS packet
>>>>>>>>>             radius.c: 1898: 0 (Debug) Received RADIUS packet
>>>>>>>>>             id=40
>>>>>>>>>             radius.c: 421: 0 (Debug) Freeing RADIUS packet
>>>>>>>>>             radius.c: 426: 0 (Debug) RADIUS queue-out id=40 idx=0
>>>>>>>>>             redir.c: 2431: 0 (Debug) Received RADIUS response
>>>>>>>>>             chilli.c: 3901: 0 (Debug) Received too small
>>>>>>>>>             radius Acct-Interim-Interval: 30;
>>>>>>>>>             redir.c: 2531: 0 (Debug) +attribute EAP msg (0
>>>>>>>>>             bytes):
>>>>>>>>>             redir.c: 3804: 0 (Debug) Received RADIUS reply
>>>>>>>>>             redir.c: 3818: 0 (Debug) redir_main handling
>>>>>>>>>             Access-Accept
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&callback=)
>>>>>>>>>             redir.c: 1903: 0 (Debug) The parameter callback
>>>>>>>>>             is: [chilliJSON.reply]
>>>>>>>>>             redir.c: 1394: 0 (Debug) sending json:
>>>>>>>>>             chilliJSON.reply({"version":"1.0","*clientSta**te":1*,"redir":{"originalURL":"http://www.telegesis.com/"
>>>>>>>>>             <http://www.telegesis.com/>,"redirectionURL":"","logoutURL":"http://10.1.0.1:3990/logoff"
>>>>>>>>>             <http://10.1.0.1:3990/logoff>,"ipAddress":"10.1.0.4","macAddress":"00-08-CA-46-7D-11"},"session":{"sessionId":"5231317c00000001","userName":"hhgk","startTime":1378955693,"sessionTimeout":1800,"idleTimeout":1200},"accounting":{"sessionTime":0,"idleTime":0,"inputOctets":0,"outputOctets":0,"inputGigawords":0,"outputGigawords":0,"viewPoint":"client"}}
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>             redir.c: 1455: 0 (Debug) redir_write(749)
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=789)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>             dhcp.c: 5321: 0 (Debug) adding 14 to IP frame
>>>>>>>>>             length 803
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=803
>>>>>>>>>             chilli.c: 5840: 0 (Debug) UAM login with unknown
>>>>>>>>>             IP address: 10.1.0.4
>>>>>>>>>             redir.c: 3854: 0 (Debug) -->> Msg
>>>>>>>>>             userurl=[http://www.telegesis.com/]
>>>>>>>>>
>>>>>>>>>             redir.c: 3077: 0 (Debug) close_exit
>>>>>>>>>             dhcp.c: 4965: 0 (Debug) dhcp_decaps:
>>>>>>>>>             src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 pr
>>>>>>>>>             dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
>>>>>>>>>             tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>             dhcp.c: 5321: 0 (Debug) adding 14 to IP frame
>>>>>>>>>             length 66
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=66
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>             dhcp.c: 5321: 0 (Debug) adding 14 to IP frame
>>>>>>>>>             length 54
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=54
>>>>>>>>>             chilli.c: 379: 0 (Debug) caught 17 via selfpipe
>>>>>>>>>             chilli.c: 310: 0 (Debug) child 6326 terminated
>>>>>>>>>             chilli.c: 135: 0 (Debug) Freed child process 6326
>>>>>>>>>             [[redir]]
>>>>>>>>>             dhcp.c: 4965: 0 (Debug) dhcp_decaps:
>>>>>>>>>             src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 pr
>>>>>>>>>             dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
>>>>>>>>>             tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>             dhcp.c: 5321: 0 (Debug) adding 14 to IP frame
>>>>>>>>>             length 54
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=54
>>>>>>>>>             dhcp.c: 4965: 0 (Debug) dhcp_decaps:
>>>>>>>>>             src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 pr
>>>>>>>>>             dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
>>>>>>>>>             dhcp.c: 2558: 0 (Debug) Resetting connection on
>>>>>>>>>             port 56160->443
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=54
>>>>>>>>>             dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
>>>>>>>>>             dhcp.c: 4965: 0 (Debug) dhcp_decaps:
>>>>>>>>>             src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 pr
>>>>>>>>>             dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
>>>>>>>>>             dhcp.c: 2558: 0 (Debug) Resetting connection on
>>>>>>>>>             port 56165->443
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=54
>>>>>>>>>             dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>             dhcp.c: 5321: 0 (Debug) adding 14 to IP frame
>>>>>>>>>             length 66
>>>>>>>>>             dhcp.c: 2674: 0 (Debug) Resetting connection on
>>>>>>>>>             port 443->56160 (undo)
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=54
>>>>>>>>>             tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
>>>>>>>>>             dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>             dhcp.c: 5321: 0 (Debug) adding 14 to IP frame
>>>>>>>>>             length 66
>>>>>>>>>             dhcp.c: 2674: 0 (Debug) Resetting connection on
>>>>>>>>>             port 443->56165 (undo)
>>>>>>>>>             dhcp.c: 411: 0 (Debug) dhcp_send() len=54
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>             After a little while --
>>>>>>>>>             dhcp.c: 4965: 0 (Debug) dhcp_decaps:
>>>>>>>>>             src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 pr
>>>>>>>>>             dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
>>>>>>>>>             tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
>>>>>>>>>             redir.c: 3278: 0 (Debug) Calling redir_getstate()
>>>>>>>>>             redir.c: 3323: 0 (Debug) Receiving HTTP Request
>>>>>>>>>             redir.c: 2103: 0 (Debug) The path: json/status
>>>>>>>>>             redir.c: 2118: 0 (Debug) The (json format) path:
>>>>>>>>>             status
>>>>>>>>>             redir.c: 2153: 0 (Debug) Query string:
>>>>>>>>>             callback=chilliJSON.reply&0.5259556404780596
>>>>>>>>>             redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
>>>>>>>>>             <http://10.1.0.1:3990>
>>>>>>>>>             redir.c: 2160: 0 (Debug) end of http-request
>>>>>>>>>             redir.c: 3388: 0 (Debug) Processing HTTP Request
>>>>>>>>>             redir.c: 3696: 0 (Debug) Processing received request
>>>>>>>>>             redir.c: 1877: 0 (Debug) getparam(&callback=)
>>>>>>>>>             redir.c: 1903: 0 (Debug) The parameter callback
>>>>>>>>>             is: [chilliJSON.reply]
>>>>>>>>>             redir.c: 1394: 0 (Debug) sending json:
>>>>>>>>>             chilliJSON.reply({"version":"1.0","*clientSta**te":0*,"challenge":"00000000000000000000000000000000","location":{"name":"My
>>>>>>>>>             HotSpot"},"redir":{"originalURL":"","redirectionURL":"","logoutURL":"http://10.1.0.1:3990/logoff"
>>>>>>>>>             <http://10.1.0.1:3990/logoff>,"ipAddress":"10.1.0.4","macAddress":"00-08-CA-46-7D-11"}})
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>             redir.c: 1455: 0 (Debug) redir_write(542)
>>>>>>>>>             redir.c: 3077: 0 (Debug) close_exit
>>>>>>>>>             tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
>>>>>>>>>             chilli.c: 2657: 0 (Debug) sending to : 10.1.0.4
>>>>>>>>>
>>>>>>>>>             Warm Regards,
>>>>>>>>>             Sourav
>>>>>>>>>             On 11/09/13 13:10, Sourav wrote:
>>>>>>>>>>             Hi All,
>>>>>>>>>>             I have setup  coova-chilli 1.3.0 with Freeradius and have set up a
>>>>>>>>>>             captive portal page(hotspotlogin.html).
>>>>>>>>>>             On trying to login from a PC using Wireless, Radius Access-Request
>>>>>>>>>>             reaches Freeradius(which sends Access-Accept as I have set up(in users
>>>>>>>>>>             file) --
>>>>>>>>>>             DEFAULT Auth-Type := Accept
>>>>>>>>>>                       WISPr-Redirection-URL=http://google.com.au
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>             But instead of getting redirected togoogle.com.au  <http://google.com.au>, the redirection
>>>>>>>>>>             happens to hotspotlogin.html again. Further browsing to any site, takes
>>>>>>>>>>             me to the captive portal page and not to the site. Please help me
>>>>>>>>>>             resolve this as this is urgently required.
>>>>>>>>>>
>>>>>>>>>>             Thanks
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>             -- 
>>>>>>>>>             Warm Regards,
>>>>>>>>>             Sourav
>>>>>>>>>
>>>>>>>>>             ______________________________________________________________________
>>>>>>>>>             This communication contains information which may
>>>>>>>>>             be confidential or privileged. The information is
>>>>>>>>>             intended solely for the use of the individual or
>>>>>>>>>             entity named above. If you are not the intended
>>>>>>>>>             recipient, be aware that any disclosure, copying,
>>>>>>>>>             distribution or use of the contents of this
>>>>>>>>>             information is prohibited. If you have received
>>>>>>>>>             this communication in error, please notify me by
>>>>>>>>>             telephone immediately.
>>>>>>>>>             ______________________________________________________________________
>>>>>>>>
>>>>>>>>
>>>>>>>>             -- 
>>>>>>>>             Warm Regards,
>>>>>>>>             Sourav
>>>>>>>>
>>>>>>>>
>>>>>>>>             ______________________________________________________________________
>>>>>>>>             This communication contains information which may
>>>>>>>>             be confidential or privileged. The information is
>>>>>>>>             intended solely for the use of the individual or
>>>>>>>>             entity named above. If you are not the intended
>>>>>>>>             recipient, be aware that any disclosure, copying,
>>>>>>>>             distribution or use of the contents of this
>>>>>>>>             information is prohibited. If you have received
>>>>>>>>             this communication in error, please notify me by
>>>>>>>>             telephone immediately.
>>>>>>>>             ______________________________________________________________________
>>>>>>>>
>>>>>>>>             _______________________________________________
>>>>>>>>             Chilli mailing list
>>>>>>>>             Chilli at coova.org <mailto:Chilli at coova.org>
>>>>>>>>             http://lists.coova.org/cgi-bin/mailman/listinfo/chilli
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>         -- 
>>>>>>>         Warm Regards,
>>>>>>>         Sourav
>>>>>>>
>>>>>>>
>>>>>>>         ______________________________________________________________________
>>>>>>>         This communication contains information which may be
>>>>>>>         confidential or privileged. The information is intended
>>>>>>>         solely for the use of the individual or entity named
>>>>>>>         above. If you are not the intended recipient, be aware
>>>>>>>         that any disclosure, copying, distribution or use of the
>>>>>>>         contents of this information is prohibited. If you have
>>>>>>>         received this communication in error, please notify me
>>>>>>>         by telephone immediately.
>>>>>>>         ______________________________________________________________________
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>     -- 
>>>>>>     Warm Regards,
>>>>>>     Sourav
>>>>>
>>>>>
>>>>>     -- 
>>>>>     Warm Regards,
>>>>>     Sourav
>>>>>
>>>>>     ______________________________________________________________________
>>>>>     This communication contains information which may be
>>>>>     confidential or privileged. The information is intended solely
>>>>>     for the use of the individual or entity named above. If you
>>>>>     are not the intended recipient, be aware that any disclosure,
>>>>>     copying, distribution or use of the contents of this
>>>>>     information is prohibited. If you have received this
>>>>>     communication in error, please notify me by telephone immediately.
>>>>>     ______________________________________________________________________
>>>>
>>>>
>>>>     -- 
>>>>     Warm Regards,
>>>>     Sourav
>>>>
>>>>     ______________________________________________________________________
>>>>     This communication contains information which may be
>>>>     confidential or privileged. The information is intended solely
>>>>     for the use of the individual or entity named above. If you are
>>>>     not the intended recipient, be aware that any disclosure,
>>>>     copying, distribution or use of the contents of this
>>>>     information is prohibited. If you have received this
>>>>     communication in error, please notify me by telephone immediately.
>>>>     ______________________________________________________________________
>>>
>>>
>>>     -- 
>>>     Warm Regards,
>>>     Sourav
>>>
>>>
>>>     ______________________________________________________________________
>>>     This communication contains information which may be
>>>     confidential or privileged. The information is intended solely
>>>     for the use of the individual or entity named above. If you are
>>>     not the intended recipient, be aware that any disclosure,
>>>     copying, distribution or use of the contents of this information
>>>     is prohibited. If you have received this communication in error,
>>>     please notify me by telephone immediately.
>>>     ______________________________________________________________________
>>>
>>>     _______________________________________________
>>>     Chilli mailing list
>>>     Chilli at coova.org <mailto:Chilli at coova.org>
>>>     http://lists.coova.org/cgi-bin/mailman/listinfo/chilli
>>>
>>
>>
>> -- 
>> Warm Regards,
>> Sourav
>>
>> ______________________________________________________________________
>> This communication contains information which may be confidential or 
>> privileged. The information is intended solely for the use of the 
>> individual or entity named above. If you are not the intended 
>> recipient, be aware that any disclosure, copying, distribution or use 
>> of the contents of this information is prohibited. If you have 
>> received this communication in error, please notify me by telephone 
>> immediately.
>> ______________________________________________________________________
>
>
> -- 
> Warm Regards,
> Sourav
>
> ______________________________________________________________________
> This communication contains information which may be confidential or 
> privileged. The information is intended solely for the use of the 
> individual or entity named above. If you are not the intended 
> recipient, be aware that any disclosure, copying, distribution or use 
> of the contents of this information is prohibited. If you have 
> received this communication in error, please notify me by telephone 
> immediately.
> ______________________________________________________________________


-- 
Warm Regards,
Sourav



______________________________________________________________________
This communication contains information which may be confidential or privileged. The information is intended solely for the use of the individual or entity named above.  If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited.  If you have received this communication in error, please notify me by telephone immediately.
______________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.coova.org/pipermail/chilli/attachments/20130927/ccf5f246/attachment-0001.html>
-------------- next part --------------
main-opt.c: 605: 0 (Debug) DHCP Listen: 10.1.0.1
main-opt.c: 606: 0 (Debug) UAM Listen: 10.1.0.1
garden.c: 414: 0 (Debug) Uamallowed IP address #0:128: proto=0 host=10.1.0.1 port=4990
garden.c: 443: 0 (Debug) Uamallowed www.coova.org
garden.c: 414: 0 (Debug) Uamallowed IP address #1:128: proto=0 host=174.129.195.118 port=0
garden.c: 443: 0 (Debug) Uamallowed 10.1.0.1
garden.c: 414: 0 (Debug) Uamallowed IP address #2:128: proto=0 host=10.1.0.1 port=0
garden.c: 443: 0 (Debug) Uamallowed www.coova.org
garden.c: 387: 0 (Debug) Uamallowed already exists #1:128: proto=0 host=174.129.195.118 port=0
options.c: 443: 0 (Debug) PID 3938 saving options to //var/run/chilli.3934.cfg.bin
options.c: 652: 0 (Debug) PID 3934 reloaded binary options file
chilli.c: 7143: 0 (Debug) clock realtime sec 1380238316 nsec 117849711
chilli.c: 7148: 0 (Debug) clock monotonic sec 124 nsec 354942302
tun.c: 605: 0 (Debug) TX queue length set to 100
tun.c: 1108: 0 (Debug) Running /etc/chilli/up.sh
ippool.c: 338: 0 (Debug) Hashlog 8 252 256
net.c: 1239: 0 (Debug) Net SNDBUF 110592
net.c: 1242: 0 (Debug) Net RCVBUF 110592
net.c: 1295: 0 (Debug) device ra0 ifindex 9
net.c: 1311: 0 (Debug) lo  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) eth0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) tunl0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) gre0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) sit0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) ip6tnl0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) br0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) wwan0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) ra0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) wds0  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) wds1  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) wds2  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) wds3  address family: 17 (AF_PACKET)
net.c: 1311: 0 (Debug) lo  address family: 2 (AF_INET)
net.c: 1311: 0 (Debug) br0  address family: 2 (AF_INET)
net.c: 1311: 0 (Debug) wwan0  address family: 2 (AF_INET)
net.c: 1311: 0 (Debug) tun0  address family: 2 (AF_INET)
net.c: 1311: 0 (Debug) lo  address family: 10 (AF_INET6)
net.c: 1311: 0 (Debug) eth0  address family: 10 (AF_INET6)
net.c: 1311: 0 (Debug) br0  address family: 10 (AF_INET6)
net.c: 1311: 0 (Debug) wwan0  address family: 10 (AF_INET6)
net.c: 1311: 0 (Debug) ra0  address family: 10 (AF_INET6)
net.c: 1326: 0 (Debug) address: <fe80::260:64ff:fe89:2060%ra0>

dhcp.c: 481: 0 (Debug) hash table size 64 (56)
dhcp.c: 333: 0 (Debug) GARP: Replying to broadcast
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 1173: 0 (Debug) dhcpif (ra0) IPv6 address fe80::260:64ff:fe89:2060
radius.c: 1315: 0 (Debug) RADIUS client 0.0.0.0:0
chilli.c: 7303: 0 (Debug) Waiting for client request...
radius.c: 321: 0 (Debug) Allocating RADIUS packet
net.c: 388: 0 (Debug) net select count: 1
net.c: 388: 0 (Debug) net select count: 2
net.c: 388: 0 (Debug) net select count: 3
net.c: 388: 0 (Debug) net select count: 4
net.c: 388: 0 (Debug) net select count: 5
net.c: 388: 0 (Debug) net select count: 6
net.c: 388: 0 (Debug) net select count: 7
net.c: 388: 0 (Debug) net select count: 8
radius.c: 1898: 0 (Debug) Received RADIUS packet id=0
radius.c: 421: 0 (Debug) Freeing RADIUS packet
radius.c: 426: 0 (Debug) RADIUS queue-out id=0 idx=0
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 3948 terminated
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=33:33:00:00:00:fb prot=86dd 34525 len=101
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0006 6 len=20
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
dhcp.c: 730: 0 (Debug) DHCP newconn: 00:08:ca:46:7d:11
chilli.c: 5117: 0 (Debug) New DHCP request from MAC=00-08-CA-46-7D-11
chilli.c: 5120: 0 (Debug) New DHCP connection established
chilli.c: 5076: 0 (Debug) New Chilli Connection
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 0.0.0.0
chilli.c: 835: 0 (Debug) newip 0.0.0.0
ippool.c: 456: 0 (Debug) Requesting new static ip: 0.0.0.0
ippool.c: 456: 0 (Debug) Requesting new dynamic ip: 0.0.0.0
chilli.c: 5005: 0 (Debug) Client MAC=00-08-CA-46-7D-11 assigned IP 10.1.0.2
dhcp.c: 2755: 0 (Debug) dhcp server: 
dhcp.c: 411: 0 (Debug) dhcp_send() len=329
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=354
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 2755: 0 (Debug) dhcp server: 
dhcp.c: 411: 0 (Debug) dhcp_send() len=329
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5588: 0 (Debug) ARP: Address not found: 192.168.1.1
dhcp.c: 730: 0 (Debug) DHCP newconn: 00:60:64:89:20:5f
chilli.c: 5117: 0 (Debug) New DHCP request from MAC=00-60-64-89-20-5F
chilli.c: 5120: 0 (Debug) New DHCP connection established
chilli.c: 5076: 0 (Debug) New Chilli Connection
dhcp.c: 5622: 0 (Debug) ARP: 00-60-64-89-20-5F asking about 192.168.1.101
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 192.168.1.1
chilli.c: 835: 0 (Debug) newip 192.168.1.1
ippool.c: 456: 0 (Debug) Requesting new static ip: 192.168.1.1
ippool.c: 586: 0 (Debug) No more static addresses available
ippool.c: 456: 0 (Debug) Requesting new dynamic ip: 192.168.1.1
chilli.c: 5005: 0 (Debug) Client MAC=00-60-64-89-20-5F assigned IP 10.1.0.3
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.3 / 00-60-64-89-20-5F
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=86
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=86 dlen=32 olen=32
dhcp.c: 1704: 0 (Debug) DNS ID:    20795
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=32 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in isatap.corp.netcomm.com.au
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=72
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=85
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=85 dlen=31 olen=31
dhcp.c: 1704: 0 (Debug) DNS ID:    27234
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=31 olen=31 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in teredo.ipv6.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=71
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5632: 0 (Debug) ARP: Ignoring self-discovery: 10.1.0.2
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:ff:81:f1:12 prot=86dd 34525 len=78
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:02 prot=86dd 34525 len=70
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=130
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:0c prot=86dd 34525 len=185
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=171
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:0c prot=86dd 34525 len=179
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=165
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:0c prot=86dd 34525 len=181
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=167
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    20795
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9940 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    20795
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9940 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    27234
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3121 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 36 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    27234
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3121 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 36 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=110
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=85
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=85 dlen=31 olen=31
dhcp.c: 1704: 0 (Debug) DNS ID:    2878
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=31 olen=31 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in teredo.ipv6.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=71
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-60-64-89-20-5F asking about 192.168.1.101
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.3 / 00-60-64-89-20-5F
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    2878
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3121 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 36 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    2878
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3121 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 36 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5632: 0 (Debug) ARP: Ignoring self-discovery: 10.1.0.2
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:01 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=85
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=85 dlen=31 olen=31
dhcp.c: 1704: 0 (Debug) DNS ID:    2043
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=31 olen=31 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in teredo.ipv6.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=71
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    2043
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3120 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 35 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    2043
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3120 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 35 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=178
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-60-64-89-20-5F asking about 192.168.1.101
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.3 / 00-60-64-89-20-5F
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 00-08-CA-46-7D-11
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0800 2048 len=353
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 00-08-CA-46-7D-11
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5632: 0 (Debug) ARP: Ignoring self-discovery: 10.1.0.2
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=68 dlen=14 olen=14
dhcp.c: 1704: 0 (Debug) DNS ID:    48881
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=14 olen=14 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in wpad.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    48881
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3650 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    48881
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3650 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=171
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5650: 0 (Debug) ARP: Ignoring gratuitous arp 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 3384: 0 (Debug) Unsupported DHCP message ignored
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=328)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 342
dhcp.c: 411: 0 (Debug) dhcp_send() len=342
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:0c prot=86dd 34525 len=185
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=171
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:0c prot=86dd 34525 len=179
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=165
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:0c prot=86dd 34525 len=181
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=167
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=70 dlen=16 olen=16
dhcp.c: 1704: 0 (Debug) DNS ID:    45487
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=16 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=16 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=15 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=16 olen=16 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=15 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in isatap.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in isatap.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=56
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=131)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 145
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=145 dlen=91 olen=91
dhcp.c: 1704: 0 (Debug) DNS ID:    45487
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=91 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=91 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3718 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=145
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=131)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 145
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=145 dlen=91 olen=91
dhcp.c: 1704: 0 (Debug) DNS ID:    45487
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=91 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=91 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3718 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=145
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=173
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:02 prot=86dd 34525 len=70
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=68 dlen=14 olen=14
dhcp.c: 1704: 0 (Debug) DNS ID:    43995
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=14 olen=14 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in wpad.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    43995
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3647 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    43995
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3647 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=171
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=86
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=86 dlen=32 olen=32
dhcp.c: 1704: 0 (Debug) DNS ID:    61341
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=32 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in isatap.corp.netcomm.com.au
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=72
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=243
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    61341
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9935 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    61341
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9935 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5550: 0 (Debug) ARP: Received ARP request for other destination!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=77
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=77 dlen=23 olen=23
dhcp.c: 1704: 0 (Debug) DNS ID:    13613
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=23 olen=23 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=23 olen=23 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=22 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[telegesis] reslen=18 l=9 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=23 olen=23 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=22 l=3 dlen=512
dns.c: 80: 0 (Debug) part[telegesis] reslen=18 l=9 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=498
dns.c: 194: 0 (Debug) DNS: www.telegesis.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.telegesis.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in www.telegesis.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in www.telegesis.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=63
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    3850
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=19 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=19 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: www.google.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in www.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in www.google.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=77
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=77 dlen=23 olen=23
dhcp.c: 1704: 0 (Debug) DNS ID:    1528
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=23 olen=23 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=23 olen=23 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=22 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=18 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=23 olen=23 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=22 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=18 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=501
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=497
dns.c: 194: 0 (Debug) DNS: www.google.com.au
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in www.google.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in www.google.com.au
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=63
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=140)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 154
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=154 dlen=100 olen=100
dhcp.c: 1704: 0 (Debug) DNS ID:    3850
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=100 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: www.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=154
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    44750
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[uxbyfozsfn] reslen=19 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[uxbyfozsfn] reslen=19 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: uxbyfozsfn.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=uxbyfozsfn.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in uxbyfozsfn.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in uxbyfozsfn.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=111)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 125
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=125 dlen=71 olen=71
dhcp.c: 1704: 0 (Debug) DNS ID:    1528
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=71 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=71 olen=71 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=70 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=66 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=59 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=55 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=71 olen=71 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=70 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=66 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=59 l=3 dlen=501
dns.c: 80: 0 (Debug) part[au] reslen=55 l=2 dlen=497
dns.c: 194: 0 (Debug) DNS: www.google.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=71 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=71
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=59 olen=71 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=58 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=54 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=47 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=43 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=71 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=71
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=59 olen=71 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=58 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=54 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=47 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=43 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=71 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=71
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=59 olen=71 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=58 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=54 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=47 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=43 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=125
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    21339
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[ijhpfcwvkh] reslen=19 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[ijhpfcwvkh] reslen=19 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: ijhpfcwvkh.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=ijhpfcwvkh.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in ijhpfcwvkh.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in ijhpfcwvkh.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=140)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 154
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=154 dlen=100 olen=100
dhcp.c: 1704: 0 (Debug) DNS ID:    3850
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=100 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: www.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=154
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5550: 0 (Debug) ARP: Received ARP request for other destination!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    44750
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[uxbyfozsfn] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[uxbyfozsfn] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: uxbyfozsfn.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=uxbyfozsfn.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64324->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    21339
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[ijhpfcwvkh] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[ijhpfcwvkh] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: ijhpfcwvkh.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=ijhpfcwvkh.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    6537
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[aqcijqxtdm] reslen=19 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[aqcijqxtdm] reslen=19 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: aqcijqxtdm.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=aqcijqxtdm.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in aqcijqxtdm.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in aqcijqxtdm.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=111)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 125
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=125 dlen=71 olen=71
dhcp.c: 1704: 0 (Debug) DNS ID:    1528
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=71 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=71 olen=71 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=70 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=66 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=59 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=55 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=71 olen=71 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=70 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=66 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=59 l=3 dlen=501
dns.c: 80: 0 (Debug) part[au] reslen=55 l=2 dlen=497
dns.c: 194: 0 (Debug) DNS: www.google.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=71 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=71
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=59 olen=71 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=58 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=54 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=47 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=43 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=71 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=71
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=59 olen=71 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=58 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=54 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=47 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=43 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=71 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=71 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=71
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=59 olen=71 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=58 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=54 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=47 l=3 dlen=1488
dns.c: 80: 0 (Debug) part[au] reslen=43 l=2 dlen=1484
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 210 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=125
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64325->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    44750
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[uxbyfozsfn] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[uxbyfozsfn] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: uxbyfozsfn.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=uxbyfozsfn.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64326->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=182
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    6537
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[aqcijqxtdm] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[aqcijqxtdm] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: aqcijqxtdm.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=aqcijqxtdm.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    21339
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[ijhpfcwvkh] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[ijhpfcwvkh] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: ijhpfcwvkh.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=ijhpfcwvkh.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    6537
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[aqcijqxtdm] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[aqcijqxtdm] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: aqcijqxtdm.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=aqcijqxtdm.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64327->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64328->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64329->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:02 prot=86dd 34525 len=70
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=79)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 93
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=93 dlen=39 olen=39
dhcp.c: 1704: 0 (Debug) DNS ID:    13613
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=39 olen=39 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=39 olen=39 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=38 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[telegesis] reslen=34 l=9 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=24 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=39 olen=39 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=38 l=3 dlen=512
dns.c: 80: 0 (Debug) part[telegesis] reslen=34 l=9 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=24 l=3 dlen=498
dns.c: 194: 0 (Debug) DNS: www.telegesis.com
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=39 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=39 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=39
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=27 olen=39 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=26 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[telegesis] reslen=22 l=9 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=12 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 86400 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.telegesis.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=93
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=79)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 93
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=93 dlen=39 olen=39
dhcp.c: 1704: 0 (Debug) DNS ID:    13613
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=39 olen=39 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=39 olen=39 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=38 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[telegesis] reslen=34 l=9 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=24 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=39 olen=39 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=38 l=3 dlen=512
dns.c: 80: 0 (Debug) part[telegesis] reslen=34 l=9 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=24 l=3 dlen=498
dns.c: 194: 0 (Debug) DNS: www.telegesis.com
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=39 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=39 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=39
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=27 olen=39 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=26 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[telegesis] reslen=22 l=9 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=12 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 86400 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.telegesis.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=93
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=559
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=545
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 2103: 0 (Debug) The path: 
redir.c: 2175: 0 (Debug) Host: www.telegesis.com
redir.c: 2214: 0 (Debug) Cookie: __utma=121159437.956108800.1378710828.1379655520.1379904176.9; __utmz=121159437.1378710888.2.2.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.telegesis.com/]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.telegesis.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 1044d2f2b0c50c2c65e8e3a692f8150d
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 1044d2f2b0c50c2c65e8e3a692f8150d
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1576)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=156)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 170
dhcp.c: 411: 0 (Debug) dhcp_send() len=170
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4222 terminated
chilli.c: 135: 0 (Debug) Freed child process 4222 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d1044d2f2b0c50c2c65e8e3a692f8150d%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.telegesis.com%252f
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4221 terminated
chilli.c: 135: 0 (Debug) Freed child process 4221 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=736
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=722
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5550: 0 (Debug) ARP: Received ARP request for other destination!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 2103: 0 (Debug) The path: www/coova.jpg
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file coova.jpg
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(64)
redir.c: 1455: 0 (Debug) redir_write(3491)
redir.c: 3077: 0 (Debug) close_exit
redir.c: 2103: 0 (Debug) The path: www/ChilliLibrary.js
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file ChilliLibrary.js
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 2103: 0 (Debug) The path: www/chilliController.js
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file chilliController.js
redir.c: 3388: 0 (Debug) Processing HTTP Request
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4223 terminated
chilli.c: 135: 0 (Debug) Freed child process 4223 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=738
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=724
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=728
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=714
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=104)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 118
dhcp.c: 411: 0 (Debug) dhcp_send() len=118
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=731
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=717
redir.c: 1455: 0 (Debug) redir_write(69)
redir.c: 1455: 0 (Debug) redir_write(5125)
redir.c: 1455: 0 (Debug) redir_write(3260)
redir.c: 3077: 0 (Debug) close_exit
redir.c: 1455: 0 (Debug) redir_write(69)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4225 terminated
chilli.c: 135: 0 (Debug) Freed child process 4225 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=611)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 625
dhcp.c: 411: 0 (Debug) dhcp_send() len=625
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
redir.c: 1455: 0 (Debug) redir_write(5125)
redir.c: 1455: 0 (Debug) redir_write(5125)
redir.c: 1455: 0 (Debug) redir_write(5125)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=109)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 123
dhcp.c: 411: 0 (Debug) dhcp_send() len=123
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=109)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 123
dhcp.c: 411: 0 (Debug) dhcp_send() len=123
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1125)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1139
dhcp.c: 411: 0 (Debug) dhcp_send() len=1139
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 1455: 0 (Debug) redir_write(5125)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=70)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 84
dhcp.c: 411: 0 (Debug) dhcp_send() len=84
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 1455: 0 (Debug) redir_write(5125)
redir.c: 1455: 0 (Debug) redir_write(999)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4224 terminated
chilli.c: 135: 0 (Debug) Freed child process 4224 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=815)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 829
dhcp.c: 411: 0 (Debug) dhcp_send() len=829
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1039)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1053
dhcp.c: 411: 0 (Debug) dhcp_send() len=1053
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
redir.c: 2103: 0 (Debug) The path: www/chilliform.chi
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file chilliform.chi
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3632: 0 (Debug) Running: /etc/chilli/wwwsh /etc/chilli/www/chilliform.chi
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=726
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=712
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=162)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 176
dhcp.c: 411: 0 (Debug) dhcp_send() len=176
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=491)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 505
dhcp.c: 411: 0 (Debug) dhcp_send() len=505
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4226 terminated
chilli.c: 135: 0 (Debug) Freed child process 4226 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=764
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=750
redir.c: 2103: 0 (Debug) The path: json/status
redir.c: 2118: 0 (Debug) The (json format) path: status
redir.c: 2153: 0 (Debug) Query string: callback=chilliJSON.reply&0.2667206923943013
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 1877: 0 (Debug) getparam(&callback=)
redir.c: 1903: 0 (Debug) The parameter callback is: [chilliJSON.reply]
redir.c: 1394: 0 (Debug) sending json: chilliJSON.reply({"version":"1.0","clientState":0,"challenge":"00000000000000000000000000000000","location":{"name":"My HotSpot"},"redir":{"originalURL":"","redirectionURL":"","logoutURL":"http://10.1.0.1:3990/logoff","ipAddress":"10.1.0.2","macAddress":"00-08-CA-46-7D-11"}})

redir.c: 1455: 0 (Debug) redir_write(542)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4227 terminated
chilli.c: 135: 0 (Debug) Freed child process 4227 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=737
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=723
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: favicon.ico
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://10.1.0.1:3990/favicon.ico]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=10.1.0.1:3990
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/wait.gif
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file wait.gif
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=582)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 596
dhcp.c: 411: 0 (Debug) dhcp_send() len=596
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=332
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=318
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 169c2763fee26d695a70fc11a0c9bf99
redir.c: 4081: 0 (Debug) ---->>> challenge: 169c2763fee26d695a70fc11a0c9bf99
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1587)
redir.c: 3077: 0 (Debug) close_exit
redir.c: 1455: 0 (Debug) redir_write(5125)
redir.c: 1455: 0 (Debug) redir_write(1154)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4247 terminated
chilli.c: 135: 0 (Debug) Freed child process 4247 [[redir]]
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=167)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 181
dhcp.c: 411: 0 (Debug) dhcp_send() len=181
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4245 terminated
chilli.c: 135: 0 (Debug) Freed child process 4245 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=479)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 493
dhcp.c: 411: 0 (Debug) dhcp_send() len=493
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=687
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=673
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d169c2763fee26d695a70fc11a0c9bf99%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252f10.1.0.1%253a3990%252ffavicon.ico
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4252 terminated
chilli.c: 135: 0 (Debug) Freed child process 4252 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64324->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64325->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64326->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64327->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64328->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64329->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64324->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64325->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64326->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64327->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64328->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64329->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64326 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64325 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64324 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64327 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64329 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64328 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=765
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=751
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: json/status
redir.c: 2118: 0 (Debug) The (json format) path: status
redir.c: 2153: 0 (Debug) Query string: callback=chilliJSON.reply&0.08241703268140554
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 1877: 0 (Debug) getparam(&callback=)
redir.c: 1903: 0 (Debug) The parameter callback is: [chilliJSON.reply]
redir.c: 1394: 0 (Debug) sending json: chilliJSON.reply({"version":"1.0","clientState":0,"challenge":"00000000000000000000000000000000","location":{"name":"My HotSpot"},"redir":{"originalURL":"","redirectionURL":"","logoutURL":"http://10.1.0.1:3990/logoff","ipAddress":"10.1.0.2","macAddress":"00-08-CA-46-7D-11"}})

redir.c: 1455: 0 (Debug) redir_write(542)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=582)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 596
dhcp.c: 411: 0 (Debug) dhcp_send() len=596
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4363 terminated
chilli.c: 135: 0 (Debug) Freed child process 4363 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=822
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=808
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: json/logon
redir.c: 2118: 0 (Debug) The (json format) path: logon
redir.c: 2153: 0 (Debug) Query string: username=souravc&response=ff6d2069e4d20b247049755ee753b7d8&callback=chilliJSON.reply&0.7232190559152514
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 1877: 0 (Debug) getparam(&lang=)
redir.c: 1877: 0 (Debug) getparam(&username=)
redir.c: 1903: 0 (Debug) The parameter username is: [souravc]
redir.c: 2267: 0 (Debug) -->> Setting username=[souravc]
redir.c: 1877: 0 (Debug) getparam(&userurl=)
redir.c: 1877: 0 (Debug) getparam(&continue=)
redir.c: 1877: 0 (Debug) getparam(&WISPrVersion=)
redir.c: 2295: 0 (Debug) using uamprotocol: WISPr 1.0 (1)
redir.c: 1877: 0 (Debug) getparam(&ntresponse=)
redir.c: 1877: 0 (Debug) getparam(&response=)
redir.c: 1903: 0 (Debug) The parameter response is: [ff6d2069e4d20b247049755ee753b7d8]
redir.c: 1877: 0 (Debug) getparam(&ident=)
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3794: 0 (Debug) redir_accept: Sending RADIUS request
radius.c: 1315: 0 (Debug) RADIUS client 0.0.0.0:0
redir.c: 2642: 0 (Debug) created radius packet (code=1, id=12, len=33)

redir.c: 2803: 0 (Debug) sending radius packet (code=1, id=12, len=314)

radius.c: 321: 0 (Debug) Allocating RADIUS packet
radius.c: 1898: 0 (Debug) Received RADIUS packet id=12
radius.c: 421: 0 (Debug) Freeing RADIUS packet
radius.c: 426: 0 (Debug) RADIUS queue-out id=12 idx=0
redir.c: 2431: 0 (Debug) Received RADIUS response
redir.c: 2531: 0 (Debug) +attribute EAP msg (0 bytes): 
redir.c: 3804: 0 (Debug) Received RADIUS reply
redir.c: 3818: 0 (Debug) redir_main handling Access-Accept
redir.c: 1877: 0 (Debug) getparam(&callback=)
redir.c: 1903: 0 (Debug) The parameter callback is: [chilliJSON.reply]
redir.c: 1394: 0 (Debug) sending json: chilliJSON.reply({"version":"1.0","clientState":1,"redir":{"originalURL":"","redirectionURL":"","logoutURL":"http://10.1.0.1:3990/logoff","ipAddress":"10.1.0.2","macAddress":"00-08-CA-46-7D-11"},"session":{"sessionId":"5244c3f500000001","userName":"souravc","startTime":1380238347,"sessionTimeout":1800,"idleTimeout":1200},"accounting":{"sessionTime":0,"idleTime":0,"inputOctets":0,"outputOctets":0,"inputGigawords":0,"outputGigawords":0,"viewPoint":"client"}})

redir.c: 1455: 0 (Debug) redir_write(727)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=767)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 781
dhcp.c: 411: 0 (Debug) dhcp_send() len=781
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 3854: 0 (Debug) -->> Msg userurl=[]

redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 4364 terminated
chilli.c: 135: 0 (Debug) Freed child process 4364 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=251
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64342->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64343->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64344->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64345->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64346->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64347->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=79
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=79 dlen=25 olen=25
dhcp.c: 1704: 0 (Debug) DNS ID:    2634
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=25 olen=25 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=25 olen=25 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=24 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=25 olen=25 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=24 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in clients2.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in clients2.google.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=65
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=265)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 279
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=279 dlen=225 olen=225
dhcp.c: 1704: 0 (Debug) DNS ID:    2634
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=225 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=200 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=200 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=213 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients2] reslen=212 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 246 rdlength: 12/188
dns.c: 336: 0 (Debug) CNAME record clients2.google.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=176 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/164
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=160 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=160 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/148
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=144 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=144 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/132
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=128 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=128 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/116
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=112 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=112 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/100
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/84
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=279
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=265)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 279
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=279 dlen=225 olen=225
dhcp.c: 1704: 0 (Debug) DNS ID:    2634
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=225 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=200 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=200 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=213 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients2] reslen=212 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 246 rdlength: 12/188
dns.c: 336: 0 (Debug) CNAME record clients2.google.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=176 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/164
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=160 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=160 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/148
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=144 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=144 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/132
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=128 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=128 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/116
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=112 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=112 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/100
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/84
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 188 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=279
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64348->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=307
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=243
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64342->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64344->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64343->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64345->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64346->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64347->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64348->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64342->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64344->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64343->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64345->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64346->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64347->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64342 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64343 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64344 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64348->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64345 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64346 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64347 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64348 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=01:00:5e:00:00:fb prot=0800 2048 len=81
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FB
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64349->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64350->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64351->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64352->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64353->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64354->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64355->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64349->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64351->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64350->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64352->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64354->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64353->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64355->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64349->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64351->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64350->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64352->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64354->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64353->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64349 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64350 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64351 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64352 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64355->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64354 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64353 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64355 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=289
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3640: 0 (Debug) Address not found (192.168.1.144)
dhcp.c: 730: 0 (Debug) DHCP newconn: 50:e5:49:cf:fe:14
chilli.c: 5117: 0 (Debug) New DHCP request from MAC=50-E5-49-CF-FE-14
chilli.c: 5120: 0 (Debug) New DHCP connection established
chilli.c: 5076: 0 (Debug) New Chilli Connection
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 192.168.1.144
chilli.c: 835: 0 (Debug) newip 192.168.1.144
ippool.c: 456: 0 (Debug) Requesting new static ip: 192.168.1.144
ippool.c: 586: 0 (Debug) No more static addresses available
ippool.c: 456: 0 (Debug) Requesting new dynamic ip: 192.168.1.144
chilli.c: 5005: 0 (Debug) Client MAC=50-E5-49-CF-FE-14 assigned IP 10.1.0.4
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=266
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64356->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64357->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64358->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64359->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64360->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64356->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64357->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64358->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64359->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64360->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64356->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64357->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64358->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64359->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64356 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64357 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64358 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64360->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64359 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64360 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=328)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 342
dhcp.c: 411: 0 (Debug) dhcp_send() len=342
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 3384: 0 (Debug) Unsupported DHCP message ignored
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=764
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=750
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: json/status
redir.c: 2118: 0 (Debug) The (json format) path: status
redir.c: 2153: 0 (Debug) Query string: callback=chilliJSON.reply&0.8915238343179226
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 1877: 0 (Debug) getparam(&callback=)
redir.c: 1903: 0 (Debug) The parameter callback is: [chilliJSON.reply]
redir.c: 1394: 0 (Debug) sending json: chilliJSON.reply({"version":"1.0","clientState":0,"challenge":"00000000000000000000000000000000","location":{"name":"My HotSpot"},"redir":{"originalURL":"","redirectionURL":"","logoutURL":"http://10.1.0.1:3990/logoff","ipAddress":"10.1.0.2","macAddress":"00-08-CA-46-7D-11"}})

redir.c: 1455: 0 (Debug) redir_write(542)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=582)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 596
dhcp.c: 411: 0 (Debug) dhcp_send() len=596
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5018 terminated
chilli.c: 135: 0 (Debug) Freed child process 5018 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=251
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64362->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64363->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64364->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64365->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64366->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64362->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64363->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64364->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64365->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64366->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64362->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64363->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64364->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64365->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64362 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64366->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64365 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64366 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64363 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64364 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64367->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64368->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64369->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64370->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64367->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64368->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64369->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64370->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64367->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64368->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64369->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64367 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64368 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64369 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64370->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64370 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=33:33:00:00:00:fb prot=86dd 34525 len=101
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64371->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64372->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64371->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64372->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=251
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64371->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64371 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64372->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64372 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 3384: 0 (Debug) Unsupported DHCP message ignored
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=328)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 342
dhcp.c: 411: 0 (Debug) dhcp_send() len=342
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=68 dlen=14 olen=14
dhcp.c: 1704: 0 (Debug) DNS ID:    29912
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=14 olen=14 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in wpad.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    29912
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3501 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    29912
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3501 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=171
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=86
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=86 dlen=32 olen=32
dhcp.c: 1704: 0 (Debug) DNS ID:    5898
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=32 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=31 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=22 l=13 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1476
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=31 l=8 dlen=512
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=22 l=13 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=489
dns.c: 194: 0 (Debug) DNS: download.windowsupdate.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=download.windowsupdate.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in download.windowsupdate.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in download.windowsupdate.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=72
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=304)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 318
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=318 dlen=264 olen=264
dhcp.c: 1704: 0 (Debug) DNS ID:    5898
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=264 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=264 olen=264 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=263 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=254 l=13 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=240 l=3 dlen=1476
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=264 olen=264 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=263 l=8 dlen=512
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=254 l=13 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=240 l=3 dlen=489
dns.c: 194: 0 (Debug) DNS: download.windowsupdate.com
dns.c: 156: 0 (Debug) dns_copy_res: left=232 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=232 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=252 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=251 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=242 l=13 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=228 l=3 dlen=1476
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3132 rdlength: 34/220
dns.c: 336: 0 (Debug) CNAME record download.windowsupdate.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=186 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=186 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[56] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=208 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=207 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=198 l=13 dlen=1490
dns.c: 80: 0 (Debug) part[nsatc] reslen=184 l=5 dlen=1476
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1470
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 32 rdlength: 20/174
dns.c: 336: 0 (Debug) CNAME record download.windowsupdate.nsatc.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=154 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=154 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[102] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=162 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[main] reslen=161 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dl] reslen=156 l=2 dlen=1494
dns.c: 80: 0 (Debug) part[wu] reslen=153 l=2 dlen=1491
dns.c: 80: 0 (Debug) part[akadns] reslen=150 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 155 rdlength: 7/142
dns.c: 336: 0 (Debug) CNAME record main.dl.wu.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=135 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=135 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[134] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=130 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[intl] reslen=129 l=4 dlen=1499
dns.c: 61: 0 (Debug) skip[107] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1494 reslen=157 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[dl] reslen=156 l=2 dlen=1494
dns.c: 80: 0 (Debug) part[wu] reslen=153 l=2 dlen=1491
dns.c: 80: 0 (Debug) part[akadns] reslen=150 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=179 olen=264 lvl=3
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 243 rdlength: 15/123
dns.c: 336: 0 (Debug) CNAME record intl.dl.wu.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=108 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=108 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[153] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=111 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[dl] reslen=110 l=2 dlen=1499
dns.c: 80: 0 (Debug) part[wu] reslen=107 l=2 dlen=1496
dns.c: 80: 0 (Debug) part[ms] reslen=104 l=2 dlen=1493
dns.c: 80: 0 (Debug) part[geo] reslen=101 l=3 dlen=1490
dns.c: 61: 0 (Debug) skip[113] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1486 reslen=151 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[akadns] reslen=150 l=6 dlen=1486
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1479 reslen=179 olen=264 lvl=3
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1479
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2985 rdlength: 16/96
dns.c: 336: 0 (Debug) CNAME record dl.wu.ms.geo.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=download.windowsupdate.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=318
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 39a462ea6d59ae435983185b68ca4f46
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 39a462ea6d59ae435983185b68ca4f46
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5785 terminated
chilli.c: 135: 0 (Debug) Freed child process 5785 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d39a462ea6d59ae435983185b68ca4f46%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5786 terminated
chilli.c: 135: 0 (Debug) Freed child process 5786 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 060321d3e76e5ff49a3b9d4647465244
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 060321d3e76e5ff49a3b9d4647465244
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5787 terminated
chilli.c: 135: 0 (Debug) Freed child process 5787 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=304)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 318
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=318 dlen=264 olen=264
dhcp.c: 1704: 0 (Debug) DNS ID:    5898
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=264 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=264 olen=264 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=263 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=254 l=13 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=240 l=3 dlen=1476
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=264 olen=264 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=263 l=8 dlen=512
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=254 l=13 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=240 l=3 dlen=489
dns.c: 194: 0 (Debug) DNS: download.windowsupdate.com
dns.c: 156: 0 (Debug) dns_copy_res: left=232 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=232 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=252 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=251 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=242 l=13 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=228 l=3 dlen=1476
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3132 rdlength: 34/220
dns.c: 336: 0 (Debug) CNAME record download.windowsupdate.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=186 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=186 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[56] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=208 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=207 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[windowsupdate] reslen=198 l=13 dlen=1490
dns.c: 80: 0 (Debug) part[nsatc] reslen=184 l=5 dlen=1476
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1470
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 32 rdlength: 20/174
dns.c: 336: 0 (Debug) CNAME record download.windowsupdate.nsatc.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=154 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=154 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[102] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=162 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[main] reslen=161 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dl] reslen=156 l=2 dlen=1494
dns.c: 80: 0 (Debug) part[wu] reslen=153 l=2 dlen=1491
dns.c: 80: 0 (Debug) part[akadns] reslen=150 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 155 rdlength: 7/142
dns.c: 336: 0 (Debug) CNAME record main.dl.wu.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=135 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=135 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[134] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=130 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[intl] reslen=129 l=4 dlen=1499
dns.c: 61: 0 (Debug) skip[107] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1494 reslen=157 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[dl] reslen=156 l=2 dlen=1494
dns.c: 80: 0 (Debug) part[wu] reslen=153 l=2 dlen=1491
dns.c: 80: 0 (Debug) part[akadns] reslen=150 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=179 olen=264 lvl=3
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 243 rdlength: 15/123
dns.c: 336: 0 (Debug) CNAME record intl.dl.wu.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=108 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=108 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[153] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=111 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[dl] reslen=110 l=2 dlen=1499
dns.c: 80: 0 (Debug) part[wu] reslen=107 l=2 dlen=1496
dns.c: 80: 0 (Debug) part[ms] reslen=104 l=2 dlen=1493
dns.c: 80: 0 (Debug) part[geo] reslen=101 l=3 dlen=1490
dns.c: 61: 0 (Debug) skip[113] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1486 reslen=151 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[akadns] reslen=150 l=6 dlen=1486
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1479 reslen=179 olen=264 lvl=3
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1479
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2985 rdlength: 16/96
dns.c: 336: 0 (Debug) CNAME record dl.wu.ms.geo.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d060321d3e76e5ff49a3b9d4647465244%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=264 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=264 lvl=0
dns.c: 61: 0 (Debug) skip[180] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=264 lvl=1
dns.c: 80: 0 (Debug) part[a26] reslen=83 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[ms] reslen=79 l=2 dlen=1495
dns.c: 80: 0 (Debug) part[akamai] reslen=76 l=6 dlen=1492
dns.c: 61: 0 (Debug) skip[85] olen=264
dns.c: 40: 0 (Debug) dns_fullname dlen=1485 reslen=179 olen=264 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=178 l=3 dlen=1485
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 13 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=download.windowsupdate.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=318
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5788 terminated
chilli.c: 135: 0 (Debug) Freed child process 5788 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=346
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 88ef3af75dc9e9e42e799df9b62e5da5
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 88ef3af75dc9e9e42e799df9b62e5da5
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5789 terminated
chilli.c: 135: 0 (Debug) Freed child process 5789 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d88ef3af75dc9e9e42e799df9b62e5da5%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
redir.c: 1455: 0 (Debug) redir_write(4367)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5790 terminated
chilli.c: 135: 0 (Debug) Freed child process 5790 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 0f6c4c0ad4a3f8e34e23309c5c547a54
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 0f6c4c0ad4a3f8e34e23309c5c547a54
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d0f6c4c0ad4a3f8e34e23309c5c547a54%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5791 terminated
chilli.c: 135: 0 (Debug) Freed child process 5791 [[redir]]
chilli.c: 310: 0 (Debug) child 5792 terminated
chilli.c: 135: 0 (Debug) Freed child process 5792 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64373 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64381->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64375 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64379 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64377 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64375 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64377 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64382->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64373 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64379 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=82
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=82 dlen=28 olen=28
dhcp.c: 1704: 0 (Debug) DNS ID:    21931
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=28 olen=28 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=28 olen=28 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=27 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1480
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=28 olen=28 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=27 l=8 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=493
dns.c: 194: 0 (Debug) DNS: download.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=download.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in download.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in download.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=68
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=257)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 271
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=271 dlen=217 olen=217
dhcp.c: 1704: 0 (Debug) DNS ID:    21931
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=217 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=217 olen=217 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=216 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=207 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=197 l=3 dlen=1480
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=217 olen=217 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=216 l=8 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=207 l=9 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=197 l=3 dlen=493
dns.c: 194: 0 (Debug) DNS: download.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=189 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=189 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=205 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=204 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=195 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=185 l=3 dlen=1480
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 617 rdlength: 34/177
dns.c: 336: 0 (Debug) CNAME record download.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=143 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=143 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[52] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=165 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=164 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=155 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=145 l=3 dlen=1480
dns.c: 80: 0 (Debug) part[nsatc] reslen=141 l=5 dlen=1476
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1470
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 149 rdlength: 20/131
dns.c: 336: 0 (Debug) CNAME record download.microsoft.com.nsatc.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=111 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=111 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[98] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=119 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[main] reslen=118 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dl] reslen=113 l=2 dlen=1494
dns.c: 80: 0 (Debug) part[ms] reslen=110 l=2 dlen=1491
dns.c: 80: 0 (Debug) part[akadns] reslen=107 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 248 rdlength: 35/99
dns.c: 336: 0 (Debug) CNAME record main.dl.ms.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[130] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=87 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=86 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=77 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=67 l=3 dlen=1480
dns.c: 80: 0 (Debug) part[edgesuite] reslen=63 l=9 dlen=1476
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1466 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1466
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 278 rdlength: 20/52
dns.c: 336: 0 (Debug) CNAME record download.microsoft.com.edgesuite.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[177] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=40 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[a954] reslen=39 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dscms] reslen=34 l=5 dlen=1494
dns.c: 80: 0 (Debug) part[akamai] reslen=28 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 19 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[177] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=40 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[a954] reslen=39 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dscms] reslen=34 l=5 dlen=1494
dns.c: 80: 0 (Debug) part[akamai] reslen=28 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 19 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=download.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=271
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=257)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 271
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=271 dlen=217 olen=217
dhcp.c: 1704: 0 (Debug) DNS ID:    21931
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=217 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=217 olen=217 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=216 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=207 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=197 l=3 dlen=1480
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=217 olen=217 lvl=0
dns.c: 80: 0 (Debug) part[download] reslen=216 l=8 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=207 l=9 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=197 l=3 dlen=493
dns.c: 194: 0 (Debug) DNS: download.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=189 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=189 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=205 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=204 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=195 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=185 l=3 dlen=1480
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 617 rdlength: 34/177
dns.c: 336: 0 (Debug) CNAME record download.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=143 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=143 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[52] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=165 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=164 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=155 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=145 l=3 dlen=1480
dns.c: 80: 0 (Debug) part[nsatc] reslen=141 l=5 dlen=1476
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1470
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 149 rdlength: 20/131
dns.c: 336: 0 (Debug) CNAME record download.microsoft.com.nsatc.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=111 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=111 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[98] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=119 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[main] reslen=118 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dl] reslen=113 l=2 dlen=1494
dns.c: 80: 0 (Debug) part[ms] reslen=110 l=2 dlen=1491
dns.c: 80: 0 (Debug) part[akadns] reslen=107 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 248 rdlength: 35/99
dns.c: 336: 0 (Debug) CNAME record main.dl.ms.akadns.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[130] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=87 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[download] reslen=86 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=77 l=9 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=67 l=3 dlen=1480
dns.c: 80: 0 (Debug) part[edgesuite] reslen=63 l=9 dlen=1476
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1466 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1466
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 278 rdlength: 20/52
dns.c: 336: 0 (Debug) CNAME record download.microsoft.com.edgesuite.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[177] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=40 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[a954] reslen=39 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dscms] reslen=34 l=5 dlen=1494
dns.c: 80: 0 (Debug) part[akamai] reslen=28 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 19 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=217 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=217 lvl=0
dns.c: 61: 0 (Debug) skip[177] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=40 olen=217 lvl=1
dns.c: 80: 0 (Debug) part[a954] reslen=39 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[dscms] reslen=34 l=5 dlen=1494
dns.c: 80: 0 (Debug) part[akamai] reslen=28 l=6 dlen=1488
dns.c: 61: 0 (Debug) skip[81] olen=217
dns.c: 40: 0 (Debug) dns_fullname dlen=1481 reslen=136 olen=217 lvl=2
dns.c: 80: 0 (Debug) part[net] reslen=135 l=3 dlen=1481
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 19 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=download.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=271
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=299
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: a87feb6a137d544afad3e9298859d75f
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: a87feb6a137d544afad3e9298859d75f
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5815 terminated
chilli.c: 135: 0 (Debug) Freed child process 5815 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3da87feb6a137d544afad3e9298859d75f%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5816 terminated
chilli.c: 135: 0 (Debug) Freed child process 5816 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64383 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 826a6bb3d262e58b0e9ba342091d3f30
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 826a6bb3d262e58b0e9ba342091d3f30
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d826a6bb3d262e58b0e9ba342091d3f30%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5821 terminated
chilli.c: 135: 0 (Debug) Freed child process 5821 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5824 terminated
chilli.c: 135: 0 (Debug) Freed child process 5824 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64385 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 6842e91d745efdd1934c8a6fea5a09bd
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 6842e91d745efdd1934c8a6fea5a09bd
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d6842e91d745efdd1934c8a6fea5a09bd%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5825 terminated
chilli.c: 135: 0 (Debug) Freed child process 5825 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64387 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5826 terminated
chilli.c: 135: 0 (Debug) Freed child process 5826 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 8c939e7e988f6dcdd7fd51e7ad8d9f96
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 8c939e7e988f6dcdd7fd51e7ad8d9f96
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5827 terminated
chilli.c: 135: 0 (Debug) Freed child process 5827 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d8c939e7e988f6dcdd7fd51e7ad8d9f96%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5828 terminated
chilli.c: 135: 0 (Debug) Freed child process 5828 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64389 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64383 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64387 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64381->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64389 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64385 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64382->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=84
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=84 dlen=30 olen=30
dhcp.c: 1704: 0 (Debug) DNS ID:    62908
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=30 olen=30 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=30 olen=30 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=29 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[update] reslen=25 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1488
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1478
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=30 olen=30 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=29 l=3 dlen=512
dns.c: 80: 0 (Debug) part[update] reslen=25 l=6 dlen=508
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=501
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=491
dns.c: 194: 0 (Debug) DNS: www.update.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.update.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in www.update.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in www.update.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=70
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=148)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 162
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=162 dlen=108 olen=108
dhcp.c: 1704: 0 (Debug) DNS ID:    62908
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=108 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=108 olen=108 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=107 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[update] reslen=103 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[microsoft] reslen=96 l=9 dlen=1488
dns.c: 80: 0 (Debug) part[com] reslen=86 l=3 dlen=1478
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=108 olen=108 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=107 l=3 dlen=512
dns.c: 80: 0 (Debug) part[update] reslen=103 l=6 dlen=508
dns.c: 80: 0 (Debug) part[microsoft] reslen=96 l=9 dlen=501
dns.c: 80: 0 (Debug) part[com] reslen=86 l=3 dlen=491
dns.c: 194: 0 (Debug) DNS: www.update.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=78 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=78 olen=108 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=108
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=108 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=95 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[update] reslen=91 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[microsoft] reslen=84 l=9 dlen=1488
dns.c: 80: 0 (Debug) part[com] reslen=74 l=3 dlen=1478
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 1191 rdlength: 36/66
dns.c: 336: 0 (Debug) CNAME record www.update.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=30 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=30 olen=108 lvl=0
dns.c: 61: 0 (Debug) skip[54] olen=108
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=54 olen=108 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=53 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[update] reslen=49 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[microsoft] reslen=42 l=9 dlen=1488
dns.c: 80: 0 (Debug) part[com] reslen=32 l=3 dlen=1478
dns.c: 80: 0 (Debug) part[nsatc] reslen=28 l=5 dlen=1474
dns.c: 80: 0 (Debug) part[net] reslen=22 l=3 dlen=1468
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 99 rdlength: 2/18
dns.c: 336: 0 (Debug) CNAME record www.update.microsoft.com.nsatc.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=108 lvl=0
dns.c: 61: 0 (Debug) skip[58] olen=108
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=50 olen=108 lvl=1
dns.c: 80: 0 (Debug) part[update] reslen=49 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=42 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=32 l=3 dlen=1482
dns.c: 80: 0 (Debug) part[nsatc] reslen=28 l=5 dlen=1478
dns.c: 80: 0 (Debug) part[net] reslen=22 l=3 dlen=1472
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 65 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.update.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=162
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=148)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 162
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=162 dlen=108 olen=108
dhcp.c: 1704: 0 (Debug) DNS ID:    62908
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=108 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=108 olen=108 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=107 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[update] reslen=103 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[microsoft] reslen=96 l=9 dlen=1488
dns.c: 80: 0 (Debug) part[com] reslen=86 l=3 dlen=1478
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=108 olen=108 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=107 l=3 dlen=512
dns.c: 80: 0 (Debug) part[update] reslen=103 l=6 dlen=508
dns.c: 80: 0 (Debug) part[microsoft] reslen=96 l=9 dlen=501
dns.c: 80: 0 (Debug) part[com] reslen=86 l=3 dlen=491
dns.c: 194: 0 (Debug) DNS: www.update.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=78 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=78 olen=108 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=108
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=108 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=95 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[update] reslen=91 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[microsoft] reslen=84 l=9 dlen=1488
dns.c: 80: 0 (Debug) part[com] reslen=74 l=3 dlen=1478
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 1191 rdlength: 36/66
dns.c: 336: 0 (Debug) CNAME record www.update.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=30 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=30 olen=108 lvl=0
dns.c: 61: 0 (Debug) skip[54] olen=108
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=54 olen=108 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=53 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[update] reslen=49 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[microsoft] reslen=42 l=9 dlen=1488
dns.c: 80: 0 (Debug) part[com] reslen=32 l=3 dlen=1478
dns.c: 80: 0 (Debug) part[nsatc] reslen=28 l=5 dlen=1474
dns.c: 80: 0 (Debug) part[net] reslen=22 l=3 dlen=1468
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 99 rdlength: 2/18
dns.c: 336: 0 (Debug) CNAME record www.update.microsoft.com.nsatc.net.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=108 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=108 lvl=0
dns.c: 61: 0 (Debug) skip[58] olen=108
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=50 olen=108 lvl=1
dns.c: 80: 0 (Debug) part[update] reslen=49 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=42 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=32 l=3 dlen=1482
dns.c: 80: 0 (Debug) part[nsatc] reslen=28 l=5 dlen=1478
dns.c: 80: 0 (Debug) part[net] reslen=22 l=3 dlen=1472
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 65 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.update.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=162
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=190
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 79c97f090c953744dac47a9ef1dc2c41
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 79c97f090c953744dac47a9ef1dc2c41
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5883 terminated
chilli.c: 135: 0 (Debug) Freed child process 5883 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d79c97f090c953744dac47a9ef1dc2c41%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5886 terminated
chilli.c: 135: 0 (Debug) Freed child process 5886 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 53ae5ad48383c6b007c8311959a0d90a
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 53ae5ad48383c6b007c8311959a0d90a
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d53ae5ad48383c6b007c8311959a0d90a%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5889 terminated
chilli.c: 135: 0 (Debug) Freed child process 5889 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64391 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5890 terminated
chilli.c: 135: 0 (Debug) Freed child process 5890 [[redir]]
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: fe8fffb227eec5e3d9bd18bc9b53af70
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64393 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
redir.c: 4081: 0 (Debug) ---->>> challenge: fe8fffb227eec5e3d9bd18bc9b53af70
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5895 terminated
chilli.c: 135: 0 (Debug) Freed child process 5895 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3dfe8fffb227eec5e3d9bd18bc9b53af70%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5898 terminated
chilli.c: 135: 0 (Debug) Freed child process 5898 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 9da91257d68ed2c9c2b19b25a5fe5755
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 9da91257d68ed2c9c2b19b25a5fe5755
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5899 terminated
chilli.c: 135: 0 (Debug) Freed child process 5899 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d9da91257d68ed2c9c2b19b25a5fe5755%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5900 terminated
chilli.c: 135: 0 (Debug) Freed child process 5900 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64395 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64397 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 5d0e4294a5f9c82b114ce94a96e94139
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 5d0e4294a5f9c82b114ce94a96e94139
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5901 terminated
chilli.c: 135: 0 (Debug) Freed child process 5901 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d5d0e4294a5f9c82b114ce94a96e94139%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5902 terminated
chilli.c: 135: 0 (Debug) Freed child process 5902 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 84ed32648997ffae0bf86f45218ed66c
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 84ed32648997ffae0bf86f45218ed66c
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d84ed32648997ffae0bf86f45218ed66c%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5903 terminated
chilli.c: 135: 0 (Debug) Freed child process 5903 [[redir]]
chilli.c: 310: 0 (Debug) child 5904 terminated
chilli.c: 135: 0 (Debug) Freed child process 5904 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64399 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64401 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: f88318752989b9aed387ea05470bfea1
redir.c: 4081: 0 (Debug) ---->>> challenge: f88318752989b9aed387ea05470bfea1
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5905 terminated
chilli.c: 135: 0 (Debug) Freed child process 5905 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3df88318752989b9aed387ea05470bfea1%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5906 terminated
chilli.c: 135: 0 (Debug) Freed child process 5906 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64403 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=229
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=215
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.windowsupdate.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.windowsupdate.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.windowsupdate.com
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64375 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64405 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: e1d8d4142ae023fdeb00d80519ae0292
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1656)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5907 terminated
chilli.c: 135: 0 (Debug) Freed child process 5907 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=236)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 250
dhcp.c: 411: 0 (Debug) dhcp_send() len=250
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3de1d8d4142ae023fdeb00d80519ae0292%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.windowsupdate.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=600
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=586
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5910 terminated
chilli.c: 135: 0 (Debug) Freed child process 5910 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 95361214650533851e23bf4884c74b11
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 95361214650533851e23bf4884c74b11
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5912 terminated
chilli.c: 135: 0 (Debug) Freed child process 5912 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d95361214650533851e23bf4884c74b11%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5913 terminated
chilli.c: 135: 0 (Debug) Freed child process 5913 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64377 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64407 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: b54f4d5968584d46b5e5ab2f638f3d1e
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: b54f4d5968584d46b5e5ab2f638f3d1e
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5914 terminated
chilli.c: 135: 0 (Debug) Freed child process 5914 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3db54f4d5968584d46b5e5ab2f638f3d1e%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5915 terminated
chilli.c: 135: 0 (Debug) Freed child process 5915 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64409 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: fde4c0c1f0e678097572f0224cc94c04
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: fde4c0c1f0e678097572f0224cc94c04
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5916 terminated
chilli.c: 135: 0 (Debug) Freed child process 5916 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3dfde4c0c1f0e678097572f0224cc94c04%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
redir.c: 1455: 0 (Debug) redir_write(4367)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64411 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5917 terminated
chilli.c: 135: 0 (Debug) Freed child process 5917 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=225
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=211
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: download.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://download.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=download.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: b27b2182cd240cdbe49f13c02733d86b
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: b27b2182cd240cdbe49f13c02733d86b
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1652)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=232)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 246
dhcp.c: 411: 0 (Debug) dhcp_send() len=246
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5918 terminated
chilli.c: 135: 0 (Debug) Freed child process 5918 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=596
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=582
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3db27b2182cd240cdbe49f13c02733d86b%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fdownload.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5920 terminated
chilli.c: 135: 0 (Debug) Freed child process 5920 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64413 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 20db6959021c542a47bbbe13efa73bf8
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 20db6959021c542a47bbbe13efa73bf8
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5921 terminated
chilli.c: 135: 0 (Debug) Freed child process 5921 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d20db6959021c542a47bbbe13efa73bf8%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
redir.c: 1455: 0 (Debug) redir_write(4367)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5922 terminated
chilli.c: 135: 0 (Debug) Freed child process 5922 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 49c61d10d7b930d9db73c640737a7bc1
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 49c61d10d7b930d9db73c640737a7bc1
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5923 terminated
chilli.c: 135: 0 (Debug) Freed child process 5923 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d49c61d10d7b930d9db73c640737a7bc1%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5924 terminated
chilli.c: 135: 0 (Debug) Freed child process 5924 [[redir]]
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64401 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 779d4878d246b6eca03d31fe6fa06377
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 779d4878d246b6eca03d31fe6fa06377
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5925 terminated
chilli.c: 135: 0 (Debug) Freed child process 5925 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d779d4878d246b6eca03d31fe6fa06377%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5926 terminated
chilli.c: 135: 0 (Debug) Freed child process 5926 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=227
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=213
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: v9/1/windowsupdate/redir/muv4wuredir.cab
redir.c: 2153: 0 (Debug) Query string: 1309262334
redir.c: 2175: 0 (Debug) Host: www.update.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://www.update.microsoft.com/v9/1/windowsupdate/redir/muv4wuredir.cab?1309262334]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=www.update.microsoft.com
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 02cea53acfcdbd6e57846ef7db376dc5
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 02cea53acfcdbd6e57846ef7db376dc5
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1654)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=234)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 248
dhcp.c: 411: 0 (Debug) dhcp_send() len=248
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5927 terminated
chilli.c: 135: 0 (Debug) Freed child process 5927 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=598
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d02cea53acfcdbd6e57846ef7db376dc5%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwww.update.microsoft.com%252fv9%252f1%252fwindowsupdate%252fredir%252fmuv4wuredir.cab%253f1309262334
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=584
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5928 terminated
chilli.c: 135: 0 (Debug) Freed child process 5928 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64415 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64417 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64405 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64403 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64399 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64419 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64421 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64407 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64409 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64411 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64373 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64379 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64413 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64391 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64393 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64395 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64383 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64387 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64397 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64381->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64389 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64381 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64385 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64382->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64417 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64415 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64419 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64421 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64382 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64401 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64405 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64403 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64399 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=01:00:5e:00:00:fb prot=0800 2048 len=81
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FB
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64407 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64411 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64409 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=80
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=80 dlen=26 olen=26
dhcp.c: 1704: 0 (Debug) DNS ID:    41854
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=26 olen=26 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=26 olen=26 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=25 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=26 olen=26 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=25 l=6 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=505
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=495
dns.c: 194: 0 (Debug) DNS: watson.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=watson.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in watson.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in watson.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=80
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=80 dlen=26 olen=26
dhcp.c: 1704: 0 (Debug) DNS ID:    19958
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=26 olen=26 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=26 olen=26 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=25 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=26 olen=26 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=25 l=6 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=505
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=495
dns.c: 194: 0 (Debug) DNS: watson.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=watson.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in watson.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in watson.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=126)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 140
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=140 dlen=86 olen=86
dhcp.c: 1704: 0 (Debug) DNS ID:    41854
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=86 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=505
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=495
dns.c: 194: 0 (Debug) DNS: watson.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=60 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=60 olen=86 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=74 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=73 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=66 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=56 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3059 rdlength: 32/48
dns.c: 336: 0 (Debug) CNAME record watson.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=86 lvl=0
dns.c: 61: 0 (Debug) skip[50] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=36 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=35 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1482
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1478
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1472
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 229 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=watson.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=140
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=412
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=398
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=126)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 140
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=140 dlen=86 olen=86
dhcp.c: 1704: 0 (Debug) DNS ID:    19958
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=86 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=505
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=495
dns.c: 194: 0 (Debug) DNS: watson.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=60 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=60 olen=86 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=74 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=73 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=66 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=56 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3059 rdlength: 32/48
dns.c: 336: 0 (Debug) CNAME record watson.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=86 lvl=0
dns.c: 61: 0 (Debug) skip[50] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=36 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=35 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1492
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: StageOne/Generic/WindowsUpdateFailure/7_6_7600_256/80072f76/00000000-0000-0000-0000-000000000000/Scan/101/Unmanaged.htm
redir.c: 2153: 0 (Debug) Query string: LCID=3081&OS=6.1.7601.2.00010300.1.0.3.17514&SM=ASUSTeK%20Computer%20INC.&SPN=1215B&BV=0503&MID=22C79A27-FB1B-4D6C-B76F-4EF0E08ABC48&HCU=11779&Queue=1
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1478
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1472
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 229 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=watson.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=140
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=126)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 140
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=140 dlen=86 olen=86
dhcp.c: 1704: 0 (Debug) DNS ID:    41854
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=86 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=505
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=495
dns.c: 194: 0 (Debug) DNS: watson.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=60 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=60 olen=86 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=74 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=73 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=66 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=56 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3059 rdlength: 32/48
dns.c: 336: 0 (Debug) CNAME record watson.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=86 lvl=0
dns.c: 61: 0 (Debug) skip[50] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=36 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=35 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1482
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1478
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1472
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 229 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=watson.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=140
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=126)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 140
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=140 dlen=86 olen=86
dhcp.c: 1704: 0 (Debug) DNS ID:    19958
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=86 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=86 olen=86 lvl=0
dns.c: 80: 0 (Debug) part[watson] reslen=85 l=6 dlen=512
dns.c: 80: 0 (Debug) part[microsoft] reslen=78 l=9 dlen=505
dns.c: 80: 0 (Debug) part[com] reslen=68 l=3 dlen=495
dns.c: 194: 0 (Debug) DNS: watson.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=60 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=60 olen=86 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=74 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=73 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=66 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=56 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3059 rdlength: 32/48
dns.c: 336: 0 (Debug) CNAME record watson.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=86 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=86 lvl=0
redir.c: 2175: 0 (Debug) Host: watson.microsoft.com
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2413: 0 (Debug) -->> Setting userurl=[http://watson.microsoft.com/StageOne/Generic/WindowsUpdateFailure/7_6_7600_256/80072f76/00000000-0000-0000-0000-000000000000/Scan/101/Unmanaged.htm?LCID=3081&OS=6.1.7601.2.00010300.1.0.3.17514&SM=ASUSTeK%20Computer%20INC.&SPN=1215B&BV=0503&MID=22C79A27-FB1B-4D6C-B76F-4EF0E08ABC48&HCU=11779&Queue=1]
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 3696: 0 (Debug) Processing received request
redir.c: 3962: 0 (Debug) redir_accept: Original request host=watson.microsoft.com
dns.c: 61: 0 (Debug) skip[50] olen=86
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=36 olen=86 lvl=1
dns.c: 80: 0 (Debug) part[watson] reslen=35 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1492
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1482
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1478
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1472
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 229 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=watson.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=140
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=168
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: 8a3e3a87605aae7c34de852a397f13ee
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
redir.c: 4081: 0 (Debug) ---->>> challenge: 8a3e3a87605aae7c34de852a397f13ee
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1953)
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=533)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 547
dhcp.c: 411: 0 (Debug) dhcp_send() len=547
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5962 terminated
chilli.c: 135: 0 (Debug) Freed child process 5962 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=412
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=398
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3d8a3e3a87605aae7c34de852a397f13ee%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwatson.microsoft.com%252fStageOne%252fGeneric%252fWindowsUpdateFailure%252f7_6_7600_256%252f80072f76%252f00000000-0000-0000-0000-000000000000%252fScan%252f101%252fUnmanaged.htm%253fLCID%253d3081%2526OS%253d6.1.7601.2.00010300.1.0.3.17514%2526SM%253dASUSTeK%252520Computer%252520INC.%2526SPN%253d1215B%2526BV%253d0503%2526MID%253d22C79A27-FB1B-4D6C-B76F-4EF0E08ABC48%2526HCU%253d11779%2526Queue%253d1
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5964 terminated
chilli.c: 135: 0 (Debug) Freed child process 5964 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
redir.c: 4071: 0 (Debug) ---->>> resetting challenge: ad68a58df61cdb1db8d1920cb2a64cf5
redir.c: 4081: 0 (Debug) ---->>> challenge: ad68a58df61cdb1db8d1920cb2a64cf5
redir.c: 987: 0 (Debug) redir_wispr2_reply
redir.c: 1455: 0 (Debug) redir_write(1953)
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
chilli.c: 5840: 0 (Debug) UAM login with unknown IP address: 10.1.0.2
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=867
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=853
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=533)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 547
dhcp.c: 411: 0 (Debug) dhcp_send() len=547
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
redir.c: 3077: 0 (Debug) close_exit
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5963 terminated
chilli.c: 135: 0 (Debug) Freed child process 5963 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
redir.c: 3278: 0 (Debug) Calling redir_getstate()
redir.c: 3323: 0 (Debug) Receiving HTTP Request
redir.c: 2103: 0 (Debug) The path: www/hotspotlogin.html
redir.c: 2153: 0 (Debug) Query string: loginurl=http%3a%2f%2f10.1.0.1%3a4990%2fwww%2fhotspotlogin.html%3fres%3dnotyet%26uamip%3d10.1.0.1%26uamport%3d3990%26challenge%3dad68a58df61cdb1db8d1920cb2a64cf5%26called%3d00-60-64-89-20-60%26mac%3d00-08-CA-46-7D-11%26ip%3d10.1.0.2%26nasid%3dnas01%26sessionid%3d5244c3f500000001%26userurl%3dhttp%253a%252f%252fwatson.microsoft.com%252fStageOne%252fGeneric%252fWindowsUpdateFailure%252f7_6_7600_256%252f80072f76%252f00000000-0000-0000-0000-000000000000%252fScan%252f101%252fUnmanaged.htm%253fLCID%253d3081%2526OS%253d6.1.7601.2.00010300.1.0.3.17514%2526SM%253dASUSTeK%252520Computer%252520INC.%2526SPN%253d1215B%2526BV%253d0503%2526MID%253d22C79A27-FB1B-4D6C-B76F-4EF0E08ABC48%2526HCU%253d11779%2526Queue%253d1
redir.c: 2175: 0 (Debug) Host: 10.1.0.1:3990
redir.c: 2160: 0 (Debug) end of http-request
redir.c: 2398: 0 (Debug) Serving file hotspotlogin.html
redir.c: 3388: 0 (Debug) Processing HTTP Request
redir.c: 1455: 0 (Debug) redir_write(63)
redir.c: 1455: 0 (Debug) redir_write(4367)
redir.c: 3077: 0 (Debug) close_exit
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
chilli.c: 379: 0 (Debug) caught 17 via selfpipe
chilli.c: 310: 0 (Debug) child 5965 terminated
chilli.c: 135: 0 (Debug) Freed child process 5965 [[redir]]
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=103)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 117
dhcp.c: 411: 0 (Debug) dhcp_send() len=117
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=867
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=853
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1500)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1514
dhcp.c: 411: 0 (Debug) dhcp_send() len=1514
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=52
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=1487)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 1501
dhcp.c: 411: 0 (Debug) dhcp_send() len=1501
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 411: 0 (Debug) dhcp_send() len=66
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=40)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 54
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64413 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64423 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64424 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64391 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64395 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64397 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64415 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64419 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64421 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64423 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64424 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64375 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64377 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64373 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64379 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64383 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64387 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64427->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64389 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64385 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64428->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64423 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=48)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 62
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64424 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64427->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64401 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64428->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64405 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64411 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64407 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64409 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64403 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64399 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64413 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64427->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64428->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64427 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64428 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64429->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64375 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64377 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64430->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64373 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64379 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64383 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64387 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64429->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64389 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64385 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64430->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64401 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64407 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64405 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64403 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64399 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64411 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64409 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64413 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64429->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64429 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64430->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64430 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64431->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64431->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64431->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64431 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64432->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64432->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64375 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64377 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64373 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64379 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64383 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64387 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64389 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64432->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64385 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64432 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=289
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=266
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64401 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64407 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64405 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64403 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64399 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64411 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64409 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 80->64413 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=79
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=79 dlen=25 olen=25
dhcp.c: 1704: 0 (Debug) DNS ID:    22467
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=25 olen=25 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=25 olen=25 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=24 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=25 olen=25 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=24 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in clients2.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in clients2.google.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=65
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=328)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 342
dhcp.c: 411: 0 (Debug) dhcp_send() len=342
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 3384: 0 (Debug) Unsupported DHCP message ignored
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=68 dlen=14 olen=14
dhcp.c: 1704: 0 (Debug) DNS ID:    30134
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=14 olen=14 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in wpad.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=265)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 279
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=279 dlen=225 olen=225
dhcp.c: 1704: 0 (Debug) DNS ID:    22467
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=225 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=200 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=200 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=213 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients2] reslen=212 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 15 rdlength: 12/188
dns.c: 336: 0 (Debug) CNAME record clients2.google.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=176 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/164
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=160 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=160 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/148
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=144 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=144 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/132
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=128 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=128 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/116
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=112 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=112 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/100
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/84
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=279
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=265)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 279
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=279 dlen=225 olen=225
dhcp.c: 1704: 0 (Debug) DNS ID:    22467
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=225 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=200 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=200 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=213 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients2] reslen=212 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 15 rdlength: 12/188
dns.c: 336: 0 (Debug) CNAME record clients2.google.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=176 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/164
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=160 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=160 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/148
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=144 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=144 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/132
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=128 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=128 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/116
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=112 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=112 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/100
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/84
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 240 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=279
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    30134
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3392 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64433->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    30134
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3392 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=307
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64433->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64433->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64433 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64434->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64434->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64434->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64434 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 2755: 0 (Debug) dhcp server: 
dhcp.c: 411: 0 (Debug) dhcp_send() len=329
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64435->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64435->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64435->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64435 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64436->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64436->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64436->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64436 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64437->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64437->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64437->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64437 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64438->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64438->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64438->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64438 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=33:33:00:00:00:fb prot=86dd 34525 len=101
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64439->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64439->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64439->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64439 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64440->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64440->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64440->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64440 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=01:00:5e:00:00:fb prot=0800 2048 len=81
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FB
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64441->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64441->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64441->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64441 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=251
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64442->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64442->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64442->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64442 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64443->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64443->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64443->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64443 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=289
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=266
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:5f prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 00-60-64-89-20-5F
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 0.0.0.0
dhcp.c: 2755: 0 (Debug) dhcp server: 
dhcp.c: 411: 0 (Debug) dhcp_send() len=329
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=354
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 2755: 0 (Debug) dhcp server: 
dhcp.c: 411: 0 (Debug) dhcp_send() len=329
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-60-64-89-20-5F asking about 192.168.1.101
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.3 / 00-60-64-89-20-5F
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=85
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=85 dlen=31 olen=31
dhcp.c: 1704: 0 (Debug) DNS ID:    51328
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=31 olen=31 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in teredo.ipv6.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=71
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=86
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=86 dlen=32 olen=32
dhcp.c: 1704: 0 (Debug) DNS ID:    27380
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=32 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in isatap.corp.netcomm.com.au
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=72
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5632: 0 (Debug) ARP: Ignoring self-discovery: 10.1.0.2
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    51328
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2521 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 285 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    51328
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2521 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 285 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=178
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    27380
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9340 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    27380
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9340 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=85
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=85 dlen=31 olen=31
dhcp.c: 1704: 0 (Debug) DNS ID:    59407
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=31 olen=31 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in teredo.ipv6.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=71
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=70 dlen=16 olen=16
dhcp.c: 1704: 0 (Debug) DNS ID:    18261
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=16 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=16 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=15 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=16 olen=16 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=15 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in isatap.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in isatap.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=56
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-60-64-89-20-5F asking about 192.168.1.101
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.3 / 00-60-64-89-20-5F
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    59407
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2521 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 285 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=131)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 145
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=145 dlen=91 olen=91
dhcp.c: 1704: 0 (Debug) DNS ID:    18261
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=91 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=91 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3121 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=145
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    59407
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2521 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 285 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=131)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 145
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=145 dlen=91 olen=91
dhcp.c: 1704: 0 (Debug) DNS ID:    18261
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=91 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=91 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3121 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=145
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=85
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=85 dlen=31 olen=31
dhcp.c: 1704: 0 (Debug) DNS ID:    7796
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=31 olen=31 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=31 olen=31 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=30 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=23 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=18 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in teredo.ipv6.microsoft.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in teredo.ipv6.microsoft.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=71
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    7796
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2521 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 285 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5632: 0 (Debug) ARP: Ignoring self-discovery: 10.1.0.2
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=136)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 150
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=150 dlen=96 olen=96
dhcp.c: 1704: 0 (Debug) DNS ID:    7796
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=96 olen=96 lvl=0
dns.c: 80: 0 (Debug) part[teredo] reslen=95 l=6 dlen=512
dns.c: 80: 0 (Debug) part[ipv6] reslen=88 l=4 dlen=505
dns.c: 80: 0 (Debug) part[microsoft] reslen=83 l=9 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=73 l=3 dlen=490
dns.c: 194: 0 (Debug) DNS: teredo.ipv6.microsoft.com
dns.c: 156: 0 (Debug) dns_copy_res: left=65 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=65 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=84 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=83 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=76 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=71 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=61 l=3 dlen=1477
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 2520 rdlength: 37/53
dns.c: 336: 0 (Debug) CNAME record teredo.ipv6.microsoft.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=96 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=96 lvl=0
dns.c: 61: 0 (Debug) skip[55] olen=96
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=41 olen=96 lvl=1
dns.c: 80: 0 (Debug) part[teredo] reslen=40 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[ipv6] reslen=33 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[microsoft] reslen=28 l=9 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=18 l=3 dlen=1477
dns.c: 80: 0 (Debug) part[nsatc] reslen=14 l=5 dlen=1473
dns.c: 80: 0 (Debug) part[net] reslen=8 l=3 dlen=1467
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 284 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=teredo.ipv6.microsoft.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=150
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-60-64-89-20-5F asking about 192.168.1.101
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.3 / 00-60-64-89-20-5F
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5632: 0 (Debug) ARP: Ignoring self-discovery: 10.1.0.2
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=68 dlen=14 olen=14
dhcp.c: 1704: 0 (Debug) DNS ID:    43283
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=14 olen=14 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in wpad.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=54
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 00-08-CA-46-7D-11
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0800 2048 len=353
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 00-08-CA-46-7D-11
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    43283
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3050 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    43283
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3050 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=171
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.2
dhcp.c: 5650: 0 (Debug) ARP: Ignoring gratuitous arp 10.1.0.2
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 3384: 0 (Debug) Unsupported DHCP message ignored
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=328)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 342
dhcp.c: 411: 0 (Debug) dhcp_send() len=342
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=86
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=86 dlen=32 olen=32
dhcp.c: 1704: 0 (Debug) DNS ID:    28652
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=32 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=32 olen=32 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=31 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=24 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=19 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=11 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=7 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in isatap.corp.netcomm.com.au
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in isatap.corp.netcomm.com.au
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=72
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    28652
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9336 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=133)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 147
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=147 dlen=93 olen=93
dhcp.c: 1704: 0 (Debug) DNS ID:    28652
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=93 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=1492
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=1487
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=1479
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=1475
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=93 olen=93 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=92 l=6 dlen=512
dns.c: 80: 0 (Debug) part[corp] reslen=85 l=4 dlen=505
dns.c: 80: 0 (Debug) part[netcomm] reslen=80 l=7 dlen=500
dns.c: 80: 0 (Debug) part[com] reslen=72 l=3 dlen=492
dns.c: 80: 0 (Debug) part[au] reslen=68 l=2 dlen=488
dns.c: 194: 0 (Debug) DNS: isatap.corp.netcomm.com.au
dns.c: 156: 0 (Debug) dns_copy_res: left=61 olen=93 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=61 olen=93 lvl=0
dns.c: 61: 0 (Debug) skip[24] olen=93
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=69 olen=93 lvl=1
dns.c: 80: 0 (Debug) part[netcomm] reslen=68 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[com] reslen=60 l=3 dlen=1491
dns.c: 80: 0 (Debug) part[au] reslen=56 l=2 dlen=1487
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 9336 rdlength: 49/49
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.corp.netcomm.com.au
dhcp.c: 411: 0 (Debug) dhcp_send() len=147
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=70 dlen=16 olen=16
dhcp.c: 1704: 0 (Debug) DNS ID:    22279
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=16 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=16 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=15 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=16 olen=16 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=15 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in isatap.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in isatap.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=56
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=131)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 145
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=145 dlen=91 olen=91
dhcp.c: 1704: 0 (Debug) DNS ID:    22279
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=91 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=91 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3117 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=145
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=131)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 145
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=145 dlen=91 olen=91
dhcp.c: 1704: 0 (Debug) DNS ID:    22279
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=91 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1492
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=91 olen=91 lvl=0
dns.c: 80: 0 (Debug) part[isatap] reslen=90 l=6 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=505
dns.c: 194: 0 (Debug) DNS: isatap.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=91 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=91 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3117 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=isatap.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=145
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=68 dlen=14 olen=14
dhcp.c: 1704: 0 (Debug) DNS ID:    64431
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=14 olen=14 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=14 olen=14 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=13 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in wpad.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in wpad.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=54
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    64431
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3047 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=129)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 143
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=143 dlen=89 olen=89
dhcp.c: 1704: 0 (Debug) DNS ID:    64431
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=89 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1494
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=89 olen=89 lvl=0
dns.c: 80: 0 (Debug) part[wpad] reslen=88 l=4 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=507
dns.c: 194: 0 (Debug) DNS: wpad.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=89 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=89 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 3047 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=wpad.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=143
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=171
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=84
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=64
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=243
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5550: 0 (Debug) ARP: Received ARP request for other destination!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    36758
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=19 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=19 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: www.google.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in www.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in www.google.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    7538
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[xgkttwzmzk] reslen=19 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[xgkttwzmzk] reslen=19 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: xgkttwzmzk.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=xgkttwzmzk.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in xgkttwzmzk.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in xgkttwzmzk.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    33459
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[hxazwwxshk] reslen=19 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[hxazwwxshk] reslen=19 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: hxazwwxshk.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=hxazwwxshk.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in hxazwwxshk.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in hxazwwxshk.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=74
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=74 dlen=20 olen=20
dhcp.c: 1704: 0 (Debug) DNS ID:    22599
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=20 olen=20 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[quydzxxudu] reslen=19 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=20 olen=20 lvl=0
dns.c: 80: 0 (Debug) part[quydzxxudu] reslen=19 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=8 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: quydzxxudu.lan
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=quydzxxudu.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in quydzxxudu.lan
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in quydzxxudu.lan
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=60
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=140)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 154
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=154 dlen=100 olen=100
dhcp.c: 1704: 0 (Debug) DNS ID:    36758
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=100 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: www.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=154
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64444->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    33459
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[hxazwwxshk] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[hxazwwxshk] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: hxazwwxshk.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=hxazwwxshk.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    7538
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[xgkttwzmzk] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[xgkttwzmzk] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: xgkttwzmzk.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=xgkttwzmzk.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=140)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 154
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=154 dlen=100 olen=100
dhcp.c: 1704: 0 (Debug) DNS ID:    36758
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=100 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=100 olen=100 lvl=0
dns.c: 80: 0 (Debug) part[www] reslen=99 l=3 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=95 l=6 dlen=508
dns.c: 80: 0 (Debug) part[com] reslen=88 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: www.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=100 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=100 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=100
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=88 olen=100 lvl=1
dns.c: 80: 0 (Debug) part[www] reslen=87 l=3 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=83 l=6 dlen=1495
dns.c: 80: 0 (Debug) part[com] reslen=76 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 176 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=www.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=154
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    7538
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[xgkttwzmzk] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[xgkttwzmzk] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: xgkttwzmzk.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=xgkttwzmzk.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    22599
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[quydzxxudu] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[quydzxxudu] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: quydzxxudu.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=quydzxxudu.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    33459
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[hxazwwxshk] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[hxazwwxshk] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: hxazwwxshk.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=hxazwwxshk.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=135)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 149
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=149 dlen=95 olen=95
dhcp.c: 1704: 0 (Debug) DNS ID:    22599
dhcp.c: 1705: 0 (Debug) DNS Flags: 33155
dns.c: 156: 0 (Debug) dns_copy_res: left=95 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[quydzxxudu] reslen=94 l=10 dlen=1499
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=1488
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=95 olen=95 lvl=0
dns.c: 80: 0 (Debug) part[quydzxxudu] reslen=94 l=10 dlen=512
dns.c: 80: 0 (Debug) part[lan] reslen=83 l=3 dlen=501
dns.c: 194: 0 (Debug) DNS: quydzxxudu.lan
dns.c: 156: 0 (Debug) dns_copy_res: left=75 olen=95 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=75 olen=95 lvl=0
dns.c: 187: 0 (Debug) It was a dns record type: 6 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 10800 rdlength: 64/64
dns.c: 337: 0 (Debug) SOA record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=quydzxxudu.lan
dhcp.c: 411: 0 (Debug) dhcp_send() len=149
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=182
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64445->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=70
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5550: 0 (Debug) ARP: Received ARP request for other destination!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5550: 0 (Debug) ARP: Received ARP request for other destination!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64444->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64445->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=233
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64444->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64445->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64445 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=110
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64444 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=221
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=251
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64446->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64447->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=243
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64446->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64447->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64446->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64447->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64446 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64447 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64448->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64449->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64448->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64449->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64448->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64449->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64449 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64448 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64450->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64451->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64450 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64450 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64450 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64450 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64450->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64451->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64450 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64450 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64451->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64450 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=251
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64451 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64452->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64453->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64452->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64453->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64452->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64453->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64452 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64453 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 3384: 0 (Debug) Unsupported DHCP message ignored
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64454->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=328)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 342
dhcp.c: 411: 0 (Debug) dhcp_send() len=342
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=92
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 137
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64454->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64454->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64454 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64455->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64455->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=251
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3812: 0 (Debug) Broadcasted UDP to port 138
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64455->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64455 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64456->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64456->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64456->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64456 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=79
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=79 dlen=25 olen=25
dhcp.c: 1704: 0 (Debug) DNS ID:    27737
dhcp.c: 1705: 0 (Debug) DNS Flags: 256
dns.c: 156: 0 (Debug) dns_copy_res: left=25 olen=25 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=25 olen=25 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=24 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=25 olen=25 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=24 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=15 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=8 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for logout in clients2.google.com
dhcp.c: 1636: 0 (Debug) ---------  checking dns for chilli in clients2.google.com
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=65
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=265)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 279
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=279 dlen=225 olen=225
dhcp.c: 1704: 0 (Debug) DNS ID:    27737
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=225 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=200 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=200 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=213 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients2] reslen=212 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 104 rdlength: 12/188
dns.c: 336: 0 (Debug) CNAME record clients2.google.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=176 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/164
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=160 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=160 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/148
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=144 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=144 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/132
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=128 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=128 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/116
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=112 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=112 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/100
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/84
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=279
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64457->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=265)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 279
dhcp.c: 1703: 0 (Debug) dhcp_dns plen=279 dlen=225 olen=225
dhcp.c: 1704: 0 (Debug) DNS ID:    27737
dhcp.c: 1705: 0 (Debug) DNS Flags: 33152
dns.c: 156: 0 (Debug) dns_copy_res: left=225 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 40: 0 (Debug) dns_fullname dlen=512 reslen=225 olen=225 lvl=0
dns.c: 80: 0 (Debug) part[clients2] reslen=224 l=8 dlen=512
dns.c: 80: 0 (Debug) part[google] reslen=215 l=6 dlen=503
dns.c: 80: 0 (Debug) part[com] reslen=208 l=3 dlen=496
dns.c: 194: 0 (Debug) DNS: clients2.google.com
dns.c: 156: 0 (Debug) dns_copy_res: left=200 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=200 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[12] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=213 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients2] reslen=212 l=8 dlen=1499
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1490
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1483
dns.c: 187: 0 (Debug) It was a dns record type: 5 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 104 rdlength: 12/188
dns.c: 336: 0 (Debug) CNAME record clients2.google.com.
dns.c: 156: 0 (Debug) dns_copy_res: left=176 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/164
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=160 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=160 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/148
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=144 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=144 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/132
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=128 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=128 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/116
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=112 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=112 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/100
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=96 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=96 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/84
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=80 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=80 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/68
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=64 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=64 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/52
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=48 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=48 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/36
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=32 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=32 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/20
dns.c: 309: 0 (Debug) A record
dns.c: 156: 0 (Debug) dns_copy_res: left=16 olen=225 qsize=512
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=16 olen=225 lvl=0
dns.c: 61: 0 (Debug) skip[49] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1499 reslen=176 olen=225 lvl=1
dns.c: 80: 0 (Debug) part[clients] reslen=175 l=7 dlen=1499
dns.c: 80: 0 (Debug) part[l] reslen=167 l=1 dlen=1491
dns.c: 61: 0 (Debug) skip[21] olen=225
dns.c: 40: 0 (Debug) dns_fullname dlen=1489 reslen=204 olen=225 lvl=2
dns.c: 80: 0 (Debug) part[google] reslen=203 l=6 dlen=1489
dns.c: 80: 0 (Debug) part[com] reslen=196 l=3 dlen=1482
dns.c: 187: 0 (Debug) It was a dns record type: 1 class: 1
dns.c: 280: 0 (Debug) -> w ttl: 295 rdlength: 4/4
dns.c: 309: 0 (Debug) A record
dhcp.c: 1787: 0 (Debug) left (should be zero): 0 q=clients2.google.com
dhcp.c: 411: 0 (Debug) dhcp_send() len=279
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=307
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64457->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64458->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64458->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64457->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64457 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64458->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64458 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=289
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=266
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64459->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64459->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64460->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64460->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64459->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64459 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64460->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64460 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64461->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64461->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64461->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64461 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64462->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64462->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64462->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64462 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64463->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64463->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64463->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64463 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64464->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64464->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64464->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64464 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=33:33:00:00:00:fb prot=86dd 34525 len=101
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64465->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3618: 0 (Debug) dhcp/bootps request being processed
dhcp.c: 3263: 0 (Debug) function dhcp_getreq()
chilli.c: 4869: 0 (Debug) ----> cb_dhcp_request <----
chilli.c: 4873: 0 (Debug) DHCP request for IP address 10.1.0.2
dhcp.c: 2755: 0 (Debug) dhcp server: 
dhcp.c: 411: 0 (Debug) dhcp_send() len=329
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=ff:ff:ff:ff:ff:ff prot=0800 2048 len=342
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3789: 0 (Debug) Received packet with spoofed source!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=ff:ff:ff:ff:ff:ff prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:03 prot=86dd 34525 len=88
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:fc prot=0800 2048 len=68
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FC
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:00:00:16 prot=0800 2048 len=54
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:00:00:16 prot=86dd 34525 len=90
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64465->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64465->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64465 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=01:00:5e:7f:ff:fa prot=0800 2048 len=175
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-7F-FF-FA
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=33:33:00:01:00:02 prot=86dd 34525 len=150
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64466->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64466->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64466->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64466 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=50:e5:49:cf:fe:14 dst=01:00:5e:00:00:fb prot=0800 2048 len=81
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3593: 0 (Debug) Not for our MAC or broadcast: 01-00-5E-00-00-FB
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64467->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64467->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64467->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64467 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=01:00:5e:00:00:01 prot=0800 2048 len=46
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 3509: 0 (Debug) dropping non-IPv4
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=33:33:00:00:00:00 prot=86dd 34525 len=86
dhcp.c: 5060: 0 (Debug) Layer2 PROT: 0x86dd dropped
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64468->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64468->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=62
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64468->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64468 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64469->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64469 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64469 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64469 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64469 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0800 2048 len=66
dhcp.c: 3497: 0 (Debug) function dhcp_receive_ip()
dhcp.c: 2558: 0 (Debug) Resetting connection on port 64469->443
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
dhcp.c: 3908: 0 (Debug) dropping packet; not nat'ed
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64469 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
tun.c: 802: 0 (Debug) tun_decaps(idx=0, len=52)
chilli.c: 2657: 0 (Debug) sending to : 10.1.0.2
dhcp.c: 5321: 0 (Debug) adding 14 to IP frame length 66
dhcp.c: 2674: 0 (Debug) Resetting connection on port 443->64469 (undo)
dhcp.c: 411: 0 (Debug) dhcp_send() len=54
tun.c: 1089: 0 (Debug) tun_encaps(tun0) len=40
dhcp.c: 5390: 0 (Debug) dhcp_undoDNAT() returns true
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:08:ca:46:7d:11 dst=00:60:64:89:20:60 prot=0806 2054 len=42
dhcp.c: 5622: 0 (Debug) ARP: 00-08-CA-46-7D-11 asking about 10.1.0.1
dhcp.c: 5506: 0 (Debug) ARP: Replying to 10.1.0.2 / 00-08-CA-46-7D-11
dhcp.c: 411: 0 (Debug) dhcp_send() len=42
dhcp.c: 4965: 0 (Debug) dhcp_decaps: src=00:60:64:89:20:5f dst=00:08:ca:46:7d:11 prot=0806 2054 len=42
dhcp.c: 5543: 0 (Debug) ARP: Received other ARP than request!


More information about the Chilli mailing list