Pppoe

Test to check PPPoE interface.

Test PAP Authentication

Description

Checks PPPoE interface with PAP authentication.

Scenario

Note

Configure PPPoE server with PAP authentication

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19CxFWQCkCjjKOij6AmX6NavLWc2PB3br4=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
-------------------------------------------------------
 Name      IP Address     Admin  Oper  Vrf  Description
-------------------------------------------------------
pppoe0  192.168.100.2/32  up     up

Test CHAP Authentication

Description

Checks PPPoE interface with CHAP authentication.

Scenario

Note

Configure PPPoE server with CHAP authentication

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 authentication protocol chap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1/gzVleV1fybhQ+rdhft9hhFPsmFL+KiTw=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
-------------------------------------------------------
 Name      IP Address     Admin  Oper  Vrf  Description
-------------------------------------------------------
pppoe0  192.168.100.2/32  up     up

Test Local Address

Description

Checks PPPoE interface with a configured local IPv4 address.

Scenario

Note

Configure PPPoE server

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+USx4cgW8zKzyRXSXN33Fj6LzuCVgwJ3U=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set interfaces pppoe pppoe0 local-address 192.168.100.100
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

192.168.100.100
Show output
---------------------------------------------------------
 Name       IP Address      Admin  Oper  Vrf  Description
---------------------------------------------------------
pppoe0  192.168.100.100/32  up     up

Step 3: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
---------------------------------------------------------
 Name       IP Address      Admin  Oper  Vrf  Description
---------------------------------------------------------
pppoe0  192.168.100.100/32  up     up

Note

Connectivity verification is not performed as the interface lacks IPv4 addressing and the IPv6 address is only an identifier


Test Local Identifier

Description

Checks PPPoE interface with a configured local IPv6 identifier.

Scenario

Note

Configure PPPoE server

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19rPTQXRSc3XWc838Wxmq970SkGesPxaMw=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set interfaces pppoe pppoe0 local-identifier '::100'
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

::100
Show output
-------------------------------------------------------
 Name      IP Address     Admin  Oper  Vrf  Description
-------------------------------------------------------
pppoe0  192.168.100.2/32  up     up
        fe80::100/128

Step 3: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
-------------------------------------------------------
 Name      IP Address     Admin  Oper  Vrf  Description
-------------------------------------------------------
pppoe0  192.168.100.2/32  up     up
        fe80::100/128

Test Ethernet VIF Interface

Description

Checks PPPoE interface with an Ethernet VIF interface as the base interface.

Scenario

Note

Configure PPPoE server with VLAN 100 support

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vif 100
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+ElDV+AZDuuiW4qD+3jEKILUNliDqrjdY=
set interfaces pppoe pppoe0 base-interface ethernet eth0 vif 100
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
--------------------------------------------------------------------
 Name            IP Address            Admin  Oper  Vrf  Description
--------------------------------------------------------------------
pppoe0  192.168.100.2/32               up     up
        fe80::747c:de41:96c6:983c/128

Test Bridge Interface

Description

Checks PPPoE interface with a Bridge interface as the base interface.

Scenario

Note

Configure PPPoE server

Step 1: Set the following configuration in DUT0 :

set interfaces bridge br0
set interfaces ethernet eth0 bridge-group bridge br0
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+t/7zc03KoqMdK1lTjTG8kBORrd91hJsk=
set interfaces pppoe pppoe0 base-interface bridge br0
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
-------------------------------------------------------------------
 Name            IP Address           Admin  Oper  Vrf  Description
-------------------------------------------------------------------
pppoe0  192.168.100.2/32              up     up
        fe80::c876:2952:8007:369/128

Test Bridge VIF Interface

Description

Checks PPPoE interface with a Bridge VIF interface as the base interface.

Scenario

Note

Configure PPPoE server with VLAN 100 support

Step 1: Set the following configuration in DUT0 :

set interfaces bridge br0 vif 100
set interfaces bridge br0 vlan 100
set interfaces ethernet eth0 bridge-group bridge br0
set interfaces ethernet eth0 bridge-group vlan 100
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19lRGNc5/w6cjs8NumAAhM1Uv2rPKFYClM=
set interfaces pppoe pppoe0 base-interface bridge br0 vif 100
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
--------------------------------------------------------------------
 Name            IP Address            Admin  Oper  Vrf  Description
