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 U2FsdGVkX19+9JEyv5YAGMRbhchRdnZQ5LVg6QpPdgI=
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 U2FsdGVkX18zHrNO9lstL19MoKVmGXK5Fv2DtoCb880=
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/2OeYGSNj2TaTsM4uMClk/LnxE/cRnD9Y=
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 U2FsdGVkX19VKk7HHR5kfXQm/GR4jFJBbyHC+P8A/KI=
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+ciPMk3pRmaE7sZUv5A9IWGRgK8d4CXiw=
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::88ed:da9c:1ae4:1c5e/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/hqNow8Scn0Jwiyr8BtYEyMy9oj6S9dEE=
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::f194:facb:cf81:cb41/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 U2FsdGVkX19SFyw7PS/KXVRGdqVjP3V76xM2tF1DnxI=
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::7595:47ed:352:bb8f/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 U2FsdGVkX19B5w2vx20K7n1W8abO69LBKUgfdma7dvg=
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::b420:8414:fc68:d7eb/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 U2FsdGVkX19MMpYvfgLA9HC1fJKJrxLsw5zJYtiDTjQ=
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::91e3:d02:15ef:4d1e/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  968  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  968  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+uNJ7iVPJxEm89ax+FkB1M0YZCZ67IHS0=
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::fca7:9b15:a4b2:c6ac/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=5.21 ms

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 5.205/5.205/5.205/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 U2FsdGVkX19Ts96dC/9GdJa1rbAu6mt+cuWvanCP7G0=
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::422:ac0e:e6a4:a7b3/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
Jul 24 15:21:48.718887 osdx pppd[1056954]: Plugin rp-pppoe.so loaded.
Jul 24 15:21:48.768277 osdx pppd[1056955]: pppd 2.4.9 started by root, uid 0
Jul 24 15:21:48.768618 osdx pppd[1056955]: Renamed interface ppp0 to pppoe0
Jul 24 15:21:48.768623 osdx pppd[1056955]: Using interface pppoe0
Jul 24 15:21:48.787599 osdx pppd[1056955]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Jul 24 15:21:48.787609 osdx pppd[1056955]:  dst ff:ff:ff:ff:ff:ff  src de:ad:be:ef:6c:00
Jul 24 15:21:48.787612 osdx pppd[1056955]:  [service-name] [host-uniq  bb 20 10 00]
Jul 24 15:21:48.787838 osdx pppd[1056955]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 57
Jul 24 15:21:48.787846 osdx pppd[1056955]:  dst de:ad:be:ef:6c:00  src fe:22:4e:ac:a9:9f
Jul 24 15:21:48.787851 osdx pppd[1056955]:  [AC-name osdx-tests-prod-1] [service-name] [AC-cookie  4f 9d 8b 91 40 12 b2 81 31 69 d8 16 55 37 ce 9f ef e7 00 00] [host-uniq  bb 20 10 00]
Jul 24 15:21:48.787855 osdx pppd[1056955]: Send PPPOE Discovery V1T1 PADR session 0x0 length 36
Jul 24 15:21:48.787858 osdx pppd[1056955]:  dst fe:22:4e:ac:a9:9f  src de:ad:be:ef:6c:00
Jul 24 15:21:48.787861 osdx pppd[1056955]:  [service-name] [host-uniq  bb 20 10 00] [AC-cookie  4f 9d 8b 91 40 12 b2 81 31 69 d8 16 55 37 ce 9f ef e7 00 00]
Jul 24 15:21:48.788147 osdx pppd[1056955]: Recv PPPOE Discovery V1T1 PADS session 0x1 length 12
Jul 24 15:21:48.788155 osdx pppd[1056955]:  dst de:ad:be:ef:6c:00  src fe:22:4e:ac:a9:9f
Jul 24 15:21:48.788159 osdx pppd[1056955]:  [service-name] [host-uniq  bb 20 10 00]
Jul 24 15:21:48.788163 osdx pppd[1056955]: PADS: Service-Name: ''
Jul 24 15:21:48.788166 osdx pppd[1056955]: PPP session is 1
Jul 24 15:21:48.811599 osdx pppd[1056955]: Connected to fe:22:4e:ac:a9:9f via interface eth0
Jul 24 15:21:48.811630 osdx pppd[1056955]: using channel 12
Jul 24 15:21:48.811646 osdx pppd[1056955]: Connect: pppoe0 <--> eth0
Jul 24 15:21:48.811652 osdx pppd[1056955]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xfe844dfb>]
Jul 24 15:21:49.791850 osdx pppd[1056955]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xe106ff44>]
Jul 24 15:21:49.791861 osdx pppd[1056955]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xe106ff44>]
Jul 24 15:21:50.726936 osdx pppd[1056955]: rcvd [LCP TermReq id=0x3 "User request"]
Jul 24 15:21:50.726945 osdx pppd[1056955]: sent [LCP TermAck id=0x3]
Jul 24 15:21:51.812363 osdx pppd[1056955]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xfe844dfb>]
Jul 24 15:21:51.812531 osdx pppd[1056955]: rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xfe844dfb>]
Jul 24 15:21:52.792739 osdx pppd[1056955]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xe106ff44>]
Jul 24 15:21:52.792748 osdx pppd[1056955]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xe106ff44>]
Jul 24 15:21:52.792856 osdx pppd[1056955]: sent [LCP EchoReq id=0x0 magic=0xfe844dfb]
Jul 24 15:21:52.792869 osdx pppd[1056955]: sent [PAP AuthReq id=0x1 user="myuser" password=<hidden>]
Jul 24 15:21:52.792942 osdx pppd[1056955]: rcvd [LCP EchoReq id=0x0 magic=0xe106ff44]
Jul 24 15:21:52.792945 osdx pppd[1056955]: sent [LCP EchoRep id=0x0 magic=0xfe844dfb]
Jul 24 15:21:52.792959 osdx pppd[1056955]: rcvd [LCP EchoRep id=0x0 magic=0xe106ff44]
Jul 24 15:21:52.793030 osdx pppd[1056955]: rcvd [PAP AuthAck id=0x1 "Login ok"]
Jul 24 15:21:52.793033 osdx pppd[1056955]: Remote message: Login ok
Jul 24 15:21:52.793036 osdx pppd[1056955]: PAP authentication succeeded
Jul 24 15:21:52.793039 osdx pppd[1056955]: peer from calling number FE:22:4E:AC:A9:9F authorized
Jul 24 15:21:52.793052 osdx pppd[1056955]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>]
Jul 24 15:21:52.793065 osdx pppd[1056955]: sent [IPV6CP ConfReq id=0x1 <addr fe80::0422:ac0e:e6a4:a7b3>]
Jul 24 15:21:52.793205 osdx pppd[1056955]: rcvd [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
Jul 24 15:21:52.793208 osdx pppd[1056955]: sent [CCP ConfReq id=0x1]
Jul 24 15:21:52.793214 osdx pppd[1056955]: sent [CCP ConfRej id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
Jul 24 15:21:52.793224 osdx pppd[1056955]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.100.1>]
Jul 24 15:21:52.793227 osdx pppd[1056955]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
Jul 24 15:21:52.793236 osdx pppd[1056955]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::1934:e5a8:d735:8f85>]
Jul 24 15:21:52.793240 osdx pppd[1056955]: sent [IPV6CP ConfAck id=0x1 <addr fe80::1934:e5a8:d735:8f85>]
Jul 24 15:21:52.793252 osdx pppd[1056955]: rcvd [IPCP ConfNak id=0x1 <addr 192.168.100.2>]
Jul 24 15:21:52.793256 osdx pppd[1056955]: sent [IPCP ConfReq id=0x2 <addr 192.168.100.2>]
Jul 24 15:21:52.793263 osdx pppd[1056955]: rcvd [IPV6CP ConfAck id=0x1 <addr fe80::0422:ac0e:e6a4:a7b3>]
Jul 24 15:21:52.793463 osdx pppd[1056955]: local  LL address fe80::0422:ac0e:e6a4:a7b3
Jul 24 15:21:52.793466 osdx pppd[1056955]: remote LL address fe80::1934:e5a8:d735:8f85
Jul 24 15:21:52.793783 osdx pppd[1056955]: Script /etc/ppp/ipv6-up started (pid 1057046)
Jul 24 15:21:52.793805 osdx pppd[1056955]: rcvd [CCP ConfAck id=0x1]
Jul 24 15:21:52.793815 osdx pppd[1056955]: rcvd [CCP ConfReq id=0x2]
Jul 24 15:21:52.793817 osdx pppd[1056955]: sent [CCP ConfAck id=0x2]
Jul 24 15:21:52.793835 osdx pppd[1056955]: rcvd [IPCP ConfReq id=0x2 <addr 192.168.100.1>]
Jul 24 15:21:52.793838 osdx pppd[1056955]: sent [IPCP ConfAck id=0x2 <addr 192.168.100.1>]
Jul 24 15:21:52.793849 osdx pppd[1056955]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.100.2>]
Jul 24 15:21:52.794378 osdx pppd[1056955]: Script /etc/ppp/ip-pre-up started (pid 1057047)
Jul 24 15:21:52.796590 osdx pppd[1056955]: Script /etc/ppp/ip-pre-up finished (pid 1057047), status = 0x0
Jul 24 15:21:52.796620 osdx pppd[1056955]: local  IP address 192.168.100.2
Jul 24 15:21:52.796623 osdx pppd[1056955]: remote IP address 192.168.100.1
Jul 24 15:21:52.796848 osdx pppd[1056955]: Script /etc/ppp/ip-up started (pid 1057051)
Jul 24 15:21:52.796875 osdx pppd[1056955]: Script /etc/ppp/ipv6-up finished (pid 1057046), status = 0x0
Jul 24 15:21:52.863950 osdx pppd[1056955]: Script /etc/ppp/ip-up finished (pid 1057051), status = 0x0