Mhh. It appears they they fixed their DHCP server over the weekend. I now get to keep my IP.
Code: Select all
Nov 2 10:03:28 marauder dhcpcd[6487]: wlan0: renewing lease of 192.168.42.246
Nov 2 10:03:28 marauder dhcpcd[6487]: wlan0: acknowledged 192.168.42.246 from 192.168.42.3
Nov 2 10:03:28 marauder dhcpcd[6487]: wlan0: leased 192.168.42.246 for 1200 seconds
The VPN connection however still drops for no apparent reason. There's no console log by pptp/pppd, it just doesn't work anymore. When I reconnect pppd manually, I am assigned a new VPN IP (WLAN IP stays the same):
Code: Select all
Nov 2 10:15:18 marauder pppd[13638]: pppd 2.4.5 started by root, uid 0
Nov 2 10:15:18 marauder pppd[13638]: Using interface ppp0
Nov 2 10:15:18 marauder pppd[13638]: Connect: ppp0 <--> /dev/pts/0
Nov 2 10:15:18 marauder pptp[13639]: anon log[main:pptp.c:310]: The synchronous pptp option is NOT activated
Nov 2 10:15:18 marauder pptp[13646]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request'
Nov 2 10:15:18 marauder pptp[13646]: anon log[ctrlp_disp:pptp_ctrl.c:739]: Received Start Control Connection Reply
Nov 2 10:15:18 marauder pptp[13646]: anon log[ctrlp_disp:pptp_ctrl.c:773]: Client connection established.
Nov 2 10:15:19 marauder pptp[13646]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request'
Nov 2 10:15:19 marauder pptp[13646]: anon log[ctrlp_disp:pptp_ctrl.c:858]: Received Outgoing Call Reply.
Nov 2 10:15:19 marauder pptp[13646]: anon log[ctrlp_disp:pptp_ctrl.c:897]: Outgoing call established (call ID 0, peer's call ID 32640).
Nov 2 10:15:20 marauder pppd[13638]: CHAP authentication succeeded
Nov 2 10:15:20 marauder pppd[13638]: local IP address xxx.xxx.xxx.xxx
Nov 2 10:15:20 marauder pppd[13638]: remote IP address xxx.xxx.xxx.xxx
Nov 2 10:15:20 marauder pppd[13638]: primary DNS address xxx.xxx.xxx.xxx
Nov 2 10:15:20 marauder pppd[13638]: secondary DNS address xxx.xxx.xxx.xxx
"local IP address" is the part that changes.