--------------------------------------------------------------------
pppoe0  192.168.100.2/32               up     up
        fe80::8c9f:cd5d:f47a:3867/128

Test Access Concentrator

Description

Checks PPPoE interface with an access concentrator. An access concentrator is a device that aggregates PPPoE sessions from multiple clients.

Scenario

Note

Configure PPPoE server with an access concentrator.

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 access-concentrator myac
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19NDJbVgpGxu0iTzoj9B4PJ+CBFoIlxVr4=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
--------------------------------------------------------------------
 Name            IP Address            Admin  Oper  Vrf  Description
--------------------------------------------------------------------
pppoe0  192.168.100.2/32               up     up
        fe80::e1f7:ed01:ff41:903a/128

Test PPPoE With Tunnel Interface

Description

Checks PPPoE interface with GRE tunnel configured over PPPoE. This test verifies that a GRE tunnel can be established using the PPPoE interface as the local interface.

Scenario

Note

Configure PPPoE server with PAP authentication

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19d/VCkafK5eavZOj7MBuNnNPgdGwxAzD0=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set interfaces pppoe pppoe0 local-address 192.168.100.100
set interfaces tunnel tun0 address 10.10.10.200/24
set interfaces tunnel tun0 encapsulation gre
set interfaces tunnel tun0 ppp-interface pppoe0
set interfaces tunnel tun0 remote-address 192.168.100.1
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system offload disable

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
--------------------------------------------------------------------
 Name            IP Address            Admin  Oper  Vrf  Description
--------------------------------------------------------------------
pppoe0  192.168.100.100/32             up     up
        fe80::e00b:7a3e:92df:3f6d/128

Note

Verify tunnel interface configuration

Step 3: Run the command interfaces tunnel tun0 show detailed on DUT0 and check whether the output contains the following tokens:

10.10.10.200
Show output
--------------------------------------------------------------------------------------------------------
Name  Idx        IP Address         Admin  Oper  Link  MTU   Vrf  Upper  Lower    Type      Phys addr
--------------------------------------------------------------------------------------------------------
tun0  363  10.10.10.200/24          up     up    up    1468              pppoe0  tunnel  192.168.100.100
           fe80::5efe:c0a8:6464/64

Step 4: Run the command interfaces tunnel tun0 show detailed on DUT0 and check whether the output contains the following tokens:

up
Show output
--------------------------------------------------------------------------------------------------------
Name  Idx        IP Address         Admin  Oper  Link  MTU   Vrf  Upper  Lower    Type      Phys addr
--------------------------------------------------------------------------------------------------------
tun0  363  10.10.10.200/24          up     up    up    1468              pppoe0  tunnel  192.168.100.100
           fe80::5efe:c0a8:6464/64

Test PPPoE With DNS Forwarding

Description

Checks PPPoE interface with DNS forwarding service configured. This test verifies that DNS forwarding can be enabled on the PPPoE interface and properly resolves DNS queries.

Scenario

Note

Configure PPPoE server with PAP authentication and DNS server

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+p1fzM0fjpArpJWDc8pL/YviYlCI4PuFw=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set service dns forwarding ppp interface pppoe0
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
--------------------------------------------------------------------
 Name            IP Address            Admin  Oper  Vrf  Description
--------------------------------------------------------------------
pppoe0  192.168.100.3/32               up     up
        fe80::258b:f694:1941:5c86/128

Note

Google IP is 8.8.8.8

Step 3: Ping the IP address 8.8.8.8 from DUT0:

admin@DUT0$ ping 8.8.8.8 count 1 size 56 timeout 1
Show output
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=110 time=4.55 ms

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.545/4.545/4.545/0.000 ms

Test Events

Description

Checks that PPPoE negotiation events are visible in the system journal when logging is enabled. This test verifies that PPPoE appear in the journal.

Scenario

Note

Configure PPPoE server with PAP authentication

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces pppoe pppoe0 authentication protocol pap
set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+n0PvzCVZWIsprZaZzFrUFucl2D9To+14=
set interfaces pppoe pppoe0 base-interface ethernet eth0
set interfaces pppoe pppoe0 logging detailed
set protocols static route 0.0.0.0/0 next-hop 10.215.168.1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run the command interfaces pppoe pppoe0 show on DUT0 and check whether the output contains the following tokens:

