PPTP/L2TP on interfaces
-
Until the moment where you are actualy connected to your ISP (014 in our case) and recives your static IP address from them, you are in the domain of HOT. They have the server that "sends" you to the ISP. SO hot's server can do it for all ISP's.
As far as I understand.
-
Where can I find the settings for pptp/l2tp links after I save them ?
I got a feeling that I have a ghost in my machine.My ppp logs show that the router is allways trying to dial out, but the ppp interface tab don't show that any link exist.
-
Show the section of patched code here, and the file /var/etc/mpd_wan.conf (or /var/etc/mpd_opt1.conf) and the output of these commands from the command line. (Uses page Diagnostics -> Command Prompt if you don't have terminal access).
ifconfig
ps auxw | grep mpd5
Also, show me the <ppps>section of /conf/config.xml
GB</ppps>
-
Show the section of patched code here, and the file /var/etc/mpd_wan.conf (or /var/etc/mpd_opt1.conf) and the output of these commands from the command line. (Uses page Diagnostics -> Command Prompt if you don't have terminal access).
ifconfig
ps auxw | grep mpd5
Also, show me the <ppps>section of /conf/config.xml
GB</ppps>
Hi, should i post it, or you were talking about Roi's configuration ?
And i don't know if this is the problem:
http://redmine.pfsense.org/issues/813But if L2TP set, after restart there is "interface mismatch" error and all the configuration lost.
Also is it possible to set the VPN to overwrite the DNSs ?
(to overwrite the 2 DNSs received from OPT1 DHCP)Thanks again for doing this options !!
-
Everybody should post the data I asked for.
GB
-
This is after i uncommented the part in interfaces.inc (and split the pptp and l2tp) set the interfaces,
mpd dialed and i changed the default route by doing:route delete default route add default 82.81.206.1
ifconfig :
$ ifconfig re0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500 options=389b <rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,wol_ucast,wol_mcast,wol_magic>ether 70:71:bc:09:3b:ec inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::7271:bcff:fe09:3bec%re0 prefixlen 64 scopeid 0x1 nd6 options=3 <performnud,accept_rtadv>media: Ethernet autoselect (100baseTX <full-duplex>) status: active fxp0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500 options=219b <rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,tso4,wol_magic>ether 00:02:b3:2d:ad:5a inet6 fe80::202:b3ff:fe2d:ad5a%fxp0 prefixlen 64 scopeid 0x2 inet 172.28.142.143 netmask 0xffffe000 broadcast 255.255.255.255 nd6 options=3 <performnud,accept_rtadv>media: Ethernet autoselect (100baseTX <full-duplex>) status: active pflog0: flags=100 <promisc>metric 0 mtu 33200 enc0: flags=0<> metric 0 mtu 1536 lo0: flags=8049 <up,loopback,running,multicast>metric 0 mtu 16384 options=3 <rxcsum,txcsum>inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 nd6 options=3 <performnud,accept_rtadv>pfsync0: flags=0<> metric 0 mtu 1460 syncpeer: 224.0.0.240 maxupd: 128 l2tp0: flags=88d1 <up,pointopoint,running,noarp,simplex,multicast>metric 0 mtu 1492 inet 82.81.206.30 --> 82.81.206.1 netmask 0xffffffff inet6 fe80::7271:bcff:fe09:3bec%l2tp0 prefixlen 64 scopeid 0x7 nd6 options=3 <performnud,accept_rtadv></performnud,accept_rtadv></up,pointopoint,running,noarp,simplex,multicast></performnud,accept_rtadv></rxcsum,txcsum></up,loopback,running,multicast></promisc></full-duplex></performnud,accept_rtadv></rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,tso4,wol_magic></up,broadcast,running,simplex,multicast></full-duplex></performnud,accept_rtadv></rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,wol_ucast,wol_mcast,wol_magic></up,broadcast,running,simplex,multicast>
ps auxw | grep mpd5
$ ps auxw | grep mpd5 root 59903 0.0 0.4 9488 4308 ?? Ss 4:09PM 0:00.03 /usr/local/sbin/mpd5 -b -k -d /var/etc -f mpd_wan.conf -p /var/run/l root 63557 0.0 0.1 3656 1476 ?? S 4:21PM 0:00.00 sh -c ps auxw | grep mpd5 root 63867 0.0 0.1 3524 1256 ?? S 4:21PM 0:00.00 grep mpd5
/conf/config.xml
<interfaces><wan><enable><if>l2tp0</if> <media><mediaopt><alias-address><alias-subnet>32</alias-subnet> <spoofmac><ipaddr>l2tp</ipaddr> <dhcphostname></dhcphostname></spoofmac></alias-address></mediaopt></media></enable></wan> <lan><enable><if>re0</if> <ipaddr>192.168.1.1</ipaddr> <subnet>24</subnet> <media><mediaopt></mediaopt></media></enable></lan> <opt1><if>fxp0</if> <enable><ipaddr>dhcp</ipaddr> <dhcphostname><alias-address><alias-subnet>32</alias-subnet> <spoofmac></spoofmac></alias-address></dhcphostname></enable></opt1></interfaces>
<ppps><ppp><ptpid>0</ptpid> <type>l2tp</type> <if>l2tp0</if> <ports>opt1</ports> <username>micky</username> <password>MjgzMxEw</password> <localip><subnet>31</subnet> <gateway>hot.bezeqint.net</gateway> <bandwidth></bandwidth></localip></ppp></ppps>
Everything was taken on 2.0-BETA4-20100810-0228.
please tell me if there is anything more i can do to help. -
Changing this line (1195) in util.inc solves the interface mismatch message on restart
from
if (preg_match("/^enc|^cua|^tun|^pptp|^ppp|^ovpn|^gif|^gre|^lagg|^bridge|vlan|_wlan/i", $ifcfg['if'])) { $i++; }
to
function is_interface_mismatch() { global $config, $g; /* XXX: Should we process only enabled interfaces?! */ $do_assign = false; $i = 0; foreach ($config['interfaces'] as $ifname => $ifcfg) { if (preg_match("/^enc|^cua|^tun|^pptp|^l2tp|^ppp|^ovpn|^gif|^gre|^lagg|^bridge|vlan|_wlan/i", $ifcfg['if'])) { $i++; } else if (does_interface_exist($ifcfg['if']) == false) { $do_assign = true; } else $i++; }
(just added "l2tp")
And to Add the Connect/disconnect button in interfaces status page:
in pfsense-utils.inc in function get_interface_info changed (at line 1275)
/* PPTP interface? -> get status from virtual interface */ case "pptp": if ($ifinfo['status'] == "up" && !isset($link0)) /* get PPTP link status for dial on demand */ $ifinfo['pptplink'] = "up"; else $ifinfo['pptplink'] = "down"; break; /* PPP interface? -> get uptime for this session and cumulative uptime from the persistant log file in conf */ case "ppp": if ($ifinfo['status'] == "up") $ifinfo['ppplink'] = "up"; else $ifinfo['ppplink'] = "down" ; if (empty($ifinfo['status']))
To (Inserted the l2tp part):
case "pptp": if ($ifinfo['status'] == "up" && !isset($link0)) /* get PPTP link status for dial on demand */ $ifinfo['pptplink'] = "up"; else $ifinfo['pptplink'] = "down"; break; case "l2tp": if ($ifinfo['status'] == "up" && !isset($link0)) /* get PPTP link status for dial on demand */ $ifinfo['l2tplink'] = "up"; else $ifinfo['l2tplink'] = "down"; break; /* PPP interface? -> get uptime for this session and cumulative uptime from the persistant log file in conf */ case "ppp": if ($ifinfo['status'] == "up") $ifinfo['ppplink'] = "up"; else $ifinfo['ppplink'] = "down" ;
And in status_interfaces.php added
[" class="formbtns">](status_interfaces.php?action=Disconnect&if=<?php echo $ifdescr; ?>) [" class="formbtns">](status_interfaces.php?action=Connect&if=<?php echo $ifdescr; ?>)
Under the similar PPTP block;
but the vpn won't connect on restart nor on connection loss (like wan unplugged or modem restart)
until i set the opt1 as default route (system->routing->opt1->default gateway ).
Then the l2tp connection can be established (no more server no response error in the log).
After it is established i need to change again the opt1 to "not default gateway" -by just pressing delete –
(it automaticly sets the wan [l2tp] as default route and i have internet on the client computers)Hope it helps..
-
Thanks fixed some of the suggestions.
-
So what is the status of L2TP/PPTP ?
Will I be able to connect to NezeqInt via Hot ? -
Well without any 'specification' on connecting to that service provider i cannot tell you or help you.
If you find out what needs to be done i can probably look at it.
-
Ermal,
I believe, both Micky and roi were talking about the same providers, which are Bezeqint (ISP) and HOT (cable).
But I think all the ISPs have the same type of connection when connecting via cable. The second option is ADSL, which already comes with modem/router, making this setup obsolete.Am I right, Micky,roi?
-
Yep. we are both on the same ISP. Bezeq Int & Hot (cable).
ADSL is not a problem here as there is support for PPPOE, and I understand that it's supported long time ago.
-
What is the issue than?!
-
Hi,
The main problems i have with the l2tp connection are
1. if a L2TP connection established there is no internet on the lan computers until the gateway/default route are changed, either by "route default delete" & "route default add xxx.xxx.xxx.xxx" in the console
or by setting the wan gateway default in the gui.2. if the connection lost or pfsense restart the L2TP wont dial until i reassign the interfaces again (then interface_configure() is called) or doing "status_interfaces.php?action=Connect&if=wan"
Then the L2TP will start dial but "server no response" error in pptp log until i press delete on the wan interface in the gui which sets the DHCP (OPT1 in my case) interface as default gateway.
Then it will connect and i have to set the new wan gateway as default again.Thanks a lot for looking into it
-
Can you please provide details on this!
Logs configuration screens or config.xml and stuff like that. -
I at the moment have stopped trying.
I am just following the subject trying to catch on to you when it will be sorted out. -
Clean Install + update to pfSense-Full-Update-2.0-BETA4-20100817-0312
After Setting the Interfaces & L2TP Connected:
PPP LOG: (It's usually much smaller)
Aug 18 06:55:30 ppp: [wan] IFACE: Up event Aug 18 06:55:30 ppp: [wan] IFACE: Add route 0.0.0.0/0 82.81.204.1 failed: File exists Aug 18 06:55:30 ppp: [wan] 82.81.204.149 -> 82.81.204.1 Aug 18 06:55:30 ppp: [wan] IPCP: LayerUp Aug 18 06:55:30 ppp: [wan] IPCP: state change Ack-Sent --> Opened Aug 18 06:55:30 ppp: [wan] SECDNS 62.219.186.7 Aug 18 06:55:30 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 06:55:30 ppp: [wan] IPADDR 82.81.204.149 Aug 18 06:55:30 ppp: [wan] IPCP: rec'd Configure Ack #3 (Ack-Sent) Aug 18 06:55:30 ppp: [wan] SECDNS 62.219.186.7 Aug 18 06:55:30 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 06:55:30 ppp: [wan] IPADDR 82.81.204.149 Aug 18 06:55:30 ppp: [wan] IPCP: SendConfigReq #3 Aug 18 06:55:30 ppp: [wan] SECDNS 62.219.186.7 Aug 18 06:55:30 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 06:55:30 ppp: [wan] 82.81.204.149 is OK Aug 18 06:55:30 ppp: [wan] IPADDR 82.81.204.149 Aug 18 06:55:30 ppp: [wan] IPCP: rec'd Configure Nak #2 (Ack-Sent) Aug 18 06:55:30 ppp: [wan] SECDNS 0.0.0.0 Aug 18 06:55:30 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 06:55:30 ppp: [wan] IPADDR 0.0.0.0 Aug 18 06:55:30 ppp: [wan] IPCP: SendConfigReq #2 Aug 18 06:55:30 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 06:55:30 ppp: [wan] IPCP: rec'd Configure Reject #1 (Ack-Sent) Aug 18 06:55:30 ppp: [wan] IPCP: state change Req-Sent --> Ack-Sent Aug 18 06:55:30 ppp: [wan] IPADDR 82.81.204.1 Aug 18 06:55:30 ppp: [wan] IPCP: SendConfigAck #9 Aug 18 06:55:30 ppp: [wan] 82.81.204.1 is OK Aug 18 06:55:30 ppp: [wan] IPADDR 82.81.204.1 Aug 18 06:55:30 ppp: [wan] IPCP: rec'd Configure Request #9 (Req-Sent) Aug 18 06:55:30 ppp: [wan] SECDNS 0.0.0.0 Aug 18 06:55:30 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 06:55:30 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 06:55:30 ppp: [wan] IPADDR 0.0.0.0 Aug 18 06:55:30 ppp: [wan] IPCP: SendConfigReq #1 Aug 18 06:55:30 ppp: [wan] IPCP: state change Starting --> Req-Sent Aug 18 06:55:30 ppp: [wan] IPCP: Up event Aug 18 06:55:30 ppp: [wan] IPCP: LayerStart Aug 18 06:55:30 ppp: [wan] IPCP: state change Initial --> Starting Aug 18 06:55:30 ppp: [wan] IPCP: Open event Aug 18 06:55:30 ppp: [wan] Bundle: Status update: up 1 link, total bandwidth 64000 bps Aug 18 06:55:30 ppp: [wan_link0] Link: Join bundle "wan" Aug 18 06:55:30 ppp: [wan_link0] Link: Matched action 'bundle "wan" ""' Aug 18 06:55:30 ppp: [wan_link0] LCP: authorization successful Aug 18 06:55:30 ppp: [wan_link0] PAP: rec'd ACK #1 len: 5 Aug 18 06:55:30 ppp: [wan_link0] LCP: LayerUp Aug 18 06:55:30 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:55:30 ppp: [wan_link0] PAP: using authname "Micky" Aug 18 06:55:30 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:55:30 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:55:30 ppp: [wan_link0] MAGICNUM 0e8ec298 Aug 18 06:55:30 ppp: [wan_link0] MRU 1500 Aug 18 06:55:30 ppp: [wan_link0] LCP: rec'd Configure Ack #2 (Ack-Sent) Aug 18 06:55:30 ppp: [wan_link0] MAGICNUM 0e8ec298 Aug 18 06:55:30 ppp: [wan_link0] MRU 1500 Aug 18 06:55:30 ppp: [wan_link0] LCP: SendConfigReq #2 Aug 18 06:55:30 ppp: [wan_link0] PROTOCOMP Aug 18 06:55:30 ppp: [wan_link0] ACFCOMP Aug 18 06:55:30 ppp: [wan_link0] LCP: rec'd Configure Reject #1 (Ack-Sent) Aug 18 06:55:30 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:55:30 ppp: [wan_link0] MAGICNUM 738a172b Aug 18 06:55:30 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:55:30 ppp: [wan_link0] MRU 1500 Aug 18 06:55:30 ppp: [wan_link0] LCP: SendConfigAck #168 Aug 18 06:55:30 ppp: [wan_link0] MAGICNUM 738a172b Aug 18 06:55:30 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:55:30 ppp: [wan_link0] MRU 1500 Aug 18 06:55:30 ppp: [wan_link0] LCP: rec'd Configure Request #168 (Req-Sent) Aug 18 06:55:30 ppp: [wan_link0] MAGICNUM 0e8ec298 Aug 18 06:55:30 ppp: [wan_link0] MRU 1500 Aug 18 06:55:30 ppp: [wan_link0] PROTOCOMP Aug 18 06:55:30 ppp: [wan_link0] ACFCOMP Aug 18 06:55:30 ppp: [wan_link0] LCP: SendConfigReq #1 Aug 18 06:55:30 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:55:30 ppp: [wan_link0] LCP: Up event Aug 18 06:55:30 ppp: [wan_link0] Link: UP event Aug 18 06:55:30 ppp: [wan_link0] L2TP: Call #3450000 connected Aug 18 06:55:30 ppp: [wan_link0] L2TP: Incoming call #3450000 via control connection 0x287d0d08 initiated Aug 18 06:55:30 ppp: L2TP: Control connection 0x287d0d08 172.28.142.143 65087 <-> 212.25.127.14 1701 connected Aug 18 06:55:29 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 06:55:29 ppp: [wan_link0] LCP: LayerStart Aug 18 06:55:29 ppp: [wan_link0] LCP: state change Initial --> Starting Aug 18 06:55:29 ppp: [wan_link0] LCP: Open event Aug 18 06:55:29 ppp: [wan_link0] Link: OPEN event Aug 18 06:55:29 ppp: option "windowing" unknown Aug 18 06:55:29 ppp: [wan] Bundle: Interface ng0 created Aug 18 06:55:29 ppp: web: web is not running Aug 18 06:55:28 ppp: process 48080 terminated Aug 18 06:55:28 ppp: [wan_link0] Link: Shutdown Aug 18 06:55:28 ppp: [wan] Bundle: Shutdown Aug 18 06:55:28 ppp: waiting for process 48080 to die... Aug 18 06:55:28 ppp: process 2462 started, version 5.5 (root@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org 17:45 2-Jul-2010) Aug 18 06:55:28 ppp: Aug 18 06:55:28 ppp: Multi-link PPP daemon for FreeBSD Aug 18 06:55:27 ppp: [wan_link0] LCP: state change Closing --> Initial Aug 18 06:55:27 ppp: [wan_link0] LCP: LayerFinish Aug 18 06:55:27 ppp: [wan_link0] LCP: Down event Aug 18 06:55:27 ppp: [wan_link0] Link: DOWN event Aug 18 06:55:27 ppp: [wan_link0] L2TP: call #3080007 terminated: result=1 error=0 errmsg="Received PPP Terminate Request" Aug 18 06:55:26 ppp: [wan_link0] LCP: state change Stopping --> Closing Aug 18 06:55:26 ppp: [wan_link0] LCP: Close event Aug 18 06:55:26 ppp: [wan_link0] Link: CLOSE event Aug 18 06:55:26 ppp: [wan_link0] LCP: LayerDown Aug 18 06:55:26 ppp: [wan_link0] LCP: SendTerminateAck #38 Aug 18 06:55:26 ppp: [wan] IPCP: state change Closed --> Initial Aug 18 06:55:26 ppp: [wan] IPCP: Down event Aug 18 06:55:26 ppp: [wan] IPCP: Close event Aug 18 06:55:26 ppp: [wan] Bundle: Status update: up 0 links, total bandwidth 9600 bps Aug 18 06:55:26 ppp: [wan_link0] Link: Leave bundle "wan" Aug 18 06:55:26 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:55:26 ppp: [wan_link0] LCP: rec'd Terminate Request #39 (Opened) Aug 18 06:55:26 ppp: [wan] Bundle: closing link "wan_link0"... Aug 18 06:55:26 ppp: [wan] Bundle: No NCPs left. Closing links... Aug 18 06:55:26 ppp: [wan] IPCP: LayerFinish Aug 18 06:55:26 ppp: [wan] IPCP: state change Closing --> Closed Aug 18 06:55:26 ppp: [wan] IPCP: rec'd Terminate Ack #4 (Closing) Aug 18 06:55:26 ppp: [wan] IFACE: Down event Aug 18 06:55:26 ppp: [wan] IFACE: Removing IPv4 address from l2tp0 failed: Can't assign requested address Aug 18 06:55:26 ppp: [wan] IPCP: LayerDown Aug 18 06:55:26 ppp: [wan] IPCP: SendTerminateReq #4 Aug 18 06:55:26 ppp: [wan] IPCP: state change Opened --> Closing Aug 18 06:55:26 ppp: [wan] IPCP: Close event Aug 18 06:55:26 ppp: [wan] IFACE: Close event Aug 18 06:55:26 ppp: caught fatal signal term Aug 18 06:49:32 ppp: [wan] IFACE: Up event Aug 18 06:49:32 ppp: [wan] IFACE: Add route 0.0.0.0/0 82.81.204.1 failed: File exists Aug 18 06:49:32 ppp: [wan] 82.81.204.149 -> 82.81.204.1 Aug 18 06:49:32 ppp: [wan] IPCP: LayerUp Aug 18 06:49:32 ppp: [wan] IPCP: state change Ack-Sent --> Opened Aug 18 06:49:32 ppp: [wan] SECDNS 62.219.186.7 Aug 18 06:49:32 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 06:49:32 ppp: [wan] IPADDR 82.81.204.149 Aug 18 06:49:32 ppp: [wan] IPCP: rec'd Configure Ack #3 (Ack-Sent) Aug 18 06:49:32 ppp: [wan] SECDNS 62.219.186.7 Aug 18 06:49:32 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 06:49:32 ppp: [wan] IPADDR 82.81.204.149 Aug 18 06:49:32 ppp: [wan] IPCP: SendConfigReq #3 Aug 18 06:49:32 ppp: [wan] SECDNS 62.219.186.7 Aug 18 06:49:32 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 06:49:32 ppp: [wan] 82.81.204.149 is OK Aug 18 06:49:32 ppp: [wan] IPADDR 82.81.204.149 Aug 18 06:49:32 ppp: [wan] IPCP: rec'd Configure Nak #2 (Ack-Sent) Aug 18 06:49:32 ppp: [wan] SECDNS 0.0.0.0 Aug 18 06:49:32 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 06:49:32 ppp: [wan] IPADDR 0.0.0.0 Aug 18 06:49:32 ppp: [wan] IPCP: SendConfigReq #2 Aug 18 06:49:32 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 06:49:32 ppp: [wan] IPCP: rec'd Configure Reject #1 (Ack-Sent) Aug 18 06:49:32 ppp: [wan] IPCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:32 ppp: [wan] IPADDR 82.81.204.1 Aug 18 06:49:32 ppp: [wan] IPCP: SendConfigAck #151 Aug 18 06:49:32 ppp: [wan] 82.81.204.1 is OK Aug 18 06:49:32 ppp: [wan] IPADDR 82.81.204.1 Aug 18 06:49:32 ppp: [wan] IPCP: rec'd Configure Request #151 (Req-Sent) Aug 18 06:49:32 ppp: [wan] SECDNS 0.0.0.0 Aug 18 06:49:32 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 06:49:32 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 06:49:32 ppp: [wan] IPADDR 0.0.0.0 Aug 18 06:49:32 ppp: [wan] IPCP: SendConfigReq #1 Aug 18 06:49:32 ppp: [wan] IPCP: state change Starting --> Req-Sent Aug 18 06:49:32 ppp: [wan] IPCP: Up event Aug 18 06:49:32 ppp: [wan] IPCP: LayerStart Aug 18 06:49:32 ppp: [wan] IPCP: state change Initial --> Starting Aug 18 06:49:32 ppp: [wan] IPCP: Open event Aug 18 06:49:32 ppp: [wan] Bundle: Status update: up 1 link, total bandwidth 64000 bps Aug 18 06:49:32 ppp: [wan_link0] Link: Join bundle "wan" Aug 18 06:49:32 ppp: [wan_link0] Link: Matched action 'bundle "wan" ""' Aug 18 06:49:32 ppp: [wan_link0] LCP: authorization successful Aug 18 06:49:32 ppp: [wan_link0] PAP: rec'd ACK #1 len: 5 Aug 18 06:49:31 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:31 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:31 ppp: [wan_link0] PAP: using authname "Micky Aug 18 06:49:31 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:31 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:31 ppp: [wan_link0] MAGICNUM 226f0030 Aug 18 06:49:31 ppp: [wan_link0] MRU 1500 Aug 18 06:49:31 ppp: [wan_link0] LCP: rec'd Configure Ack #37 (Ack-Sent) Aug 18 06:49:31 ppp: [wan_link0] MAGICNUM 226f0030 Aug 18 06:49:31 ppp: [wan_link0] MRU 1500 Aug 18 06:49:31 ppp: [wan_link0] LCP: SendConfigReq #37 Aug 18 06:49:31 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:31 ppp: [wan_link0] ACFCOMP Aug 18 06:49:31 ppp: [wan_link0] LCP: rec'd Configure Reject #36 (Ack-Sent) Aug 18 06:49:31 ppp: [wan_link0] MAGICNUM 226f0030 Aug 18 06:49:31 ppp: [wan_link0] MRU 1500 Aug 18 06:49:31 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:31 ppp: [wan_link0] ACFCOMP Aug 18 06:49:31 ppp: [wan_link0] LCP: SendConfigReq #36 Aug 18 06:49:29 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:29 ppp: [wan_link0] MAGICNUM 6c5c3d2e Aug 18 06:49:29 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:29 ppp: [wan_link0] MRU 1500 Aug 18 06:49:29 ppp: [wan_link0] LCP: SendConfigAck #38 Aug 18 06:49:29 ppp: [wan_link0] MAGICNUM 6c5c3d2e Aug 18 06:49:29 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:29 ppp: [wan_link0] MRU 1500 Aug 18 06:49:29 ppp: [wan_link0] LCP: rec'd Configure Request #38 (Req-Sent) Aug 18 06:49:29 ppp: [wan_link0] MAGICNUM 226f0030 Aug 18 06:49:29 ppp: [wan_link0] MRU 1500 Aug 18 06:49:29 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:29 ppp: [wan_link0] ACFCOMP Aug 18 06:49:29 ppp: [wan_link0] LCP: SendConfigReq #35 Aug 18 06:49:29 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:29 ppp: [wan_link0] LCP: Up event Aug 18 06:49:29 ppp: [wan_link0] Link: UP event Aug 18 06:49:29 ppp: [wan_link0] L2TP: Call #3080007 connected Aug 18 06:49:29 ppp: [wan_link0] L2TP: Incoming call #3080007 via control connection 0x287d0d08 initiated Aug 18 06:49:29 ppp: [wan_link0] Link: reconnection attempt 7 Aug 18 06:49:25 ppp: [wan_link0] Link: reconnection attempt 7 in 4 seconds Aug 18 06:49:25 ppp: [wan_link0] LCP: LayerStart Aug 18 06:49:25 ppp: [wan_link0] LCP: state change Stopped --> Starting Aug 18 06:49:25 ppp: [wan_link0] LCP: Down event Aug 18 06:49:25 ppp: [wan_link0] Link: DOWN event Aug 18 06:49:25 ppp: [wan_link0] L2TP: Call #3080006 terminated locally Aug 18 06:49:25 ppp: [wan_link0] LCP: LayerFinish Aug 18 06:49:25 ppp: [wan_link0] LCP: state change Stopping --> Stopped Aug 18 06:49:25 ppp: [wan_link0] LCP: rec'd Terminate Ack #33 (Stopping) Aug 18 06:49:25 ppp: [wan_link0] LCP: SendTerminateAck #34 Aug 18 06:49:25 ppp: [wan_link0] LCP: rec'd Terminate Request #255 (Stopping) Aug 18 06:49:25 ppp: [wan_link0] LCP: LayerDown Aug 18 06:49:25 ppp: [wan_link0] LCP: SendTerminateReq #33 Aug 18 06:49:25 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:49:25 ppp: [wan_link0] LCP: parameter negotiation failed Aug 18 06:49:25 ppp: [wan_link0] LCP: authorization failed Aug 18 06:49:25 ppp: [wan_link0] MESG: Simultaneous-Use of 1 exceeded Aug 18 06:49:25 ppp: [wan_link0] PAP: rec'd NAK #1 len: 35 Aug 18 06:49:25 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:25 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:25 ppp: [wan_link0] PAP: using authname "micky" Aug 18 06:49:25 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:25 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:25 ppp: [wan_link0] MAGICNUM 21995eb0 Aug 18 06:49:25 ppp: [wan_link0] MRU 1500 Aug 18 06:49:25 ppp: [wan_link0] LCP: rec'd Configure Ack #32 (Ack-Sent) Aug 18 06:49:25 ppp: [wan_link0] MAGICNUM 21995eb0 Aug 18 06:49:25 ppp: [wan_link0] MRU 1500 Aug 18 06:49:25 ppp: [wan_link0] LCP: SendConfigReq #32 Aug 18 06:49:25 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:25 ppp: [wan_link0] ACFCOMP Aug 18 06:49:25 ppp: [wan_link0] LCP: rec'd Configure Reject #31 (Ack-Sent) Aug 18 06:49:25 ppp: [wan_link0] MAGICNUM 21995eb0 Aug 18 06:49:25 ppp: [wan_link0] MRU 1500 Aug 18 06:49:25 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:25 ppp: [wan_link0] ACFCOMP Aug 18 06:49:25 ppp: [wan_link0] LCP: SendConfigReq #31 Aug 18 06:49:23 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:23 ppp: [wan_link0] MAGICNUM 17afade7 Aug 18 06:49:23 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:23 ppp: [wan_link0] MRU 1500 Aug 18 06:49:23 ppp: [wan_link0] LCP: SendConfigAck #254 Aug 18 06:49:23 ppp: [wan_link0] MAGICNUM 17afade7 Aug 18 06:49:23 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:23 ppp: [wan_link0] MRU 1500 Aug 18 06:49:23 ppp: [wan_link0] LCP: rec'd Configure Request #254 (Req-Sent) Aug 18 06:49:23 ppp: [wan_link0] MAGICNUM 21995eb0 Aug 18 06:49:23 ppp: [wan_link0] MRU 1500 Aug 18 06:49:23 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:23 ppp: [wan_link0] ACFCOMP Aug 18 06:49:23 ppp: [wan_link0] LCP: SendConfigReq #30 Aug 18 06:49:23 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:23 ppp: [wan_link0] LCP: Up event Aug 18 06:49:23 ppp: [wan_link0] Link: UP event Aug 18 06:49:23 ppp: [wan_link0] L2TP: Call #3080006 connected Aug 18 06:49:23 ppp: [wan_link0] L2TP: Incoming call #3080006 via control connection 0x287d0d08 initiated Aug 18 06:49:23 ppp: [wan_link0] Link: reconnection attempt 6 Aug 18 06:49:22 ppp: [wan_link0] Link: reconnection attempt 6 in 1 seconds Aug 18 06:49:22 ppp: [wan_link0] LCP: LayerStart Aug 18 06:49:22 ppp: [wan_link0] LCP: state change Stopped --> Starting Aug 18 06:49:22 ppp: [wan_link0] LCP: Down event Aug 18 06:49:22 ppp: [wan_link0] Link: DOWN event Aug 18 06:49:22 ppp: [wan_link0] L2TP: Call #3080005 terminated locally Aug 18 06:49:22 ppp: [wan_link0] LCP: LayerFinish Aug 18 06:49:22 ppp: [wan_link0] LCP: state change Stopping --> Stopped Aug 18 06:49:22 ppp: [wan_link0] LCP: rec'd Terminate Ack #28 (Stopping) Aug 18 06:49:22 ppp: [wan_link0] LCP: SendTerminateAck #29 Aug 18 06:49:22 ppp: [wan_link0] LCP: rec'd Terminate Request #171 (Stopping) Aug 18 06:49:22 ppp: [wan_link0] LCP: LayerDown Aug 18 06:49:22 ppp: [wan_link0] LCP: SendTerminateReq #28 Aug 18 06:49:22 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:49:22 ppp: [wan_link0] LCP: parameter negotiation failed Aug 18 06:49:22 ppp: [wan_link0] LCP: authorization failed Aug 18 06:49:22 ppp: [wan_link0] MESG: Simultaneous-Use of 1 exceeded Aug 18 06:49:22 ppp: [wan_link0] PAP: rec'd NAK #1 len: 35 Aug 18 06:49:22 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:22 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:22 ppp: [wan_link0] PAP: using authname "micky" Aug 18 06:49:22 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:22 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:22 ppp: [wan_link0] MAGICNUM 470d08a0 Aug 18 06:49:22 ppp: [wan_link0] MRU 1500 Aug 18 06:49:22 ppp: [wan_link0] LCP: rec'd Configure Ack #27 (Ack-Sent) Aug 18 06:49:22 ppp: [wan_link0] MAGICNUM 470d08a0 Aug 18 06:49:22 ppp: [wan_link0] MRU 1500 Aug 18 06:49:22 ppp: [wan_link0] LCP: SendConfigReq #27 Aug 18 06:49:22 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:22 ppp: [wan_link0] ACFCOMP Aug 18 06:49:22 ppp: [wan_link0] LCP: rec'd Configure Reject #26 (Ack-Sent) Aug 18 06:49:22 ppp: [wan_link0] MAGICNUM 470d08a0 Aug 18 06:49:22 ppp: [wan_link0] MRU 1500 Aug 18 06:49:22 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:22 ppp: [wan_link0] ACFCOMP Aug 18 06:49:22 ppp: [wan_link0] LCP: SendConfigReq #26 Aug 18 06:49:20 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:20 ppp: [wan_link0] MAGICNUM 596f6ffb Aug 18 06:49:20 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:20 ppp: [wan_link0] MRU 1500 Aug 18 06:49:20 ppp: [wan_link0] LCP: SendConfigAck #170 Aug 18 06:49:20 ppp: [wan_link0] MAGICNUM 596f6ffb Aug 18 06:49:20 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:20 ppp: [wan_link0] MRU 1500 Aug 18 06:49:20 ppp: [wan_link0] LCP: rec'd Configure Request #170 (Req-Sent) Aug 18 06:49:20 ppp: [wan_link0] MAGICNUM 470d08a0 Aug 18 06:49:20 ppp: [wan_link0] MRU 1500 Aug 18 06:49:20 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:20 ppp: [wan_link0] ACFCOMP Aug 18 06:49:20 ppp: [wan_link0] LCP: SendConfigReq #25 Aug 18 06:49:20 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:20 ppp: [wan_link0] LCP: Up event Aug 18 06:49:20 ppp: [wan_link0] Link: UP event Aug 18 06:49:20 ppp: [wan_link0] L2TP: Call #3080005 connected Aug 18 06:49:20 ppp: [wan_link0] L2TP: Incoming call #3080005 via control connection 0x287d0d08 initiated Aug 18 06:49:20 ppp: [wan_link0] Link: reconnection attempt 5 Aug 18 06:49:18 ppp: [wan_link0] Link: reconnection attempt 5 in 2 seconds Aug 18 06:49:18 ppp: [wan_link0] LCP: LayerStart Aug 18 06:49:18 ppp: [wan_link0] LCP: state change Stopped --> Starting Aug 18 06:49:18 ppp: [wan_link0] LCP: Down event Aug 18 06:49:18 ppp: [wan_link0] Link: DOWN event Aug 18 06:49:18 ppp: [wan_link0] L2TP: Call #3080004 terminated locally Aug 18 06:49:18 ppp: [wan_link0] LCP: LayerFinish Aug 18 06:49:18 ppp: [wan_link0] LCP: state change Stopping --> Stopped Aug 18 06:49:18 ppp: [wan_link0] LCP: rec'd Terminate Ack #23 (Stopping) Aug 18 06:49:18 ppp: [wan_link0] LCP: SendTerminateAck #24 Aug 18 06:49:18 ppp: [wan_link0] LCP: rec'd Terminate Request #6 (Stopping) Aug 18 06:49:18 ppp: [wan_link0] LCP: LayerDown Aug 18 06:49:18 ppp: [wan_link0] LCP: SendTerminateReq #23 Aug 18 06:49:18 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:49:18 ppp: [wan_link0] LCP: parameter negotiation failed Aug 18 06:49:18 ppp: [wan_link0] LCP: authorization failed Aug 18 06:49:18 ppp: [wan_link0] MESG: Simultaneous-Use of 1 exceeded Aug 18 06:49:18 ppp: [wan_link0] PAP: rec'd NAK #1 len: 35 Aug 18 06:49:17 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:17 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:17 ppp: [wan_link0] PAP: using authname "micky" Aug 18 06:49:17 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:17 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:17 ppp: [wan_link0] MAGICNUM d9da7a30 Aug 18 06:49:17 ppp: [wan_link0] MRU 1500 Aug 18 06:49:17 ppp: [wan_link0] LCP: rec'd Configure Ack #22 (Ack-Sent) Aug 18 06:49:17 ppp: [wan_link0] MAGICNUM d9da7a30 Aug 18 06:49:17 ppp: [wan_link0] MRU 1500 Aug 18 06:49:17 ppp: [wan_link0] LCP: SendConfigReq #22 Aug 18 06:49:17 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:17 ppp: [wan_link0] ACFCOMP Aug 18 06:49:17 ppp: [wan_link0] LCP: rec'd Configure Reject #21 (Ack-Sent) Aug 18 06:49:17 ppp: [wan_link0] MAGICNUM d9da7a30 Aug 18 06:49:17 ppp: [wan_link0] MRU 1500 Aug 18 06:49:17 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:17 ppp: [wan_link0] ACFCOMP Aug 18 06:49:17 ppp: [wan_link0] LCP: SendConfigReq #21 Aug 18 06:49:15 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:15 ppp: [wan_link0] MAGICNUM 07a90506 Aug 18 06:49:15 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:15 ppp: [wan_link0] MRU 1500 Aug 18 06:49:15 ppp: [wan_link0] LCP: SendConfigAck #5 Aug 18 06:49:15 ppp: [wan_link0] MAGICNUM 07a90506 Aug 18 06:49:15 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:15 ppp: [wan_link0] MRU 1500 Aug 18 06:49:15 ppp: [wan_link0] LCP: rec'd Configure Request #5 (Req-Sent) Aug 18 06:49:15 ppp: [wan_link0] MAGICNUM d9da7a30 Aug 18 06:49:15 ppp: [wan_link0] MRU 1500 Aug 18 06:49:15 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:15 ppp: [wan_link0] ACFCOMP Aug 18 06:49:15 ppp: [wan_link0] LCP: SendConfigReq #20 Aug 18 06:49:15 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:15 ppp: [wan_link0] LCP: Up event Aug 18 06:49:15 ppp: [wan_link0] Link: UP event Aug 18 06:49:15 ppp: [wan_link0] L2TP: Call #3080004 connected Aug 18 06:49:15 ppp: [wan_link0] L2TP: Incoming call #3080004 via control connection 0x287d0d08 initiated Aug 18 06:49:15 ppp: [wan_link0] Link: reconnection attempt 4 Aug 18 06:49:14 ppp: [wan_link0] Link: reconnection attempt 4 in 1 seconds Aug 18 06:49:14 ppp: [wan_link0] LCP: state change Stopping --> Starting Aug 18 06:49:14 ppp: [wan_link0] LCP: Down event Aug 18 06:49:14 ppp: [wan_link0] Link: DOWN event Aug 18 06:49:14 ppp: [wan_link0] L2TP: call #3080003 terminated: result=2 error=6 errmsg="Authentication failure" Aug 18 06:49:14 ppp: [wan_link0] LCP: SendTerminateAck #19 Aug 18 06:49:14 ppp: [wan_link0] LCP: rec'd Terminate Request #204 (Stopping) Aug 18 06:49:14 ppp: [wan_link0] LCP: LayerDown Aug 18 06:49:14 ppp: [wan_link0] LCP: SendTerminateReq #18 Aug 18 06:49:14 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:49:14 ppp: [wan_link0] LCP: parameter negotiation failed Aug 18 06:49:14 ppp: [wan_link0] LCP: authorization failed Aug 18 06:49:14 ppp: [wan_link0] MESG: Simultaneous-Use of 1 exceeded Aug 18 06:49:14 ppp: [wan_link0] PAP: rec'd NAK #1 len: 35 Aug 18 06:49:13 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:13 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:13 ppp: [wan_link0] PAP: using authname "micky" Aug 18 06:49:13 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:13 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:13 ppp: [wan_link0] MAGICNUM f35f9080 Aug 18 06:49:13 ppp: [wan_link0] MRU 1500 Aug 18 06:49:13 ppp: [wan_link0] LCP: rec'd Configure Ack #17 (Ack-Sent) Aug 18 06:49:13 ppp: [wan_link0] MAGICNUM f35f9080 Aug 18 06:49:13 ppp: [wan_link0] MRU 1500 Aug 18 06:49:13 ppp: [wan_link0] LCP: SendConfigReq #17 Aug 18 06:49:13 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:13 ppp: [wan_link0] ACFCOMP Aug 18 06:49:13 ppp: [wan_link0] LCP: rec'd Configure Reject #16 (Ack-Sent) Aug 18 06:49:13 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:13 ppp: [wan_link0] MAGICNUM 11307281 Aug 18 06:49:13 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:13 ppp: [wan_link0] MRU 1500 Aug 18 06:49:13 ppp: [wan_link0] LCP: SendConfigAck #203 Aug 18 06:49:13 ppp: [wan_link0] MAGICNUM 11307281 Aug 18 06:49:13 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:13 ppp: [wan_link0] MRU 1500 Aug 18 06:49:13 ppp: [wan_link0] LCP: rec'd Configure Request #203 (Req-Sent) Aug 18 06:49:13 ppp: [wan_link0] MAGICNUM f35f9080 Aug 18 06:49:13 ppp: [wan_link0] MRU 1500 Aug 18 06:49:13 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:13 ppp: [wan_link0] ACFCOMP Aug 18 06:49:13 ppp: [wan_link0] LCP: SendConfigReq #16 Aug 18 06:49:13 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:13 ppp: [wan_link0] LCP: Up event Aug 18 06:49:13 ppp: [wan_link0] Link: UP event Aug 18 06:49:13 ppp: [wan_link0] L2TP: Call #3080003 connected Aug 18 06:49:13 ppp: [wan_link0] L2TP: Incoming call #3080003 via control connection 0x287d0d08 initiated Aug 18 06:49:13 ppp: [wan_link0] Link: reconnection attempt 3 Aug 18 06:49:10 ppp: [wan_link0] Link: reconnection attempt 3 in 3 seconds Aug 18 06:49:10 ppp: [wan_link0] LCP: LayerStart Aug 18 06:49:10 ppp: [wan_link0] LCP: state change Stopped --> Starting Aug 18 06:49:10 ppp: [wan_link0] LCP: Down event Aug 18 06:49:10 ppp: [wan_link0] Link: DOWN event Aug 18 06:49:10 ppp: [wan_link0] L2TP: Call #3080002 terminated locally Aug 18 06:49:10 ppp: [wan_link0] LCP: LayerFinish Aug 18 06:49:10 ppp: [wan_link0] LCP: state change Stopping --> Stopped Aug 18 06:49:10 ppp: [wan_link0] LCP: rec'd Terminate Ack #14 (Stopping) Aug 18 06:49:10 ppp: [wan_link0] LCP: SendTerminateAck #15 Aug 18 06:49:10 ppp: [wan_link0] LCP: rec'd Terminate Request #235 (Stopping) Aug 18 06:49:10 ppp: [wan_link0] LCP: LayerDown Aug 18 06:49:10 ppp: [wan_link0] LCP: SendTerminateReq #14 Aug 18 06:49:10 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:49:10 ppp: [wan_link0] LCP: parameter negotiation failed Aug 18 06:49:10 ppp: [wan_link0] LCP: authorization failed Aug 18 06:49:10 ppp: [wan_link0] MESG: Simultaneous-Use of 1 exceeded Aug 18 06:49:10 ppp: [wan_link0] PAP: rec'd NAK #1 len: 35 Aug 18 06:49:10 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:10 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:10 ppp: [wan_link0] PAP: using authname "micky" Aug 18 06:49:10 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:10 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:10 ppp: [wan_link0] MAGICNUM a72bffa0 Aug 18 06:49:10 ppp: [wan_link0] MRU 1500 Aug 18 06:49:10 ppp: [wan_link0] LCP: rec'd Configure Ack #13 (Ack-Sent) Aug 18 06:49:10 ppp: [wan_link0] MAGICNUM a72bffa0 Aug 18 06:49:10 ppp: [wan_link0] MRU 1500 Aug 18 06:49:10 ppp: [wan_link0] LCP: SendConfigReq #13 Aug 18 06:49:10 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:10 ppp: [wan_link0] ACFCOMP Aug 18 06:49:10 ppp: [wan_link0] LCP: rec'd Configure Reject #12 (Ack-Sent) Aug 18 06:49:10 ppp: [wan_link0] MAGICNUM a72bffa0 Aug 18 06:49:10 ppp: [wan_link0] MRU 1500 Aug 18 06:49:10 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:10 ppp: [wan_link0] ACFCOMP Aug 18 06:49:10 ppp: [wan_link0] LCP: SendConfigReq #12 Aug 18 06:49:08 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:08 ppp: [wan_link0] MAGICNUM 11907054 Aug 18 06:49:08 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:08 ppp: [wan_link0] MRU 1500 Aug 18 06:49:08 ppp: [wan_link0] LCP: SendConfigAck #234 Aug 18 06:49:08 ppp: [wan_link0] MAGICNUM 11907054 Aug 18 06:49:08 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:08 ppp: [wan_link0] MRU 1500 Aug 18 06:49:08 ppp: [wan_link0] LCP: rec'd Configure Request #234 (Req-Sent) Aug 18 06:49:08 ppp: [wan_link0] MAGICNUM a72bffa0 Aug 18 06:49:08 ppp: [wan_link0] MRU 1500 Aug 18 06:49:08 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:08 ppp: [wan_link0] ACFCOMP Aug 18 06:49:08 ppp: [wan_link0] LCP: SendConfigReq #11 Aug 18 06:49:08 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:08 ppp: [wan_link0] LCP: Up event Aug 18 06:49:08 ppp: [wan_link0] Link: UP event Aug 18 06:49:08 ppp: [wan_link0] L2TP: Call #3080002 connected Aug 18 06:49:08 ppp: [wan_link0] L2TP: Incoming call #3080002 via control connection 0x287d0d08 initiated Aug 18 06:49:08 ppp: [wan_link0] Link: reconnection attempt 2 Aug 18 06:49:06 ppp: [wan_link0] Link: reconnection attempt 2 in 2 seconds Aug 18 06:49:06 ppp: [wan_link0] LCP: LayerStart Aug 18 06:49:06 ppp: [wan_link0] LCP: state change Stopped --> Starting Aug 18 06:49:06 ppp: [wan_link0] LCP: Down event Aug 18 06:49:06 ppp: [wan_link0] Link: DOWN event Aug 18 06:49:06 ppp: [wan_link0] L2TP: Call #3080001 terminated locally Aug 18 06:49:06 ppp: [wan_link0] LCP: LayerFinish Aug 18 06:49:06 ppp: [wan_link0] LCP: state change Stopping --> Stopped Aug 18 06:49:06 ppp: [wan_link0] LCP: rec'd Terminate Ack #9 (Stopping) Aug 18 06:49:06 ppp: [wan_link0] LCP: SendTerminateAck #10 Aug 18 06:49:06 ppp: [wan_link0] LCP: rec'd Terminate Request #119 (Stopping) Aug 18 06:49:06 ppp: [wan_link0] LCP: LayerDown Aug 18 06:49:06 ppp: [wan_link0] LCP: SendTerminateReq #9 Aug 18 06:49:06 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:49:06 ppp: [wan_link0] LCP: parameter negotiation failed Aug 18 06:49:06 ppp: [wan_link0] LCP: authorization failed Aug 18 06:49:06 ppp: [wan_link0] MESG: Simultaneous-Use of 1 exceeded Aug 18 06:49:06 ppp: [wan_link0] PAP: rec'd NAK #1 len: 35 Aug 18 06:49:05 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:05 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:05 ppp: [wan_link0] PAP: using authname "micky" Aug 18 06:49:05 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:05 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:05 ppp: [wan_link0] MAGICNUM 78aa03b0 Aug 18 06:49:05 ppp: [wan_link0] MRU 1500 Aug 18 06:49:05 ppp: [wan_link0] LCP: rec'd Configure Ack #8 (Ack-Sent) Aug 18 06:49:05 ppp: [wan_link0] MAGICNUM 78aa03b0 Aug 18 06:49:05 ppp: [wan_link0] MRU 1500 Aug 18 06:49:05 ppp: [wan_link0] LCP: SendConfigReq #8 Aug 18 06:49:05 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:05 ppp: [wan_link0] ACFCOMP Aug 18 06:49:05 ppp: [wan_link0] LCP: rec'd Configure Reject #7 (Ack-Sent) Aug 18 06:49:05 ppp: [wan_link0] MAGICNUM 78aa03b0 Aug 18 06:49:05 ppp: [wan_link0] MRU 1500 Aug 18 06:49:05 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:05 ppp: [wan_link0] ACFCOMP Aug 18 06:49:05 ppp: [wan_link0] LCP: SendConfigReq #7 Aug 18 06:49:03 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:03 ppp: [wan_link0] MAGICNUM 3907dcce Aug 18 06:49:03 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:03 ppp: [wan_link0] MRU 1500 Aug 18 06:49:03 ppp: [wan_link0] LCP: SendConfigAck #118 Aug 18 06:49:03 ppp: [wan_link0] MAGICNUM 3907dcce Aug 18 06:49:03 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:03 ppp: [wan_link0] MRU 1500 Aug 18 06:49:03 ppp: [wan_link0] LCP: rec'd Configure Request #118 (Req-Sent) Aug 18 06:49:03 ppp: [wan_link0] MAGICNUM 78aa03b0 Aug 18 06:49:03 ppp: [wan_link0] MRU 1500 Aug 18 06:49:03 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:03 ppp: [wan_link0] ACFCOMP Aug 18 06:49:03 ppp: [wan_link0] LCP: SendConfigReq #6 Aug 18 06:49:03 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:03 ppp: [wan_link0] LCP: Up event Aug 18 06:49:03 ppp: [wan_link0] Link: UP event Aug 18 06:49:03 ppp: [wan_link0] L2TP: Call #3080001 connected Aug 18 06:49:03 ppp: [wan_link0] L2TP: Incoming call #3080001 via control connection 0x287d0d08 initiated Aug 18 06:49:03 ppp: [wan_link0] Link: reconnection attempt 1 Aug 18 06:49:02 ppp: [wan_link0] Link: reconnection attempt 1 in 1 seconds Aug 18 06:49:02 ppp: [wan_link0] LCP: LayerStart Aug 18 06:49:02 ppp: [wan_link0] LCP: state change Stopped --> Starting Aug 18 06:49:02 ppp: [wan_link0] LCP: Down event Aug 18 06:49:02 ppp: [wan_link0] Link: DOWN event Aug 18 06:49:02 ppp: [wan_link0] L2TP: Call #3080000 terminated locally Aug 18 06:49:02 ppp: [wan_link0] LCP: LayerFinish Aug 18 06:49:02 ppp: [wan_link0] LCP: state change Stopping --> Stopped Aug 18 06:49:02 ppp: [wan_link0] LCP: rec'd Terminate Ack #4 (Stopping) Aug 18 06:49:02 ppp: [wan_link0] LCP: SendTerminateAck #5 Aug 18 06:49:02 ppp: [wan_link0] LCP: rec'd Terminate Request #241 (Stopping) Aug 18 06:49:02 ppp: [wan_link0] LCP: LayerDown Aug 18 06:49:02 ppp: [wan_link0] LCP: SendTerminateReq #4 Aug 18 06:49:02 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 06:49:02 ppp: [wan_link0] LCP: parameter negotiation failed Aug 18 06:49:02 ppp: [wan_link0] LCP: authorization failed Aug 18 06:49:02 ppp: [wan_link0] MESG: Simultaneous-Use of 1 exceeded Aug 18 06:49:02 ppp: [wan_link0] PAP: rec'd NAK #1 len: 35 Aug 18 06:49:02 ppp: [wan_link0] LCP: LayerUp Aug 18 06:49:02 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 06:49:02 ppp: [wan_link0] PAP: using authname "micky" Aug 18 06:49:02 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 06:49:02 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 06:49:02 ppp: [wan_link0] MAGICNUM 3bf4cfd0 Aug 18 06:49:02 ppp: [wan_link0] MRU 1500 Aug 18 06:49:02 ppp: [wan_link0] LCP: rec'd Configure Ack #3 (Ack-Sent) Aug 18 06:49:02 ppp: [wan_link0] MAGICNUM 3bf4cfd0 Aug 18 06:49:02 ppp: [wan_link0] MRU 1500 Aug 18 06:49:02 ppp: [wan_link0] LCP: SendConfigReq #3 Aug 18 06:49:02 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:02 ppp: [wan_link0] ACFCOMP Aug 18 06:49:02 ppp: [wan_link0] LCP: rec'd Configure Reject #2 (Ack-Sent) Aug 18 06:49:02 ppp: [wan_link0] MAGICNUM 3bf4cfd0 Aug 18 06:49:02 ppp: [wan_link0] MRU 1500 Aug 18 06:49:02 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:02 ppp: [wan_link0] ACFCOMP Aug 18 06:49:02 ppp: [wan_link0] LCP: SendConfigReq #2 Aug 18 06:49:00 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 06:49:00 ppp: [wan_link0] MAGICNUM 6430a510 Aug 18 06:49:00 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:00 ppp: [wan_link0] MRU 1500 Aug 18 06:49:00 ppp: [wan_link0] LCP: SendConfigAck #240 Aug 18 06:49:00 ppp: [wan_link0] MAGICNUM 6430a510 Aug 18 06:49:00 ppp: [wan_link0] AUTHPROTO PAP Aug 18 06:49:00 ppp: [wan_link0] MRU 1500 Aug 18 06:49:00 ppp: [wan_link0] LCP: rec'd Configure Request #240 (Req-Sent) Aug 18 06:49:00 ppp: [wan_link0] MAGICNUM 3bf4cfd0 Aug 18 06:49:00 ppp: [wan_link0] MRU 1500 Aug 18 06:49:00 ppp: [wan_link0] PROTOCOMP Aug 18 06:49:00 ppp: [wan_link0] ACFCOMP Aug 18 06:49:00 ppp: [wan_link0] LCP: SendConfigReq #1 Aug 18 06:49:00 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 06:49:00 ppp: [wan_link0] LCP: Up event Aug 18 06:49:00 ppp: [wan_link0] Link: UP event Aug 18 06:49:00 ppp: [wan_link0] L2TP: Call #3080000 connected Aug 18 06:49:00 ppp: [wan_link0] L2TP: Incoming call #3080000 via control connection 0x287d0d08 initiated Aug 18 06:49:00 ppp: L2TP: Control connection 0x287d0d08 172.28.142.143 27775 <-> 212.25.127.14 1701 connected Aug 18 06:48:59 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 06:48:59 ppp: [wan_link0] LCP: LayerStart Aug 18 06:48:59 ppp: [wan_link0] LCP: state change Initial --> Starting Aug 18 06:48:59 ppp: [wan_link0] LCP: Open event Aug 18 06:48:59 ppp: [wan_link0] Link: OPEN event Aug 18 06:48:59 ppp: option "windowing" unknown Aug 18 06:48:59 ppp: [wan] Bundle: Interface ng0 created Aug 18 06:48:59 ppp: web: web is not running Aug 18 06:48:59 ppp: process 48080 started, version 5.5 (root@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org 17:45 2-Jul-2010) Aug 18 06:48:59 ppp: Aug 18 06:48:59 ppp: Multi-link PPP daemon for FreeBSD
System Log:
Aug 18 06:55:44 check_reload_status: reloading filter Aug 18 06:55:39 php: : rc.newwanip: on (IP address: 82.81.204.149) (interface: wan) (real interface: l2tp0). Aug 18 06:55:39 php: : rc.newwanip: Informational is starting l2tp0. Aug 18 06:55:38 check_reload_status: rc.newwanip starting Aug 18 06:55:37 apinger: Starting Alarm Pinger, apinger(6591) Aug 18 06:55:37 apinger: Exiting on signal 15. Aug 18 06:55:37 php: /system_gateways.php: ROUTING: change default route to 82.81.204.1 Aug 18 06:55:34 check_reload_status: syncing firewall Aug 18 06:55:29 kernel: ng0: changing name to 'l2tp0' Aug 18 06:55:26 dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 18 06:55:26 dhcpd: All rights reserved. Aug 18 06:55:26 dhcpd: Copyright 2004-2008 Internet Systems Consortium. Aug 18 06:55:26 dhcpd: Internet Systems Consortium DHCP Server V3.0.7 Aug 18 06:49:51 check_reload_status: reloading filter Aug 18 06:49:51 check_reload_status: updating dyndns Aug 18 06:49:44 dnsmasq[53626]: using nameserver 192.168.101.101#53 Aug 18 06:49:44 dnsmasq[53626]: using nameserver 192.168.101.102#53 Aug 18 06:49:44 dnsmasq[53626]: using nameserver 192.117.235.235#53 Aug 18 06:49:44 dnsmasq[53626]: using nameserver 62.219.186.7#53 Aug 18 06:49:44 dnsmasq[53626]: reading /etc/resolv.conf Aug 18 06:49:41 php: : rc.newwanip: on (IP address: 82.81.204.149) (interface: wan) (real interface: l2tp0). Aug 18 06:49:41 php: : rc.newwanip: Informational is starting l2tp0. Aug 18 06:49:41 check_reload_status: rc.newwanip starting Aug 18 06:49:01 check_reload_status: syncing firewall Aug 18 06:48:59 kernel: ng0: changing name to 'l2tp0' Aug 18 06:48:30 check_reload_status: reloading filter Aug 18 06:48:30 check_reload_status: updating dyndns Aug 18 06:48:30 check_reload_status: syncing firewall Aug 18 06:48:29 php: /interfaces.php: Creating rrd update script Aug 18 06:48:29 apinger: Starting Alarm Pinger, apinger(58596) Aug 18 06:48:28 dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 18 06:48:28 dhcpd: All rights reserved. Aug 18 06:48:28 dhcpd: Copyright 2004-2008 Internet Systems Consortium. Aug 18 06:48:28 dhcpd: Internet Systems Consortium DHCP Server V3.0.7 Aug 18 06:48:27 dnsmasq[53626]: read /etc/hosts - 2 addresses Aug 18 06:48:27 dnsmasq[53626]: using nameserver 192.168.101.101#53 Aug 18 06:48:27 dnsmasq[53626]: using nameserver 192.168.101.102#53 Aug 18 06:48:27 dnsmasq[53626]: reading /etc/resolv.conf Aug 18 06:48:27 dnsmasq[53626]: compile time options: no-IPv6 GNU-getopt no-DBus I18N DHCP TFTP Aug 18 06:48:27 dnsmasq[53626]: started, version 2.55 cachesize 10000 Aug 18 06:48:26 dnsmasq[38544]: exiting on receipt of SIGTERM Aug 18 06:48:26 dnsmasq[38544]: using nameserver 192.168.101.101#53 Aug 18 06:48:26 dnsmasq[38544]: using nameserver 192.168.101.102#53 Aug 18 06:48:26 dnsmasq[38544]: reading /etc/resolv.conf Aug 18 06:48:25 php: : rc.newwanip: on (IP address: 172.28.142.143) (interface: opt1) (real interface: fxp0). Aug 18 06:48:25 php: : rc.newwanip: Informational is starting fxp0. Aug 18 06:48:25 check_reload_status: rc.newwanip starting Aug 18 06:48:24 dhclient[43602]: bound to 172.28.142.143 -- renewal in 302343 seconds. Aug 18 06:48:24 dhclient: Creating resolv.conf Aug 18 06:48:24 dhclient: /sbin/route add default 172.28.128.1 Aug 18 06:48:24 dhclient: Adding new routes to interface: fxp0 Aug 18 06:48:24 dhclient: New Routers (fxp0): 172.28.128.1 Aug 18 06:48:24 dhclient: New Broadcast Address (fxp0): 255.255.255.255 Aug 18 06:48:24 dhclient: New Subnet Mask (fxp0): 255.255.224.0 Aug 18 06:48:24 dhclient: New IP Address (fxp0): 172.28.142.143 Aug 18 06:48:24 dhclient: ifconfig fxp0 inet 172.28.142.143 netmask 255.255.224.0 broadcast 255.255.255.255 Aug 18 06:48:24 dhclient: Starting add_new_address() Aug 18 06:48:24 dhclient: REBOOT Aug 18 06:48:24 dhclient[43602]: DHCPACK from 10.254.192.1 Aug 18 06:48:24 dhclient[43602]: DHCPREQUEST on fxp0 to 255.255.255.255 port 67 Aug 18 06:48:24 dhclient: PREINIT Aug 18 06:48:15 php: /interfaces_assign.php: Creating rrd update script Aug 18 06:48:00 check_reload_status: syncing firewall Aug 18 06:47:38 syslogd: kernel boot file is /boot/kernel/kernel Aug 18 06:47:38 syslogd: exiting on signal 15 Aug 18 06:47:29 check_reload_status: syncing firewall Aug 18 06:47:20 check_reload_status: reloading filter Aug 18 06:47:15 php: /interfaces_assign.php: Creating rrd update script Aug 18 06:47:15 dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 18 06:47:15 dhcpd: All rights reserved. Aug 18 06:47:15 dhcpd: Copyright 2004-2008 Internet Systems Consortium. Aug 18 06:47:15 dhcpd: Internet Systems Consortium DHCP Server V3.0.7 Aug 18 06:47:14 dnsmasq[38544]: read /etc/hosts - 2 addresses Aug 18 06:47:14 dnsmasq[38544]: using nameserver 192.168.101.101#53 Aug 18 06:47:14 dnsmasq[38544]: using nameserver 192.168.101.102#53 Aug 18 06:47:14 dnsmasq[38544]: reading /etc/resolv.conf Aug 18 06:47:14 dnsmasq[38544]: compile time options: no-IPv6 GNU-getopt no-DBus I18N DHCP TFTP Aug 18 06:47:14 dnsmasq[38544]: started, version 2.55 cachesize 10000 Aug 18 06:47:13 dnsmasq[20819]: exiting on receipt of SIGTERM Aug 18 06:47:09 dhclient[36329]: exiting. Aug 18 06:47:09 dhclient[36329]: exiting. Aug 18 06:47:09 dhclient[36329]: connection closed Aug 18 06:47:09 dhclient[36329]: connection closed Aug 18 06:46:49 check_reload_status: updating dyndns Aug 18 06:46:49 check_reload_status: reloading filter Aug 18 06:46:40 dnsmasq[20819]: using nameserver 192.168.101.101#53 Aug 18 06:46:40 dnsmasq[20819]: using nameserver 192.168.101.102#53 Aug 18 06:46:40 dnsmasq[20819]: reading /etc/resolv.conf Aug 18 06:46:39 php: : rc.newwanip: on (IP address: 172.28.142.143) (interface: wan) (real interface: fxp0). Aug 18 06:46:39 php: : rc.newwanip: Informational is starting fxp0. Aug 18 06:46:39 check_reload_status: rc.newwanip starting Aug 18 06:46:32 dhclient[36245]: bound to 172.28.142.143 -- renewal in 302399 seconds. Aug 18 06:46:32 dhclient: Creating resolv.conf Aug 18 06:46:32 dhclient: /sbin/route add default 172.28.128.1 Aug 18 06:46:32 dhclient: Adding new routes to interface: fxp0 Aug 18 06:46:32 dhclient: New Routers (fxp0): 172.28.128.1 Aug 18 06:46:32 dhclient: New Broadcast Address (fxp0): 255.255.255.255 Aug 18 06:46:32 dhclient: New Subnet Mask (fxp0): 255.255.224.0 Aug 18 06:46:32 dhclient: New IP Address (fxp0): 172.28.142.143 Aug 18 06:46:32 dhclient: ifconfig fxp0 inet 172.28.142.143 netmask 255.255.224.0 broadcast 255.255.255.255 Aug 18 06:46:32 dhclient: Starting add_new_address() Aug 18 06:46:32 dhclient: BOUND Aug 18 06:46:32 dhclient[36245]: DHCPACK from 10.254.192.1 Aug 18 06:46:32 dhclient[36245]: DHCPREQUEST on fxp0 to 255.255.255.255 port 67 Aug 18 06:46:32 dhclient: ARPCHECK Aug 18 06:46:30 dhclient: ARPSEND Aug 18 06:46:30 dhclient[36245]: DHCPOFFER from 10.254.192.1 Aug 18 06:46:30 dhclient[36245]: DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 1 Aug 18 06:46:30 dhclient: PREINIT Aug 18 06:46:29 php: : HOTPLUG: Configuring interface wan Aug 18 06:46:29 php: : DEVD Ethernet attached event for wan Aug 18 06:46:29 kernel: fxp0: link state changed to UP Aug 18 06:46:29 check_reload_status: rc.linkup starting Aug 18 06:44:30 sshlockout[58065]: sshlockout v(null) starting up Aug 18 06:44:30 sshlockout[58065]: sshlockout v(null) starting up Aug 18 06:44:30 login: login on ttyv0 as root Aug 18 06:44:28 check_reload_status: updating dyndns Aug 18 06:44:28 check_reload_status: check_reload_status is starting. Aug 18 06:44:28 php: : Resyncing configuration for all packages. Aug 18 06:44:27 dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 18 06:44:27 dhcpd: All rights reserved. Aug 18 06:44:27 dhcpd: Copyright 2004-2008 Internet Systems Consortium. Aug 18 06:44:27 dhcpd: Internet Systems Consortium DHCP Server V3.0.7 Aug 18 06:44:27 php: : Creating rrd update script Aug 18 06:44:25 kernel: re0: link state changed to UP Aug 18 06:44:24 dnsmasq[20819]: read /etc/hosts - 2 addresses Aug 18 06:44:24 dnsmasq[20819]: no servers found in /etc/resolv.conf, will retry Aug 18 06:44:24 dnsmasq[20819]: no servers found in /etc/resolv.conf, will retry Aug 18 06:44:24 dnsmasq[20819]: compile time options: no-IPv6 GNU-getopt no-DBus I18N DHCP TFTP Aug 18 06:44:24 dnsmasq[20819]: started, version 2.55 cachesize 10000 Aug 18 06:44:23 apinger: No usable targets found, exiting Aug 18 06:44:23 apinger: Starting Alarm Pinger, apinger(13616) Aug 18 06:44:23 kernel: pflog0: promiscuous mode enabled Aug 18 06:44:22 kernel: Trying to mount root from ufs:/dev/ad4s1a Aug 18 06:44:22 kernel: uhub4: 8 ports with 8 removable, self powered Aug 18 06:44:22 kernel: Root mount waiting for: usbus4 Aug 18 06:44:22 kernel: SMP: AP CPU #2 Launched! Aug 18 06:44:22 kernel: lapic2: Forcing LINT1 to edge trigger Aug 18 06:44:22 kernel: SMP: AP CPU #3 Launched! Aug 18 06:44:22 kernel: lapic3: Forcing LINT1 to edge trigger Aug 18 06:44:22 kernel: SMP: AP CPU #1 Launched! Aug 18 06:44:22 kernel: lapic1: Forcing LINT1 to edge trigger Aug 18 06:44:22 kernel: acd0: DVDR <tsstcorp cddvdw="" sh-s223f="" sb03="">at ata3-master UDMA100 SATA Aug 18 06:44:22 kernel: uhub3: 2 ports with 2 removable, self powered Aug 18 06:44:22 kernel: uhub2: 2 ports with 2 removable, self powered Aug 18 06:44:22 kernel: uhub1: 2 ports with 2 removable, self powered Aug 18 06:44:22 kernel: uhub0: 2 ports with 2 removable, self powered Aug 18 06:44:22 kernel: uhub4: <intel 1="" 9="" ehci="" root="" hub,="" class="" 0,="" rev="" 2.00="" 1.00,="" addr="">on usbus4 Aug 18 06:44:22 kernel: ugen4.1: <intel>at usbus4 Aug 18 06:44:22 kernel: uhub3: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus3 Aug 18 06:44:22 kernel: ugen3.1: <intel>at usbus3 Aug 18 06:44:22 kernel: uhub2: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus2 Aug 18 06:44:22 kernel: ugen2.1: <intel>at usbus2 Aug 18 06:44:22 kernel: uhub1: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus1 Aug 18 06:44:22 kernel: ugen1.1: <intel>at usbus1 Aug 18 06:44:22 kernel: uhub0: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus0 Aug 18 06:44:22 kernel: ugen0.1: <intel>at usbus0 Aug 18 06:44:22 kernel: ad4: 76319MB <seagate st98823as="" 3.03="">at ata2-master UDMA100 SATA Aug 18 06:44:22 kernel: usbus4: 480Mbps High Speed USB v2.0 Aug 18 06:44:22 kernel: usbus3: 12Mbps Full Speed USB v1.0 Aug 18 06:44:22 kernel: usbus2: 12Mbps Full Speed USB v1.0 Aug 18 06:44:22 kernel: usbus1: 12Mbps Full Speed USB v1.0 Aug 18 06:44:22 kernel: usbus0: 12Mbps Full Speed USB v1.0 Aug 18 06:44:22 kernel: IPsec: Initialized Security Association Processing. Aug 18 06:44:22 kernel: Timecounters tick every 1.000 msec Aug 18 06:44:22 kernel: RTC BIOS diagnostic error 80 <clock_battery>Aug 18 06:44:22 kernel: p4tcc3: <cpu frequency="" thermal="" control="">on cpu3 Aug 18 06:44:22 kernel: p4tcc2: <cpu frequency="" thermal="" control="">on cpu2 Aug 18 06:44:22 kernel: p4tcc1: <cpu frequency="" thermal="" control="">on cpu1 Aug 18 06:44:22 kernel: p4tcc0: <cpu frequency="" thermal="" control="">on cpu0 Aug 18 06:44:22 kernel: ppc0: parallel port not found. Aug 18 06:44:22 kernel: ata1: [ITHREAD] Aug 18 06:44:22 kernel: ata1 at port 0x170-0x177,0x376 irq 15 on isa0 Aug 18 06:44:22 kernel: ata0: [ITHREAD] Aug 18 06:44:22 kernel: ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 Aug 18 06:44:22 kernel: vga0: <generic isa="" vga="">at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Aug 18 06:44:22 kernel: sc0: VGA <16 virtual consoles, flags=0x300> Aug 18 06:44:22 kernel: sc0: <system console="">at flags 0x100 on isa0 Aug 18 06:44:22 kernel: orm0: <isa option="" rom="">at iomem 0xce000-0xcf7ff pnpid ORM0000 on isa0 Aug 18 06:44:22 kernel: pmtimer0 on isa0 Aug 18 06:44:22 kernel: atkbd0: [ITHREAD] Aug 18 06:44:22 kernel: atkbd0: [GIANT-LOCKED] Aug 18 06:44:22 kernel: kbd0 at atkbd0 Aug 18 06:44:22 kernel: atkbd0: <at keyboard="">irq 1 on atkbdc0 Aug 18 06:44:22 kernel: atkbdc0: <keyboard controller="" (i8042)="">port 0x60,0x64 irq 1 on acpi0 Aug 18 06:44:22 kernel: atrtc0: <at realtime="" clock="">port 0x70-0x71,0x74-0x77 irq 8 on acpi0 Aug 18 06:44:22 kernel: pci0: <serial bus,="" smbus="">at device 31.3 (no driver attached) Aug 18 06:44:22 kernel: ata3: [ITHREAD] Aug 18 06:44:22 kernel: ata3: <ata 1="" channel="">on atapci0 Aug 18 06:44:22 kernel: ata2: [ITHREAD] Aug 18 06:44:22 kernel: ata2: <ata 0="" channel="">on atapci0 Aug 18 06:44:22 kernel: atapci0: [ITHREAD] Aug 18 06:44:22 kernel: atapci0: <intel ich7="" sata300="" controller="">port 0x30b8-0x30bf,0x30cc-0x30cf,0x30b0-0x30b7,0x30c8-0x30cb,0x30a0-0x30af mem 0xe0384000-0xe03843ff irq 19 at device 31.2 on pci0 Aug 18 06:44:22 kernel: isa0: <isa bus="">on isab0 Aug 18 06:44:22 kernel: isab0: <pci-isa bridge="">at device 31.0 on pci0 Aug 18 06:44:22 kernel: fxp0: [ITHREAD] Aug 18 06:44:22 kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 18 06:44:22 kernel: inphy0: <i82555 10="" 100="" media="" interface="">PHY 1 on miibus1 Aug 18 06:44:22 kernel: miibus1: <mii bus="">on fxp0 Aug 18 06:44:22 kernel: fxp0: <intel 100="" 82550="" pro="" ethernet="">port 0x1000-0x103f mem 0xe0120000-0xe0120fff,0xe0100000-0xe011ffff irq 21 at device 0.0 on pci5 Aug 18 06:44:22 kernel: pci5: <acpi pci="" bus="">on pcib5 Aug 18 06:44:22 kernel: pcib5: <acpi pci-pci="" bridge="">at device 30.0 on pci0 Aug 18 06:44:22 kernel: usbus4: <intel 82801gb="" r="" (ich7)="" usb="" 2.0="" controller="">on ehci0 Aug 18 06:44:22 kernel: usbus4: EHCI version 1.0 Aug 18 06:44:22 kernel: ehci0: [ITHREAD] Aug 18 06:44:22 kernel: ehci0: <intel 82801gb="" r="" (ich7)="" usb="" 2.0="" controller="">mem 0xe0384400-0xe03847ff irq 23 at device 29.7 on pci0 Aug 18 06:44:22 kernel: usbus3: <intel 82801g="" (ich7)="" usb="" controller="" usb-d="">on uhci3 Aug 18 06:44:22 kernel: uhci3: LegSup = 0x2f00 Aug 18 06:44:22 kernel: uhci3: [ITHREAD] Aug 18 06:44:22 kernel: uhci3: <intel 82801g="" (ich7)="" usb="" controller="" usb-d="">port 0x3020-0x303f irq 16 at device 29.3 on pci0 Aug 18 06:44:22 kernel: usbus2: <intel 82801g="" (ich7)="" usb="" controller="" usb-c="">on uhci2 Aug 18 06:44:22 kernel: uhci2: LegSup = 0x2f00 Aug 18 06:44:22 kernel: uhci2: [ITHREAD] Aug 18 06:44:22 kernel: uhci2: <intel 82801g="" (ich7)="" usb="" controller="" usb-c="">port 0x3040-0x305f irq 18 at device 29.2 on pci0 Aug 18 06:44:22 kernel: usbus1: <intel 82801g="" (ich7)="" usb="" controller="" usb-b="">on uhci1 Aug 18 06:44:22 kernel: uhci1: LegSup = 0x2f00 Aug 18 06:44:22 kernel: uhci1: [ITHREAD] Aug 18 06:44:22 kernel: uhci1: <intel 82801g="" (ich7)="" usb="" controller="" usb-b="">port 0x3060-0x307f irq 19 at device 29.1 on pci0 Aug 18 06:44:22 kernel: usbus0: <intel 82801g="" (ich7)="" usb="" controller="" usb-a="">on uhci0 Aug 18 06:44:22 kernel: uhci0: LegSup = 0x2f00 Aug 18 06:44:22 kernel: uhci0: [ITHREAD] Aug 18 06:44:22 kernel: uhci0: <intel 82801g="" (ich7)="" usb="" controller="" usb-a="">port 0x3080-0x309f irq 23 at device 29.0 on pci0 Aug 18 06:44:22 kernel: pci4: <acpi pci="" bus="">on pcib4 Aug 18 06:44:22 kernel: pcib4: <acpi pci-pci="" bridge="">at device 28.3 on pci0 Aug 18 06:44:22 kernel: pci3: <acpi pci="" bus="">on pcib3 Aug 18 06:44:22 kernel: pcib3: <acpi pci-pci="" bridge="">at device 28.2 on pci0 Aug 18 06:44:22 kernel: pci2: <acpi pci="" bus="">on pcib2 Aug 18 06:44:22 kernel: pcib2: <acpi pci-pci="" bridge="">at device 28.1 on pci0 Aug 18 06:44:22 kernel: re0: [FILTER] Aug 18 06:44:22 kernel: rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto Aug 18 06:44:22 kernel: rgephy0: <rtl8169s 8110s="" 8211b="" media="" interface="">PHY 1 on miibus0 Aug 18 06:44:22 kernel: miibus0: <mii bus="">on re0 Aug 18 06:44:22 kernel: re0: MAC rev. 0x00000000 Aug 18 06:44:22 kernel: re0: Chip rev. 0x28000000 Aug 18 06:44:22 kernel: re0: Using 1 MSI messages Aug 18 06:44:22 kernel: re0: <realtek 8111="" 8168="" b="" c="" cp="" d="" dp="" e="" pcie="" gigabit="" ethernet="">port 0x2000-0x20ff mem 0xe0004000-0xe0004fff,0xe0000000-0xe0003fff irq 16 at device 0.0 on pci1 Aug 18 06:44:22 kernel: pci1: <acpi pci="" bus="">on pcib1 Aug 18 06:44:22 kernel: pcib1: <acpi pci-pci="" bridge="">at device 28.0 on pci0 Aug 18 06:44:22 kernel: pci0: <multimedia, hda="">at device 27.0 (no driver attached) Aug 18 06:44:22 kernel: agp0: aperture size is 256M Aug 18 06:44:22 kernel: agp0: detected 8188k stolen memory Aug 18 06:44:22 kernel: agp0: <intel pineview="" svga="" controller="">on vgapci0 Aug 18 06:44:22 kernel: vgapci0: <vga-compatible display="">port 0x30c0-0x30c7 mem 0xe0300000-0xe037ffff,0xd0000000-0xdfffffff,0xe0200000-0xe02fffff irq 16 at device 2.0 on pci0 Aug 18 06:44:22 kernel: pci0: <acpi pci="" bus="">on pcib0 Aug 18 06:44:22 kernel: pcib0: <acpi host-pci="" bridge="">port 0xcf8-0xcff on acpi0 Aug 18 06:44:22 kernel: acpi_button0: <sleep button="">on acpi0 Aug 18 06:44:22 kernel: Timecounter "HPET" frequency 14318180 Hz quality 900 Aug 18 06:44:22 kernel: acpi_hpet0: <high precision="" event="" timer="">iomem 0xfed00000-0xfed003ff on acpi0 Aug 18 06:44:22 kernel: cpu3: <acpi cpu="">on acpi0 Aug 18 06:44:22 kernel: cpu2: <acpi cpu="">on acpi0 Aug 18 06:44:22 kernel: cpu1: <acpi cpu="">on acpi0 Aug 18 06:44:22 kernel: cpu0: <acpi cpu="">on acpi0 Aug 18 06:44:22 kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Aug 18 06:44:22 kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Aug 18 06:44:22 kernel: acpi0: Power Button (fixed) Aug 18 06:44:22 kernel: acpi0: [ITHREAD] Aug 18 06:44:22 kernel: acpi0: <intel mopnv10j="">on motherboard Aug 18 06:44:22 kernel: padlock0: No ACE support. Aug 18 06:44:22 kernel: cryptosoft0: <software crypto="">on motherboard Aug 18 06:44:22 kernel: kbd1 at kbdmux0 Aug 18 06:44:22 kernel: module_register_init: MOD_LOAD (wpi_fw, 0xc08ff270, 0) error 1 Aug 18 06:44:22 kernel: wpi: If you agree with the license, set legal.intel_wpi.license_ack=1 in /boot/loader.conf. Aug 18 06:44:22 kernel: wpi: You need to read the LICENSE file in /usr/share/doc/legal/intel_wpi/. Aug 18 06:44:22 kernel: wlan: mac acl policy registered Aug 18 06:44:22 kernel: module_register_init: MOD_LOAD (ipw_monitor_fw, 0xc072c260, 0) error 1 Aug 18 06:44:22 kernel: ipw_monitor: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Aug 18 06:44:22 kernel: ipw_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/. Aug 18 06:44:22 kernel: module_register_init: MOD_LOAD (ipw_ibss_fw, 0xc072c1a0, 0) error 1 Aug 18 06:44:22 kernel: ipw_ibss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Aug 18 06:44:22 kernel: ipw_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/. Aug 18 06:44:22 kernel: module_register_init: MOD_LOAD (ipw_bss_fw, 0xc072c0e0, 0) error 1 Aug 18 06:44:22 kernel: ipw_bss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Aug 18 06:44:22 kernel: ipw_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/. Aug 18 06:44:22 kernel: lapic0: Forcing LINT1 to edge trigger Aug 18 06:44:22 kernel: ioapic0 <version 2.0="">irqs 0-23 on motherboard Aug 18 06:44:22 kernel: ioapic0: Changing APIC ID to 8 Aug 18 06:44:22 kernel: cpu3 (AP/HT): APIC ID: 3 Aug 18 06:44:22 kernel: cpu2 (AP): APIC ID: 2 Aug 18 06:44:22 kernel: cpu1 (AP/HT): APIC ID: 1 Aug 18 06:44:22 kernel: cpu0 (BSP): APIC ID: 0 Aug 18 06:44:22 kernel: FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 HTT threads Aug 18 06:44:22 kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Aug 18 06:44:22 kernel: ACPI APIC Table: <intel mopnv10j="">Aug 18 06:44:22 kernel: avail memory = 1014943744 (967 MB) Aug 18 06:44:22 kernel: real memory = 1073741824 (1024 MB) Aug 18 06:44:22 kernel: TSC: P-state invariant Aug 18 06:44:22 kernel: AMD Features2=0x1 <lahf>Aug 18 06:44:22 kernel: AMD Features=0x20100000 <nx,lm>Aug 18 06:44:22 kernel: Features2=0x40e31d <sse3,dtes64,mon,ds_cpl,tm2,ssse3,cx16,xtpr,pdcm,movbe>Aug 18 06:44:22 kernel: Features=0xbfebfbff <fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>Aug 18 06:44:22 kernel: Origin = "GenuineIntel" Id = 0x106ca Family = 6 Model = 1c Stepping = 10 Aug 18 06:44:22 kernel: CPU: Intel(R) Atom(TM) CPU D510 @ 1.66GHz (1672.67-MHz 686-class CPU) Aug 18 06:44:22 kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Aug 18 06:44:22 kernel: sullrich@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense_SMP.8 i386 Aug 18 06:44:22 kernel: FreeBSD 8.1-RELEASE #1: Tue Aug 17 03:27:49 EDT 2010 Aug 18 06:44:22 kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Aug 18 06:44:22 kernel: The Regents of the University of California. All rights reserved. Aug 18 06:44:22 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Aug 18 06:44:22 kernel: Copyright (c) 1992-2010 The FreeBSD Project. Aug 18 06:44:22 kernel: cpu_reset: Stopping other CPUs Aug 18 06:44:22 kernel: Rebooting... Aug 18 06:44:22 kernel: Uptime: 3m33s Aug 18 06:44:22 kernel: All buffers synced. Aug 18 06:44:22 kernel: Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Aug 18 06:44:22 kernel: Syncing disks, vnodes remaining...0 0 done Aug 18 06:44:22 kernel: Waiting (max 60 seconds) for system process `syncer' to stop... Aug 18 06:44:22 kernel: Waiting (max 60 seconds) for system process `vnlru' to stop...done Aug 18 06:44:22 kernel: pflog0: promiscuous mode disabled Aug 18 06:44:22 syslogd: kernel boot file is /boot/kernel/kernel</fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe></sse3,dtes64,mon,ds_cpl,tm2,ssse3,cx16,xtpr,pdcm,movbe></nx,lm></lahf></intel></version></software></intel></acpi></acpi></acpi></acpi></high></sleep></acpi></acpi></vga-compatible></intel></multimedia,></acpi></acpi></realtek></mii></rtl8169s></acpi></acpi></acpi></acpi></acpi></acpi></intel></intel></intel></intel></intel></intel></intel></intel></intel></intel></acpi></acpi></intel></mii></i82555></pci-isa></isa></intel></ata></ata></serial></at></keyboard></at></isa></system></generic></cpu></cpu></cpu></cpu></clock_battery></seagate></intel></intel></intel></intel></intel></intel></intel></intel></intel></intel></tsstcorp>
I've included the screen shots before i change the default gateway and after.
-
(300kb limit per post)
-
So does it work automatically or do I need to change GW's every time it get's disconnected ?
-
After Restart L2TP Wont try to dial !
(i either reassign the interfaces again, or doing this:
https://192.168.1.1/status_interfaces.php?action=Connect&if=wan)Then the PPP Log:
Aug 18 07:37:54 ppp: L2TP: Control connection 0x287d0a08 destroyed Aug 18 07:37:47 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:37:47 ppp: [wan_link0] Link: reconnection attempt 2 Aug 18 07:37:43 ppp: [wan_link0] Link: reconnection attempt 2 in 4 seconds Aug 18 07:37:43 ppp: [wan_link0] LCP: Down event Aug 18 07:37:43 ppp: [wan_link0] Link: DOWN event Aug 18 07:37:43 ppp: L2TP: Control connection 0x287d0a08 terminated: 6 (expecting reply; none received) Aug 18 07:36:49 ppp: L2TP: Control connection 0x287d0d08 destroyed Aug 18 07:36:42 ppp: L2TP: Initiating control connection 0x287d0a08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:36:42 ppp: [wan_link0] Link: reconnection attempt 1 Aug 18 07:36:38 ppp: [wan_link0] Link: reconnection attempt 1 in 4 seconds Aug 18 07:36:38 ppp: [wan_link0] LCP: Down event Aug 18 07:36:38 ppp: [wan_link0] Link: DOWN event Aug 18 07:36:38 ppp: L2TP: Control connection 0x287d0d08 terminated: 6 (expecting reply; none received) Aug 18 07:35:38 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:35:38 ppp: [wan_link0] LCP: LayerStart Aug 18 07:35:38 ppp: [wan_link0] LCP: state change Initial --> Starting Aug 18 07:35:38 ppp: [wan_link0] LCP: Open event Aug 18 07:35:38 ppp: [wan_link0] Link: OPEN event Aug 18 07:35:38 ppp: option "windowing" unknown Aug 18 07:35:38 ppp: [wan] Bundle: Interface ng0 created Aug 18 07:35:38 ppp: web: web is not running Aug 18 07:35:38 ppp: process 38787 started, version 5.5 (root@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org 17:45 2-Jul-2010) Aug 18 07:35:38 ppp: Aug 18 07:35:38 ppp: Multi-link PPP daemon for FreeBSD
After i correct the default (setting the opt1 as default) route it will connect.
Then i have to set Wan (L2TP) as default gateway again.Another problem is that the DNSs aren't overwritten , the DNS servers recived from opt1 by dhcp should be overwritten by the DNS recived by the l2tp. (but that's minor)
Entire system log:
Aug 18 07:43:03 check_reload_status: reloading filter Aug 18 07:43:02 check_reload_status: syncing firewall Aug 18 07:43:01 check_reload_status: updating dyndns Aug 18 07:42:57 php: : rc.newwanip: on (IP address: 82.81.207.202) (interface: wan) (real interface: l2tp0). Aug 18 07:42:57 php: : rc.newwanip: Informational is starting l2tp0. Aug 18 07:42:57 check_reload_status: rc.newwanip starting Aug 18 07:42:52 check_reload_status: reloading filter Aug 18 07:42:47 apinger: Starting Alarm Pinger, apinger(3804) Aug 18 07:42:47 apinger: Exiting on signal 15. Aug 18 07:42:47 kernel: ng0: changing name to 'l2tp0' Aug 18 07:42:44 dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 18 07:42:44 dhcpd: All rights reserved. Aug 18 07:42:44 dhcpd: Copyright 2004-2008 Internet Systems Consortium. Aug 18 07:42:44 dhcpd: Internet Systems Consortium DHCP Server V3.0.7 Aug 18 07:42:31 check_reload_status: syncing firewall Aug 18 07:42:21 check_reload_status: updating dyndns Aug 18 07:42:11 check_reload_status: reloading filter Aug 18 07:42:02 php: : rc.newwanip: on (IP address: 82.81.207.157) (interface: wan) (real interface: l2tp0). Aug 18 07:42:02 php: : rc.newwanip: Informational is starting l2tp0. Aug 18 07:42:01 check_reload_status: rc.newwanip starting Aug 18 07:42:01 check_reload_status: reloading filter Aug 18 07:42:01 check_reload_status: syncing firewall Aug 18 07:41:51 apinger: Starting Alarm Pinger, apinger(55216) Aug 18 07:41:51 apinger: Exiting on signal 15. Aug 18 07:41:51 php: /system_gateways.php: ROUTING: add default route to 172.28.128.1 Aug 18 07:41:51 php: : rc.newwanip: on (IP address: 172.28.142.143) (interface: opt1) (real interface: fxp0). Aug 18 07:41:51 php: : rc.newwanip: Informational is starting fxp0. Aug 18 07:41:51 check_reload_status: rc.newwanip starting Aug 18 07:41:49 dhclient[43940]: bound to 172.28.142.143 -- renewal in 300741 seconds. Aug 18 07:41:49 dhclient: Creating resolv.conf Aug 18 07:41:49 dhclient: Adding new routes to interface: fxp0 Aug 18 07:41:49 dhclient: New Routers (fxp0): 172.28.128.1 Aug 18 07:41:49 dhclient: New Broadcast Address (fxp0): 255.255.255.255 Aug 18 07:41:49 dhclient: New Subnet Mask (fxp0): 255.255.224.0 Aug 18 07:41:49 dhclient: New IP Address (fxp0): 172.28.142.143 Aug 18 07:41:49 dhclient: ifconfig fxp0 inet 172.28.142.143 netmask 255.255.224.0 broadcast 255.255.255.255 Aug 18 07:41:49 dhclient: Starting add_new_address() Aug 18 07:41:49 dhclient: REBOOT Aug 18 07:41:49 dhclient[43940]: DHCPACK from 10.254.192.1 Aug 18 07:41:49 dhclient[43940]: DHCPREQUEST on fxp0 to 255.255.255.255 port 67 Aug 18 07:41:49 dhclient: PREINIT Aug 18 07:41:48 dhclient[6808]: exiting. Aug 18 07:41:48 dhclient[6808]: exiting. Aug 18 07:41:48 dhclient[6808]: connection closed Aug 18 07:41:48 dhclient[6808]: connection closed Aug 18 07:41:48 dhclient: FAIL Aug 18 07:41:47 dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 18 07:41:47 dhcpd: All rights reserved. Aug 18 07:41:47 dhcpd: Copyright 2004-2008 Internet Systems Consortium. Aug 18 07:41:47 dhcpd: Internet Systems Consortium DHCP Server V3.0.7 Aug 18 07:40:30 check_reload_status: reloading filter Aug 18 07:40:30 check_reload_status: syncing firewall Aug 18 07:40:21 apinger: Starting Alarm Pinger, apinger(43161) Aug 18 07:40:21 apinger: Exiting on signal 15. Aug 18 07:35:38 kernel: ng0: changing name to 'l2tp0' Aug 18 07:35:28 php: : Hotplug event detected for lan but ignoring since interface is configured with static IP (192.168.1.1) Aug 18 07:35:28 check_reload_status: rc.linkup starting Aug 18 07:35:20 sshlockout[27999]: sshlockout v(null) starting up Aug 18 07:35:20 sshlockout[27999]: sshlockout v(null) starting up Aug 18 07:35:20 sshd[27619]: subsystem request for sftp Aug 18 07:35:20 sshd[27619]: Accepted keyboard-interactive/pam for root from 192.168.1.199 port 53395 ssh2 Aug 18 07:35:00 kernel: re0: link state changed to UP Aug 18 07:33:01 kernel: re0: link state changed to DOWN Aug 18 07:28:00 syslogd: kernel boot file is /boot/kernel/kernel Aug 18 07:28:00 syslogd: exiting on signal 15 Aug 18 07:27:13 sshd[9100]: fatal: Write failed: Operation not permitted Aug 18 07:27:13 sshd[9100]: fatal: Write failed: Operation not permitted Aug 18 07:26:57 sshlockout[7940]: sshlockout v(null) starting up Aug 18 07:26:57 sshlockout[7940]: sshlockout v(null) starting up Aug 18 07:26:57 login: login on ttyv0 as root Aug 18 07:26:55 php: : rc.newwanip: on (IP address: 172.28.142.143) (interface: opt1) (real interface: fxp0). Aug 18 07:26:55 php: : rc.newwanip: Informational is starting fxp0. Aug 18 07:26:55 check_reload_status: rc.newwanip starting Aug 18 07:26:55 check_reload_status: updating dyndns Aug 18 07:26:55 check_reload_status: check_reload_status is starting. Aug 18 07:26:55 php: : Resyncing configuration for all packages. Aug 18 07:26:54 dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 18 07:26:54 dhcpd: All rights reserved. Aug 18 07:26:54 dhcpd: Copyright 2004-2008 Internet Systems Consortium. Aug 18 07:26:54 dhcpd: Internet Systems Consortium DHCP Server V3.0.7 Aug 18 07:26:54 php: : Creating rrd update script Aug 18 07:26:51 dnsmasq[29741]: read /etc/hosts - 2 addresses Aug 18 07:26:51 dnsmasq[29741]: using nameserver 192.168.101.101#53 Aug 18 07:26:51 dnsmasq[29741]: using nameserver 192.168.101.102#53 Aug 18 07:26:51 dnsmasq[29741]: reading /etc/resolv.conf Aug 18 07:26:51 dnsmasq[29741]: compile time options: no-IPv6 GNU-getopt no-DBus I18N DHCP TFTP Aug 18 07:26:51 dnsmasq[29741]: started, version 2.55 cachesize 10000 Aug 18 07:26:50 apinger: Starting Alarm Pinger, apinger(21363) Aug 18 07:26:49 kernel: pflog0: promiscuous mode enabled Aug 18 07:26:49 kernel: Trying to mount root from ufs:/dev/ad4s1a Aug 18 07:26:49 kernel: uhub4: 8 ports with 8 removable, self powered Aug 18 07:26:49 kernel: Root mount waiting for: usbus4 Aug 18 07:26:49 kernel: SMP: AP CPU #2 Launched! Aug 18 07:26:49 kernel: lapic2: Forcing LINT1 to edge trigger Aug 18 07:26:49 kernel: SMP: AP CPU #3 Launched! Aug 18 07:26:49 kernel: lapic3: Forcing LINT1 to edge trigger Aug 18 07:26:49 kernel: SMP: AP CPU #1 Launched! Aug 18 07:26:49 kernel: lapic1: Forcing LINT1 to edge trigger Aug 18 07:26:49 kernel: acd0: DVDR <tsstcorp cddvdw="" sh-s223f="" sb03="">at ata3-master UDMA100 SATA Aug 18 07:26:49 kernel: uhub3: 2 ports with 2 removable, self powered Aug 18 07:26:49 kernel: uhub2: 2 ports with 2 removable, self powered Aug 18 07:26:49 kernel: uhub1: 2 ports with 2 removable, self powered Aug 18 07:26:49 kernel: uhub0: 2 ports with 2 removable, self powered Aug 18 07:26:49 kernel: uhub4: <intel 1="" 9="" ehci="" root="" hub,="" class="" 0,="" rev="" 2.00="" 1.00,="" addr="">on usbus4 Aug 18 07:26:49 kernel: ugen4.1: <intel>at usbus4 Aug 18 07:26:49 kernel: uhub3: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus3 Aug 18 07:26:49 kernel: ugen3.1: <intel>at usbus3 Aug 18 07:26:49 kernel: uhub2: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus2 Aug 18 07:26:49 kernel: ugen2.1: <intel>at usbus2 Aug 18 07:26:49 kernel: uhub1: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus1 Aug 18 07:26:49 kernel: ugen1.1: <intel>at usbus1 Aug 18 07:26:49 kernel: uhub0: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus0 Aug 18 07:26:49 kernel: ugen0.1: <intel>at usbus0 Aug 18 07:26:49 kernel: ad4: 76319MB <seagate st98823as="" 3.03="">at ata2-master UDMA100 SATA Aug 18 07:26:49 kernel: usbus4: 480Mbps High Speed USB v2.0 Aug 18 07:26:49 kernel: usbus3: 12Mbps Full Speed USB v1.0 Aug 18 07:26:49 kernel: usbus2: 12Mbps Full Speed USB v1.0 Aug 18 07:26:49 kernel: usbus1: 12Mbps Full Speed USB v1.0 Aug 18 07:26:49 kernel: usbus0: 12Mbps Full Speed USB v1.0 Aug 18 07:26:49 kernel: IPsec: Initialized Security Association Processing. Aug 18 07:26:49 kernel: Timecounters tick every 1.000 msec Aug 18 07:26:49 kernel: RTC BIOS diagnostic error 80 <clock_battery>Aug 18 07:26:49 kernel: p4tcc3: <cpu frequency="" thermal="" control="">on cpu3 Aug 18 07:26:49 kernel: p4tcc2: <cpu frequency="" thermal="" control="">on cpu2 Aug 18 07:26:49 kernel: p4tcc1: <cpu frequency="" thermal="" control="">on cpu1 Aug 18 07:26:49 kernel: p4tcc0: <cpu frequency="" thermal="" control="">on cpu0 Aug 18 07:26:49 kernel: ppc0: parallel port not found. Aug 18 07:26:49 kernel: ata1: [ITHREAD] Aug 18 07:26:49 kernel: ata1 at port 0x170-0x177,0x376 irq 15 on isa0 Aug 18 07:26:49 kernel: ata0: [ITHREAD] Aug 18 07:26:49 kernel: ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 Aug 18 07:26:49 kernel: vga0: <generic isa="" vga="">at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Aug 18 07:26:49 kernel: sc0: VGA <16 virtual consoles, flags=0x300> Aug 18 07:26:49 kernel: sc0: <system console="">at flags 0x100 on isa0 Aug 18 07:26:49 kernel: orm0: <isa option="" rom="">at iomem 0xce000-0xcf7ff pnpid ORM0000 on isa0 Aug 18 07:26:49 kernel: pmtimer0 on isa0 Aug 18 07:26:49 kernel: atkbd0: [ITHREAD] Aug 18 07:26:49 kernel: atkbd0: [GIANT-LOCKED] Aug 18 07:26:49 kernel: kbd0 at atkbd0 Aug 18 07:26:49 kernel: atkbd0: <at keyboard="">irq 1 on atkbdc0 Aug 18 07:26:49 kernel: atkbdc0: <keyboard controller="" (i8042)="">port 0x60,0x64 irq 1 on acpi0 Aug 18 07:26:49 kernel: atrtc0: <at realtime="" clock="">port 0x70-0x71,0x74-0x77 irq 8 on acpi0 Aug 18 07:26:49 kernel: pci0: <serial bus,="" smbus="">at device 31.3 (no driver attached) Aug 18 07:26:49 kernel: ata3: [ITHREAD] Aug 18 07:26:49 kernel: ata3: <ata 1="" channel="">on atapci0 Aug 18 07:26:49 kernel: ata2: [ITHREAD] Aug 18 07:26:49 kernel: ata2: <ata 0="" channel="">on atapci0 Aug 18 07:26:49 kernel: atapci0: [ITHREAD] Aug 18 07:26:49 kernel: atapci0: <intel ich7="" sata300="" controller="">port 0x30b8-0x30bf,0x30cc-0x30cf,0x30b0-0x30b7,0x30c8-0x30cb,0x30a0-0x30af mem 0xe0384000-0xe03843ff irq 19 at device 31.2 on pci0 Aug 18 07:26:49 kernel: isa0: <isa bus="">on isab0 Aug 18 07:26:49 kernel: isab0: <pci-isa bridge="">at device 31.0 on pci0 Aug 18 07:26:49 kernel: fxp0: [ITHREAD] Aug 18 07:26:49 kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 18 07:26:49 kernel: inphy0: <i82555 10="" 100="" media="" interface="">PHY 1 on miibus1 Aug 18 07:26:49 kernel: miibus1: <mii bus="">on fxp0 Aug 18 07:26:49 kernel: fxp0: <intel 100="" 82550="" pro="" ethernet="">port 0x1000-0x103f mem 0xe0120000-0xe0120fff,0xe0100000-0xe011ffff irq 21 at device 0.0 on pci5 Aug 18 07:26:49 kernel: pci5: <acpi pci="" bus="">on pcib5 Aug 18 07:26:49 kernel: pcib5: <acpi pci-pci="" bridge="">at device 30.0 on pci0 Aug 18 07:26:49 kernel: usbus4: <intel 82801gb="" r="" (ich7)="" usb="" 2.0="" controller="">on ehci0 Aug 18 07:26:49 kernel: usbus4: EHCI version 1.0 Aug 18 07:26:49 kernel: ehci0: [ITHREAD] Aug 18 07:26:49 kernel: ehci0: <intel 82801gb="" r="" (ich7)="" usb="" 2.0="" controller="">mem 0xe0384400-0xe03847ff irq 23 at device 29.7 on pci0 Aug 18 07:26:49 kernel: usbus3: <intel 82801g="" (ich7)="" usb="" controller="" usb-d="">on uhci3 Aug 18 07:26:49 kernel: uhci3: LegSup = 0x2f00 Aug 18 07:26:49 kernel: uhci3: [ITHREAD] Aug 18 07:26:49 kernel: uhci3: <intel 82801g="" (ich7)="" usb="" controller="" usb-d="">port 0x3020-0x303f irq 16 at device 29.3 on pci0 Aug 18 07:26:49 kernel: usbus2: <intel 82801g="" (ich7)="" usb="" controller="" usb-c="">on uhci2 Aug 18 07:26:49 kernel: uhci2: LegSup = 0x2f00 Aug 18 07:26:49 kernel: uhci2: [ITHREAD] Aug 18 07:26:49 kernel: uhci2: <intel 82801g="" (ich7)="" usb="" controller="" usb-c="">port 0x3040-0x305f irq 18 at device 29.2 on pci0 Aug 18 07:26:49 kernel: usbus1: <intel 82801g="" (ich7)="" usb="" controller="" usb-b="">on uhci1 Aug 18 07:26:49 kernel: uhci1: LegSup = 0x2f00 Aug 18 07:26:49 kernel: uhci1: [ITHREAD] Aug 18 07:26:49 kernel: uhci1: <intel 82801g="" (ich7)="" usb="" controller="" usb-b="">port 0x3060-0x307f irq 19 at device 29.1 on pci0 Aug 18 07:26:49 kernel: usbus0: <intel 82801g="" (ich7)="" usb="" controller="" usb-a="">on uhci0 Aug 18 07:26:49 kernel: uhci0: LegSup = 0x2f00 Aug 18 07:26:49 kernel: uhci0: [ITHREAD] Aug 18 07:26:49 kernel: uhci0: <intel 82801g="" (ich7)="" usb="" controller="" usb-a="">port 0x3080-0x309f irq 23 at device 29.0 on pci0 Aug 18 07:26:49 kernel: pci4: <acpi pci="" bus="">on pcib4 Aug 18 07:26:49 kernel: pcib4: <acpi pci-pci="" bridge="">at device 28.3 on pci0 Aug 18 07:26:49 kernel: pci3: <acpi pci="" bus="">on pcib3 Aug 18 07:26:49 kernel: pcib3: <acpi pci-pci="" bridge="">at device 28.2 on pci0 Aug 18 07:26:49 kernel: pci2: <acpi pci="" bus="">on pcib2 Aug 18 07:26:49 kernel: pcib2: <acpi pci-pci="" bridge="">at device 28.1 on pci0 Aug 18 07:26:49 kernel: re0: [FILTER] Aug 18 07:26:49 kernel: rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto Aug 18 07:26:49 kernel: rgephy0: <rtl8169s 8110s="" 8211b="" media="" interface="">PHY 1 on miibus0 Aug 18 07:26:49 kernel: miibus0: <mii bus="">on re0 Aug 18 07:26:49 kernel: re0: MAC rev. 0x00000000 Aug 18 07:26:49 kernel: re0: Chip rev. 0x28000000 Aug 18 07:26:49 kernel: re0: Using 1 MSI messages Aug 18 07:26:49 kernel: re0: <realtek 8111="" 8168="" b="" c="" cp="" d="" dp="" e="" pcie="" gigabit="" ethernet="">port 0x2000-0x20ff mem 0xe0004000-0xe0004fff,0xe0000000-0xe0003fff irq 16 at device 0.0 on pci1 Aug 18 07:26:49 kernel: pci1: <acpi pci="" bus="">on pcib1 Aug 18 07:26:49 kernel: pcib1: <acpi pci-pci="" bridge="">at device 28.0 on pci0 Aug 18 07:26:49 kernel: pci0: <multimedia, hda="">at device 27.0 (no driver attached) Aug 18 07:26:49 kernel: agp0: aperture size is 256M Aug 18 07:26:49 kernel: agp0: detected 8188k stolen memory Aug 18 07:26:49 kernel: agp0: <intel pineview="" svga="" controller="">on vgapci0 Aug 18 07:26:49 kernel: vgapci0: <vga-compatible display="">port 0x30c0-0x30c7 mem 0xe0300000-0xe037ffff,0xd0000000-0xdfffffff,0xe0200000-0xe02fffff irq 16 at device 2.0 on pci0 Aug 18 07:26:49 kernel: pci0: <acpi pci="" bus="">on pcib0 Aug 18 07:26:49 kernel: pcib0: <acpi host-pci="" bridge="">port 0xcf8-0xcff on acpi0 Aug 18 07:26:49 kernel: acpi_button0: <sleep button="">on acpi0 Aug 18 07:26:49 kernel: Timecounter "HPET" frequency 14318180 Hz quality 900 Aug 18 07:26:49 kernel: acpi_hpet0: <high precision="" event="" timer="">iomem 0xfed00000-0xfed003ff on acpi0 Aug 18 07:26:49 kernel: cpu3: <acpi cpu="">on acpi0 Aug 18 07:26:49 kernel: cpu2: <acpi cpu="">on acpi0 Aug 18 07:26:49 kernel: cpu1: <acpi cpu="">on acpi0 Aug 18 07:26:49 kernel: cpu0: <acpi cpu="">on acpi0 Aug 18 07:26:49 kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Aug 18 07:26:49 kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Aug 18 07:26:49 kernel: acpi0: Power Button (fixed) Aug 18 07:26:49 kernel: acpi0: [ITHREAD] Aug 18 07:26:49 kernel: acpi0: <intel mopnv10j="">on motherboard Aug 18 07:26:49 kernel: padlock0: No ACE support. Aug 18 07:26:49 kernel: cryptosoft0: <software crypto="">on motherboard Aug 18 07:26:49 kernel: kbd1 at kbdmux0 Aug 18 07:26:49 kernel: module_register_init: MOD_LOAD (wpi_fw, 0xc08ff270, 0) error 1 Aug 18 07:26:49 kernel: wpi: If you agree with the license, set legal.intel_wpi.license_ack=1 in /boot/loader.conf. Aug 18 07:26:49 kernel: wpi: You need to read the LICENSE file in /usr/share/doc/legal/intel_wpi/. Aug 18 07:26:49 kernel: wlan: mac acl policy registered Aug 18 07:26:49 kernel: module_register_init: MOD_LOAD (ipw_monitor_fw, 0xc072c260, 0) error 1 Aug 18 07:26:49 kernel: ipw_monitor: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Aug 18 07:26:49 kernel: ipw_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/. Aug 18 07:26:49 kernel: module_register_init: MOD_LOAD (ipw_ibss_fw, 0xc072c1a0, 0) error 1 Aug 18 07:26:49 kernel: ipw_ibss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Aug 18 07:26:49 kernel: ipw_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/. Aug 18 07:26:49 kernel: module_register_init: MOD_LOAD (ipw_bss_fw, 0xc072c0e0, 0) error 1 Aug 18 07:26:49 kernel: ipw_bss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Aug 18 07:26:49 kernel: ipw_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/. Aug 18 07:26:49 kernel: lapic0: Forcing LINT1 to edge trigger Aug 18 07:26:49 kernel: ioapic0 <version 2.0="">irqs 0-23 on motherboard Aug 18 07:26:49 kernel: ioapic0: Changing APIC ID to 8 Aug 18 07:26:49 kernel: cpu3 (AP/HT): APIC ID: 3 Aug 18 07:26:49 kernel: cpu2 (AP): APIC ID: 2 Aug 18 07:26:49 kernel: cpu1 (AP/HT): APIC ID: 1 Aug 18 07:26:49 kernel: cpu0 (BSP): APIC ID: 0 Aug 18 07:26:49 kernel: FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 HTT threads Aug 18 07:26:49 kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Aug 18 07:26:49 kernel: ACPI APIC Table: <intel mopnv10j="">Aug 18 07:26:49 kernel: avail memory = 1014943744 (967 MB) Aug 18 07:26:49 kernel: real memory = 1073741824 (1024 MB) Aug 18 07:26:49 kernel: TSC: P-state invariant Aug 18 07:26:49 kernel: AMD Features2=0x1 <lahf>Aug 18 07:26:49 kernel: AMD Features=0x20100000 <nx,lm>Aug 18 07:26:49 kernel: Features2=0x40e31d <sse3,dtes64,mon,ds_cpl,tm2,ssse3,cx16,xtpr,pdcm,movbe>Aug 18 07:26:49 kernel: Features=0xbfebfbff <fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>Aug 18 07:26:49 kernel: Origin = "GenuineIntel" Id = 0x106ca Family = 6 Model = 1c Stepping = 10 Aug 18 07:26:49 kernel: CPU: Intel(R) Atom(TM) CPU D510 @ 1.66GHz (1672.67-MHz 686-class CPU) Aug 18 07:26:49 kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Aug 18 07:26:49 kernel: sullrich@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense_SMP.8 i386 Aug 18 07:26:49 kernel: FreeBSD 8.1-RELEASE #1: Tue Aug 17 03:27:49 EDT 2010 Aug 18 07:26:49 kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Aug 18 07:26:49 kernel: The Regents of the University of California. All rights reserved. Aug 18 07:26:49 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Aug 18 07:26:49 kernel: Copyright (c) 1992-2010 The FreeBSD Project. Aug 18 07:26:49 kernel: cpu_reset: Stopping other CPUs Aug 18 07:26:49 kernel: Rebooting... Aug 18 07:26:49 kernel: Uptime: 41m34s Aug 18 07:26:49 kernel: All buffers synced. Aug 18 07:26:49 kernel: Syncing disks, vnodes remaining...0 0 done Aug 18 07:26:49 kernel: Waiting (max 60 seconds) for system process `syncer' to stop... Aug 18 07:26:49 kernel: Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Aug 18 07:26:49 kernel: Waiting (max 60 seconds) for system process `vnlru' to stop...done Aug 18 07:26:49 kernel: pflog0: promiscuous mode disabled Aug 18 07:26:49 syslogd: kernel boot file is /boot/kernel/kernel</fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe></sse3,dtes64,mon,ds_cpl,tm2,ssse3,cx16,xtpr,pdcm,movbe></nx,lm></lahf></intel></version></software></intel></acpi></acpi></acpi></acpi></high></sleep></acpi></acpi></vga-compatible></intel></multimedia,></acpi></acpi></realtek></mii></rtl8169s></acpi></acpi></acpi></acpi></acpi></acpi></intel></intel></intel></intel></intel></intel></intel></intel></intel></intel></acpi></acpi></intel></mii></i82555></pci-isa></isa></intel></ata></ata></serial></at></keyboard></at></isa></system></generic></cpu></cpu></cpu></cpu></clock_battery></seagate></intel></intel></intel></intel></intel></intel></intel></intel></intel></intel></tsstcorp>
Entire PPP log (after restart):
Aug 18 07:42:49 ppp: [wan] IFACE: Up event Aug 18 07:42:49 ppp: [wan] IFACE: Add route 0.0.0.0/0 82.81.207.1 failed: File exists Aug 18 07:42:49 ppp: [wan] 82.81.207.202 -> 82.81.207.1 Aug 18 07:42:49 ppp: [wan] IPCP: LayerUp Aug 18 07:42:49 ppp: [wan] IPCP: state change Ack-Sent --> Opened Aug 18 07:42:49 ppp: [wan] SECDNS 62.219.186.7 Aug 18 07:42:49 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 07:42:49 ppp: [wan] IPADDR 82.81.207.202 Aug 18 07:42:49 ppp: [wan] IPCP: rec'd Configure Ack #3 (Ack-Sent) Aug 18 07:42:49 ppp: [wan] SECDNS 62.219.186.7 Aug 18 07:42:49 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 07:42:49 ppp: [wan] IPADDR 82.81.207.202 Aug 18 07:42:49 ppp: [wan] IPCP: SendConfigReq #3 Aug 18 07:42:49 ppp: [wan] SECDNS 62.219.186.7 Aug 18 07:42:49 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 07:42:49 ppp: [wan] 82.81.207.202 is OK Aug 18 07:42:49 ppp: [wan] IPADDR 82.81.207.202 Aug 18 07:42:49 ppp: [wan] IPCP: rec'd Configure Nak #2 (Ack-Sent) Aug 18 07:42:49 ppp: [wan] SECDNS 0.0.0.0 Aug 18 07:42:49 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 07:42:49 ppp: [wan] IPADDR 0.0.0.0 Aug 18 07:42:49 ppp: [wan] IPCP: SendConfigReq #2 Aug 18 07:42:49 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 07:42:49 ppp: [wan] IPCP: rec'd Configure Reject #1 (Ack-Sent) Aug 18 07:42:49 ppp: [wan] IPCP: state change Req-Sent --> Ack-Sent Aug 18 07:42:49 ppp: [wan] IPADDR 82.81.207.1 Aug 18 07:42:49 ppp: [wan] IPCP: SendConfigAck #58 Aug 18 07:42:49 ppp: [wan] 82.81.207.1 is OK Aug 18 07:42:49 ppp: [wan] IPADDR 82.81.207.1 Aug 18 07:42:49 ppp: [wan] IPCP: rec'd Configure Request #58 (Req-Sent) Aug 18 07:42:49 ppp: [wan] SECDNS 0.0.0.0 Aug 18 07:42:49 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 07:42:49 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 07:42:49 ppp: [wan] IPADDR 0.0.0.0 Aug 18 07:42:49 ppp: [wan] IPCP: SendConfigReq #1 Aug 18 07:42:49 ppp: [wan] IPCP: state change Starting --> Req-Sent Aug 18 07:42:49 ppp: [wan] IPCP: Up event Aug 18 07:42:49 ppp: [wan] IPCP: LayerStart Aug 18 07:42:49 ppp: [wan] IPCP: state change Initial --> Starting Aug 18 07:42:49 ppp: [wan] IPCP: Open event Aug 18 07:42:49 ppp: [wan] Bundle: Status update: up 1 link, total bandwidth 64000 bps Aug 18 07:42:49 ppp: [wan_link0] Link: Join bundle "wan" Aug 18 07:42:49 ppp: [wan_link0] Link: Matched action 'bundle "wan" ""' Aug 18 07:42:49 ppp: [wan_link0] LCP: authorization successful Aug 18 07:42:49 ppp: [wan_link0] PAP: rec'd ACK #1 len: 5 Aug 18 07:42:49 ppp: [wan_link0] LCP: LayerUp Aug 18 07:42:49 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 07:42:49 ppp: [wan_link0] PAP: using authname "Micky" Aug 18 07:42:49 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 07:42:49 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 07:42:49 ppp: [wan_link0] MAGICNUM d6ffbf44 Aug 18 07:42:49 ppp: [wan_link0] MRU 1500 Aug 18 07:42:49 ppp: [wan_link0] LCP: rec'd Configure Ack #3 (Ack-Sent) Aug 18 07:42:49 ppp: [wan_link0] MAGICNUM d6ffbf44 Aug 18 07:42:49 ppp: [wan_link0] MRU 1500 Aug 18 07:42:49 ppp: [wan_link0] LCP: SendConfigReq #3 Aug 18 07:42:49 ppp: [wan_link0] PROTOCOMP Aug 18 07:42:49 ppp: [wan_link0] ACFCOMP Aug 18 07:42:49 ppp: [wan_link0] LCP: rec'd Configure Reject #2 (Ack-Sent) Aug 18 07:42:49 ppp: [wan_link0] MAGICNUM d6ffbf44 Aug 18 07:42:49 ppp: [wan_link0] MRU 1500 Aug 18 07:42:49 ppp: [wan_link0] PROTOCOMP Aug 18 07:42:49 ppp: [wan_link0] ACFCOMP Aug 18 07:42:49 ppp: [wan_link0] LCP: SendConfigReq #2 Aug 18 07:42:47 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 07:42:47 ppp: [wan_link0] MAGICNUM 7fb2d5fd Aug 18 07:42:47 ppp: [wan_link0] AUTHPROTO PAP Aug 18 07:42:47 ppp: [wan_link0] MRU 1500 Aug 18 07:42:47 ppp: [wan_link0] LCP: SendConfigAck #33 Aug 18 07:42:47 ppp: [wan_link0] MAGICNUM 7fb2d5fd Aug 18 07:42:47 ppp: [wan_link0] AUTHPROTO PAP Aug 18 07:42:47 ppp: [wan_link0] MRU 1500 Aug 18 07:42:47 ppp: [wan_link0] LCP: rec'd Configure Request #33 (Req-Sent) Aug 18 07:42:47 ppp: [wan_link0] MAGICNUM d6ffbf44 Aug 18 07:42:47 ppp: [wan_link0] MRU 1500 Aug 18 07:42:47 ppp: [wan_link0] PROTOCOMP Aug 18 07:42:47 ppp: [wan_link0] ACFCOMP Aug 18 07:42:47 ppp: [wan_link0] LCP: SendConfigReq #1 Aug 18 07:42:47 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 07:42:47 ppp: [wan_link0] LCP: Up event Aug 18 07:42:47 ppp: [wan_link0] Link: UP event Aug 18 07:42:47 ppp: [wan_link0] L2TP: Call #6950000 connected Aug 18 07:42:47 ppp: [wan_link0] L2TP: Incoming call #6950000 via control connection 0x287d0d08 initiated Aug 18 07:42:47 ppp: L2TP: Control connection 0x287d0d08 172.28.142.143 62612 <-> 212.25.127.14 1701 connected Aug 18 07:42:47 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:42:47 ppp: [wan_link0] LCP: LayerStart Aug 18 07:42:47 ppp: [wan_link0] LCP: state change Initial --> Starting Aug 18 07:42:47 ppp: [wan_link0] LCP: Open event Aug 18 07:42:47 ppp: [wan_link0] Link: OPEN event Aug 18 07:42:47 ppp: option "windowing" unknown Aug 18 07:42:47 ppp: [wan] Bundle: Interface ng0 created Aug 18 07:42:47 ppp: web: web is not running Aug 18 07:42:46 ppp: process 38787 terminated Aug 18 07:42:46 ppp: [wan_link0] Link: Shutdown Aug 18 07:42:46 ppp: [wan] Bundle: Shutdown Aug 18 07:42:46 ppp: waiting for process 38787 to die... Aug 18 07:42:46 ppp: process 1499 started, version 5.5 (root@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org 17:45 2-Jul-2010) Aug 18 07:42:46 ppp: Aug 18 07:42:46 ppp: Multi-link PPP daemon for FreeBSD Aug 18 07:42:45 ppp: [wan_link0] LCP: state change Closing --> Initial Aug 18 07:42:45 ppp: [wan_link0] LCP: LayerFinish Aug 18 07:42:45 ppp: [wan_link0] LCP: Down event Aug 18 07:42:45 ppp: [wan_link0] Link: DOWN event Aug 18 07:42:45 ppp: [wan_link0] L2TP: call #3560000 terminated: result=1 error=0 errmsg="Received PPP Terminate Request" Aug 18 07:42:44 ppp: [wan_link0] LCP: state change Stopping --> Closing Aug 18 07:42:44 ppp: [wan_link0] LCP: Close event Aug 18 07:42:44 ppp: [wan_link0] Link: CLOSE event Aug 18 07:42:44 ppp: [wan_link0] LCP: LayerDown Aug 18 07:42:44 ppp: [wan_link0] LCP: SendTerminateAck #3 Aug 18 07:42:44 ppp: [wan] IPCP: state change Closed --> Initial Aug 18 07:42:44 ppp: [wan] IPCP: Down event Aug 18 07:42:44 ppp: [wan] IPCP: Close event Aug 18 07:42:44 ppp: [wan] Bundle: Status update: up 0 links, total bandwidth 9600 bps Aug 18 07:42:44 ppp: [wan_link0] Link: Leave bundle "wan" Aug 18 07:42:44 ppp: [wan_link0] LCP: state change Opened --> Stopping Aug 18 07:42:44 ppp: [wan_link0] LCP: rec'd Terminate Request #94 (Opened) Aug 18 07:42:44 ppp: [wan] Bundle: closing link "wan_link0"... Aug 18 07:42:44 ppp: [wan] Bundle: No NCPs left. Closing links... Aug 18 07:42:44 ppp: [wan] IPCP: LayerFinish Aug 18 07:42:44 ppp: [wan] IPCP: state change Closing --> Closed Aug 18 07:42:44 ppp: [wan] IPCP: rec'd Terminate Ack #4 (Closing) Aug 18 07:42:44 ppp: [wan] IFACE: Down event Aug 18 07:42:44 ppp: [wan] IFACE: Removing IPv4 address from l2tp0 failed: Can't assign requested address Aug 18 07:42:44 ppp: [wan] IPCP: LayerDown Aug 18 07:42:44 ppp: [wan] IPCP: SendTerminateReq #4 Aug 18 07:42:44 ppp: [wan] IPCP: state change Opened --> Closing Aug 18 07:42:44 ppp: [wan] IPCP: Close event Aug 18 07:42:44 ppp: [wan] IFACE: Close event Aug 18 07:42:44 ppp: caught fatal signal term Aug 18 07:42:07 ppp: L2TP: Control connection 0x287d0a08 destroyed Aug 18 07:42:00 ppp: [wan] IFACE: Up event Aug 18 07:42:00 ppp: [wan] IFACE: Add route 0.0.0.0/0 82.81.207.1 failed: File exists Aug 18 07:42:00 ppp: [wan] 82.81.207.157 -> 82.81.207.1 Aug 18 07:42:00 ppp: [wan] IPCP: LayerUp Aug 18 07:42:00 ppp: [wan] IPCP: state change Ack-Sent --> Opened Aug 18 07:42:00 ppp: [wan] SECDNS 62.219.186.7 Aug 18 07:42:00 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 07:42:00 ppp: [wan] IPADDR 82.81.207.157 Aug 18 07:42:00 ppp: [wan] IPCP: rec'd Configure Ack #3 (Ack-Sent) Aug 18 07:42:00 ppp: [wan] SECDNS 62.219.186.7 Aug 18 07:42:00 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 07:42:00 ppp: [wan] IPADDR 82.81.207.157 Aug 18 07:42:00 ppp: [wan] IPCP: SendConfigReq #3 Aug 18 07:42:00 ppp: [wan] SECDNS 62.219.186.7 Aug 18 07:42:00 ppp: [wan] PRIDNS 192.117.235.235 Aug 18 07:42:00 ppp: [wan] 82.81.207.157 is OK Aug 18 07:42:00 ppp: [wan] IPADDR 82.81.207.157 Aug 18 07:42:00 ppp: [wan] IPCP: rec'd Configure Nak #2 (Ack-Sent) Aug 18 07:42:00 ppp: [wan] SECDNS 0.0.0.0 Aug 18 07:42:00 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 07:42:00 ppp: [wan] IPADDR 0.0.0.0 Aug 18 07:42:00 ppp: [wan] IPCP: SendConfigReq #2 Aug 18 07:42:00 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 07:42:00 ppp: [wan] IPCP: rec'd Configure Reject #1 (Ack-Sent) Aug 18 07:42:00 ppp: [wan] IPCP: state change Req-Sent --> Ack-Sent Aug 18 07:42:00 ppp: [wan] IPADDR 82.81.207.1 Aug 18 07:42:00 ppp: [wan] IPCP: SendConfigAck #45 Aug 18 07:42:00 ppp: [wan] 82.81.207.1 is OK Aug 18 07:42:00 ppp: [wan] IPADDR 82.81.207.1 Aug 18 07:42:00 ppp: [wan] IPCP: rec'd Configure Request #45 (Req-Sent) Aug 18 07:42:00 ppp: [wan] SECDNS 0.0.0.0 Aug 18 07:42:00 ppp: [wan] PRIDNS 0.0.0.0 Aug 18 07:42:00 ppp: [wan] COMPPROTO VJCOMP, 16 comp. channels, no comp-cid Aug 18 07:42:00 ppp: [wan] IPADDR 0.0.0.0 Aug 18 07:42:00 ppp: [wan] IPCP: SendConfigReq #1 Aug 18 07:42:00 ppp: [wan] IPCP: state change Starting --> Req-Sent Aug 18 07:42:00 ppp: [wan] IPCP: Up event Aug 18 07:42:00 ppp: [wan] IPCP: LayerStart Aug 18 07:42:00 ppp: [wan] IPCP: state change Initial --> Starting Aug 18 07:42:00 ppp: [wan] IPCP: Open event Aug 18 07:42:00 ppp: [wan] Bundle: Status update: up 1 link, total bandwidth 64000 bps Aug 18 07:42:00 ppp: [wan_link0] Link: Join bundle "wan" Aug 18 07:42:00 ppp: [wan_link0] Link: Matched action 'bundle "wan" ""' Aug 18 07:42:00 ppp: [wan_link0] LCP: authorization successful Aug 18 07:42:00 ppp: [wan_link0] PAP: rec'd ACK #1 len: 5 Aug 18 07:42:00 ppp: [wan_link0] LCP: LayerUp Aug 18 07:42:00 ppp: [wan_link0] PAP: sending REQUEST #1 len: 19 Aug 18 07:42:00 ppp: [wan_link0] PAP: using authname "Micky" Aug 18 07:42:00 ppp: [wan_link0] LCP: auth: peer wants PAP, I want nothing Aug 18 07:42:00 ppp: [wan_link0] LCP: state change Ack-Sent --> Opened Aug 18 07:42:00 ppp: [wan_link0] MAGICNUM 6cb8d461 Aug 18 07:42:00 ppp: [wan_link0] MRU 1500 Aug 18 07:42:00 ppp: [wan_link0] LCP: rec'd Configure Ack #2 (Ack-Sent) Aug 18 07:42:00 ppp: [wan_link0] MAGICNUM 6cb8d461 Aug 18 07:42:00 ppp: [wan_link0] MRU 1500 Aug 18 07:42:00 ppp: [wan_link0] LCP: SendConfigReq #2 Aug 18 07:42:00 ppp: [wan_link0] PROTOCOMP Aug 18 07:42:00 ppp: [wan_link0] ACFCOMP Aug 18 07:42:00 ppp: [wan_link0] LCP: rec'd Configure Reject #1 (Ack-Sent) Aug 18 07:42:00 ppp: [wan_link0] LCP: state change Req-Sent --> Ack-Sent Aug 18 07:42:00 ppp: [wan_link0] MAGICNUM 2c7d6d3c Aug 18 07:42:00 ppp: [wan_link0] AUTHPROTO PAP Aug 18 07:42:00 ppp: [wan_link0] MRU 1500 Aug 18 07:42:00 ppp: [wan_link0] LCP: SendConfigAck #93 Aug 18 07:42:00 ppp: [wan_link0] MAGICNUM 2c7d6d3c Aug 18 07:42:00 ppp: [wan_link0] AUTHPROTO PAP Aug 18 07:42:00 ppp: [wan_link0] MRU 1500 Aug 18 07:42:00 ppp: [wan_link0] LCP: rec'd Configure Request #93 (Req-Sent) Aug 18 07:42:00 ppp: [wan_link0] MAGICNUM 6cb8d461 Aug 18 07:42:00 ppp: [wan_link0] MRU 1500 Aug 18 07:42:00 ppp: [wan_link0] PROTOCOMP Aug 18 07:42:00 ppp: [wan_link0] ACFCOMP Aug 18 07:42:00 ppp: [wan_link0] LCP: SendConfigReq #1 Aug 18 07:42:00 ppp: [wan_link0] LCP: state change Starting --> Req-Sent Aug 18 07:42:00 ppp: [wan_link0] LCP: Up event Aug 18 07:42:00 ppp: [wan_link0] Link: UP event Aug 18 07:42:00 ppp: [wan_link0] L2TP: Call #3560000 connected Aug 18 07:41:59 ppp: [wan_link0] L2TP: Incoming call #3560000 via control connection 0x287d0d08 initiated Aug 18 07:41:59 ppp: L2TP: Control connection 0x287d0d08 172.28.142.143 13049 <-> 212.25.127.14 1701 connected Aug 18 07:41:59 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:41:59 ppp: [wan_link0] Link: reconnection attempt 6 Aug 18 07:41:56 ppp: [wan_link0] Link: reconnection attempt 6 in 3 seconds Aug 18 07:41:56 ppp: [wan_link0] LCP: Down event Aug 18 07:41:56 ppp: [wan_link0] Link: DOWN event Aug 18 07:41:56 ppp: L2TP: Control connection 0x287d0a08 terminated: 6 (expecting reply; none received) Aug 18 07:41:04 ppp: L2TP: Control connection 0x287d0d08 destroyed Aug 18 07:40:56 ppp: L2TP: Initiating control connection 0x287d0a08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:40:56 ppp: [wan_link0] Link: reconnection attempt 5 Aug 18 07:40:53 ppp: [wan_link0] Link: reconnection attempt 5 in 3 seconds Aug 18 07:40:53 ppp: [wan_link0] LCP: Down event Aug 18 07:40:53 ppp: [wan_link0] Link: DOWN event Aug 18 07:40:53 ppp: L2TP: Control connection 0x287d0d08 terminated: 6 (expecting reply; none received) Aug 18 07:39:59 ppp: L2TP: Control connection 0x287d0a08 destroyed Aug 18 07:39:52 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:39:52 ppp: [wan_link0] Link: reconnection attempt 4 Aug 18 07:39:48 ppp: [wan_link0] Link: reconnection attempt 4 in 4 seconds Aug 18 07:39:48 ppp: [wan_link0] LCP: Down event Aug 18 07:39:48 ppp: [wan_link0] Link: DOWN event Aug 18 07:39:48 ppp: L2TP: Control connection 0x287d0a08 terminated: 6 (expecting reply; none received) Aug 18 07:38:58 ppp: L2TP: Control connection 0x287d0d08 destroyed Aug 18 07:38:48 ppp: L2TP: Initiating control connection 0x287d0a08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:38:48 ppp: [wan_link0] Link: reconnection attempt 3 Aug 18 07:38:47 ppp: [wan_link0] Link: reconnection attempt 3 in 1 seconds Aug 18 07:38:47 ppp: [wan_link0] LCP: Down event Aug 18 07:38:47 ppp: [wan_link0] Link: DOWN event Aug 18 07:38:47 ppp: L2TP: Control connection 0x287d0d08 terminated: 6 (expecting reply; none received) Aug 18 07:37:54 ppp: L2TP: Control connection 0x287d0a08 destroyed Aug 18 07:37:47 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:37:47 ppp: [wan_link0] Link: reconnection attempt 2 Aug 18 07:37:43 ppp: [wan_link0] Link: reconnection attempt 2 in 4 seconds Aug 18 07:37:43 ppp: [wan_link0] LCP: Down event Aug 18 07:37:43 ppp: [wan_link0] Link: DOWN event Aug 18 07:37:43 ppp: L2TP: Control connection 0x287d0a08 terminated: 6 (expecting reply; none received) Aug 18 07:36:49 ppp: L2TP: Control connection 0x287d0d08 destroyed Aug 18 07:36:42 ppp: L2TP: Initiating control connection 0x287d0a08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:36:42 ppp: [wan_link0] Link: reconnection attempt 1 Aug 18 07:36:38 ppp: [wan_link0] Link: reconnection attempt 1 in 4 seconds Aug 18 07:36:38 ppp: [wan_link0] LCP: Down event Aug 18 07:36:38 ppp: [wan_link0] Link: DOWN event Aug 18 07:36:38 ppp: L2TP: Control connection 0x287d0d08 terminated: 6 (expecting reply; none received) Aug 18 07:35:38 ppp: L2TP: Initiating control connection 0x287d0d08 172.28.142.143 0 <-> 212.25.127.14 1701 Aug 18 07:35:38 ppp: [wan_link0] LCP: LayerStart Aug 18 07:35:38 ppp: [wan_link0] LCP: state change Initial --> Starting Aug 18 07:35:38 ppp: [wan_link0] LCP: Open event Aug 18 07:35:38 ppp: [wan_link0] Link: OPEN event Aug 18 07:35:38 ppp: option "windowing" unknown Aug 18 07:35:38 ppp: [wan] Bundle: Interface ng0 created Aug 18 07:35:38 ppp: web: web is not running Aug 18 07:35:38 ppp: process 38787 started, version 5.5 (root@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org 17:45 2-Jul-2010) Aug 18 07:35:38 ppp: Aug 18 07:35:38 ppp: Multi-link PPP daemon for FreeBSD