up
Show output
-------------------------------------------------------------------
 Name            IP Address           Admin  Oper  Vrf  Description
-------------------------------------------------------------------
pppoe0  192.168.100.2/32              up     up
        fe80::dcff:3ca2:45d:ecc4/128

Step 3: Run the command system journal show | grep ppd on DUT0 and check whether the output contains the following tokens:

osdx pppd
Show output
May 19 22:03:09.494233 osdx pppd[208882]: Plugin rp-pppoe.so loaded.
May 19 22:03:09.554052 osdx pppd[208883]: pppd 2.4.9 started by root, uid 0
May 19 22:03:09.554473 osdx pppd[208883]: Renamed interface ppp0 to pppoe0
May 19 22:03:09.554478 osdx pppd[208883]: Using interface pppoe0
May 19 22:03:09.577720 osdx pppd[208883]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
May 19 22:03:09.577725 osdx pppd[208883]:  dst ff:ff:ff:ff:ff:ff  src de:ad:be:ef:6c:00
May 19 22:03:09.577728 osdx pppd[208883]:  [service-name] [host-uniq  f3 2f 03 00]
May 19 22:03:09.577930 osdx pppd[208883]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 57
May 19 22:03:09.577933 osdx pppd[208883]:  dst de:ad:be:ef:6c:00  src fe:05:f3:e3:d5:f6
May 19 22:03:09.577936 osdx pppd[208883]:  [AC-name osdx-tests-prod-1] [service-name] [AC-cookie  89 89 bf de 71 19 c9 7b b4 15 74 61 26 95 74 c4 21 3a 01 00] [host-uniq  f3 2f 03 00]
May 19 22:03:09.577939 osdx pppd[208883]: Send PPPOE Discovery V1T1 PADR session 0x0 length 36
May 19 22:03:09.577942 osdx pppd[208883]:  dst fe:05:f3:e3:d5:f6  src de:ad:be:ef:6c:00
May 19 22:03:09.577948 osdx pppd[208883]:  [service-name] [host-uniq  f3 2f 03 00] [AC-cookie  89 89 bf de 71 19 c9 7b b4 15 74 61 26 95 74 c4 21 3a 01 00]
May 19 22:03:09.578120 osdx pppd[208883]: Recv PPPOE Discovery V1T1 PADS session 0x1 length 12
May 19 22:03:09.578125 osdx pppd[208883]:  dst de:ad:be:ef:6c:00  src fe:05:f3:e3:d5:f6
May 19 22:03:09.578127 osdx pppd[208883]:  [service-name] [host-uniq  f3 2f 03 00]
May 19 22:03:09.578129 osdx pppd[208883]: PADS: Service-Name: ''
May 19 22:03:09.578131 osdx pppd[208883]: PPP session is 1
May 19 22:03:09.597776 osdx pppd[208883]: Connected to fe:05:f3:e3:d5:f6 via interface eth0
May 19 22:03:09.597804 osdx pppd[208883]: using channel 12
May 19 22:03:09.597818 osdx pppd[208883]: Connect: pppoe0 <--> eth0
May 19 22:03:09.597825 osdx pppd[208883]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xf1d4b569>]
May 19 22:03:10.581740 osdx pppd[208883]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xc6388232>]
May 19 22:03:10.581754 osdx pppd[208883]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xc6388232>]
May 19 22:03:11.627111 osdx pppd[208883]: rcvd [LCP TermReq id=0x3 "User request"]
May 19 22:03:11.627122 osdx pppd[208883]: sent [LCP TermAck id=0x3]
May 19 22:03:12.598042 osdx pppd[208883]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xf1d4b569>]
May 19 22:03:12.598602 osdx pppd[208883]: rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xf1d4b569>]
May 19 22:03:13.583247 osdx pppd[208883]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xc6388232>]
May 19 22:03:13.583276 osdx pppd[208883]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xc6388232>]
May 19 22:03:13.583408 osdx pppd[208883]: sent [LCP EchoReq id=0x0 magic=0xf1d4b569]
May 19 22:03:13.583432 osdx pppd[208883]: sent [PAP AuthReq id=0x1 user="myuser" password=<hidden>]
May 19 22:03:13.583876 osdx pppd[208883]: rcvd [LCP EchoReq id=0x0 magic=0xc6388232]
May 19 22:03:13.583886 osdx pppd[208883]: sent [LCP EchoRep id=0x0 magic=0xf1d4b569]
May 19 22:03:13.583921 osdx pppd[208883]: rcvd [LCP EchoRep id=0x0 magic=0xc6388232]
May 19 22:03:13.583942 osdx pppd[208883]: rcvd [PAP AuthAck id=0x1 "Login ok"]
May 19 22:03:13.583962 osdx pppd[208883]: Remote message: Login ok
May 19 22:03:13.583970 osdx pppd[208883]: PAP authentication succeeded
May 19 22:03:13.583979 osdx pppd[208883]: peer from calling number FE:05:F3:E3:D5:F6 authorized
May 19 22:03:13.584003 osdx pppd[208883]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>]
May 19 22:03:13.584036 osdx pppd[208883]: sent [IPV6CP ConfReq id=0x1 <addr fe80::dcff:3ca2:045d:ecc4>]
May 19 22:03:13.584101 osdx pppd[208883]: rcvd [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
May 19 22:03:13.584113 osdx pppd[208883]: sent [CCP ConfReq id=0x1]
May 19 22:03:13.584136 osdx pppd[208883]: sent [CCP ConfRej id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
May 19 22:03:13.584161 osdx pppd[208883]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.100.1>]
May 19 22:03:13.584171 osdx pppd[208883]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
May 19 22:03:13.584202 osdx pppd[208883]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::71c7:03d2:7535:3be7>]
May 19 22:03:13.584214 osdx pppd[208883]: sent [IPV6CP ConfAck id=0x1 <addr fe80::71c7:03d2:7535:3be7>]
May 19 22:03:13.584246 osdx pppd[208883]: rcvd [IPCP ConfNak id=0x1 <addr 192.168.100.2>]
May 19 22:03:13.584256 osdx pppd[208883]: sent [IPCP ConfReq id=0x2 <addr 192.168.100.2>]
May 19 22:03:13.584282 osdx pppd[208883]: rcvd [IPV6CP ConfAck id=0x1 <addr fe80::dcff:3ca2:045d:ecc4>]
May 19 22:03:13.584652 osdx pppd[208883]: local  LL address fe80::dcff:3ca2:045d:ecc4
May 19 22:03:13.584662 osdx pppd[208883]: remote LL address fe80::71c7:03d2:7535:3be7
May 19 22:03:13.585279 osdx pppd[208883]: Script /etc/ppp/ipv6-up started (pid 208967)
May 19 22:03:13.585332 osdx pppd[208883]: rcvd [CCP ConfAck id=0x1]
May 19 22:03:13.585359 osdx pppd[208883]: rcvd [CCP ConfReq id=0x2]
May 19 22:03:13.585368 osdx pppd[208883]: sent [CCP ConfAck id=0x2]
May 19 22:03:13.585411 osdx pppd[208883]: rcvd [IPCP ConfReq id=0x2 <addr 192.168.100.1>]
May 19 22:03:13.585421 osdx pppd[208883]: sent [IPCP ConfAck id=0x2 <addr 192.168.100.1>]
May 19 22:03:13.585452 osdx pppd[208883]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.100.2>]
May 19 22:03:13.586737 osdx pppd[208883]: Script /etc/ppp/ip-pre-up started (pid 208968)
May 19 22:03:13.591428 osdx pppd[208883]: Script /etc/ppp/ip-pre-up finished (pid 208968), status = 0x0
May 19 22:03:13.591478 osdx pppd[208883]: local  IP address 192.168.100.2
May 19 22:03:13.591483 osdx pppd[208883]: remote IP address 192.168.100.1
May 19 22:03:13.591851 osdx pppd[208883]: Script /etc/ppp/ip-up started (pid 208972)
May 19 22:03:13.591890 osdx pppd[208883]: Script /etc/ppp/ipv6-up finished (pid 208967), status = 0x0
May 19 22:03:13.654595 osdx pppd[208883]: Script /etc/ppp/ip-up finished (pid 208972), status = 0x0