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 U2FsdGVkX1/fUoULOiqAyKJgrHX16OzkEX5u35HYAFM=
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 U2FsdGVkX19+lVzsMMsgWqexCpUfmETI+ajcSQle0s0=
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 U2FsdGVkX18zeTblTFAxw6QB0i+EZXJ5nPVfwqGmwrU=
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 U2FsdGVkX1+14L0llzph2afrq0g8fQ709eZ9jiJxvD0=
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++A7yvjlTFQQDIeNLxjybF1TL654KCzog=
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::50c6:c437:6814:f8f6/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/gOrSEsTx63tlb3/2nyVxzwt7JyjTGJTA=
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::70e9:6ddf:e295:e42e/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 U2FsdGVkX1+9vqHVylZOv+OkGNnq99edcZy01ho/sbs=
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::2919:f1ce:cd50:52b5/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 U2FsdGVkX1/CoWcDYyh/+viN0WEm1U8FSZikepJQJrI=
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::d9e6:ebf4:97d1:132/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 U2FsdGVkX1/TYrO9+CYs2pYhe6t1bpyic6EzWSGGVvE=
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::e48e:22de:4640:650d/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  33   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  33   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/4MMd2wRhVanlDBWgHO+nUvar0SmwSz4A=
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::fc7e:3e0:a43d:275a/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=8.97 ms

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 8.968/8.968/8.968/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/qZgW8/FPYp8h884biSk9XtkkUM6s3lTs=
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::b884:3e5e:8a63:992f/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
Jun 03 08:31:43.904776 osdx pppd[13323]: Plugin rp-pppoe.so loaded.
Jun 03 08:31:43.971126 osdx pppd[13324]: pppd 2.4.9 started by root, uid 0
Jun 03 08:31:43.972747 osdx pppd[13324]: Renamed interface ppp0 to pppoe0
Jun 03 08:31:43.972754 osdx pppd[13324]: Using interface pppoe0
Jun 03 08:31:43.986487 osdx pppd[13324]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Jun 03 08:31:43.986494 osdx pppd[13324]:  dst ff:ff:ff:ff:ff:ff  src de:ad:be:ef:6c:00
Jun 03 08:31:43.986498 osdx pppd[13324]:  [service-name] [host-uniq  0c 34 00 00]
Jun 03 08:31:43.986956 osdx pppd[13324]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 57
Jun 03 08:31:43.986997 osdx pppd[13324]:  dst de:ad:be:ef:6c:00  src fe:60:92:00:d9:a8
Jun 03 08:31:43.987035 osdx pppd[13324]:  [AC-name osdx-tests-prod-1] [service-name] [AC-cookie  bb 32 84 68 b1 20 2b e7 0b 71 38 4e db 73 95 a5 64 0d 00 00] [host-uniq  0c 34 00 00]
Jun 03 08:31:43.987434 osdx pppd[13324]: Send PPPOE Discovery V1T1 PADR session 0x0 length 36
Jun 03 08:31:43.987439 osdx pppd[13324]:  dst fe:60:92:00:d9:a8  src de:ad:be:ef:6c:00
Jun 03 08:31:43.987443 osdx pppd[13324]:  [service-name] [host-uniq  0c 34 00 00] [AC-cookie  bb 32 84 68 b1 20 2b e7 0b 71 38 4e db 73 95 a5 64 0d 00 00]
Jun 03 08:31:43.987751 osdx pppd[13324]: Recv PPPOE Discovery V1T1 PADS session 0x1 length 12
Jun 03 08:31:43.987754 osdx pppd[13324]:  dst de:ad:be:ef:6c:00  src fe:60:92:00:d9:a8
Jun 03 08:31:43.987758 osdx pppd[13324]:  [service-name] [host-uniq  0c 34 00 00]
Jun 03 08:31:43.987761 osdx pppd[13324]: PADS: Service-Name: ''
Jun 03 08:31:43.987763 osdx pppd[13324]: PPP session is 1
Jun 03 08:31:44.010356 osdx pppd[13324]: Connected to fe:60:92:00:d9:a8 via interface eth0
Jun 03 08:31:44.010388 osdx pppd[13324]: using channel 12
Jun 03 08:31:44.010405 osdx pppd[13324]: Connect: pppoe0 <--> eth0
Jun 03 08:31:44.010413 osdx pppd[13324]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0x81549aff>]
Jun 03 08:31:44.992072 osdx pppd[13324]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x26e69ba>]
Jun 03 08:31:44.992083 osdx pppd[13324]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0x26e69ba>]
Jun 03 08:31:45.838945 osdx pppd[13324]: rcvd [LCP TermReq id=0x3 "User request"]
Jun 03 08:31:45.838954 osdx pppd[13324]: sent [LCP TermAck id=0x3]
Jun 03 08:31:47.011580 osdx pppd[13324]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0x81549aff>]
Jun 03 08:31:47.011792 osdx pppd[13324]: rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0x81549aff>]
Jun 03 08:31:47.993011 osdx pppd[13324]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x26e69ba>]
Jun 03 08:31:47.993023 osdx pppd[13324]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0x26e69ba>]
Jun 03 08:31:47.993089 osdx pppd[13324]: sent [LCP EchoReq id=0x0 magic=0x81549aff]
Jun 03 08:31:47.993106 osdx pppd[13324]: sent [PAP AuthReq id=0x1 user="myuser" password=<hidden>]
Jun 03 08:31:47.993238 osdx pppd[13324]: rcvd [LCP EchoReq id=0x0 magic=0x26e69ba]
Jun 03 08:31:47.993243 osdx pppd[13324]: sent [LCP EchoRep id=0x0 magic=0x81549aff]
Jun 03 08:31:47.993329 osdx pppd[13324]: rcvd [LCP EchoRep id=0x0 magic=0x26e69ba]
Jun 03 08:31:47.993336 osdx pppd[13324]: rcvd [PAP AuthAck id=0x1 "Login ok"]
Jun 03 08:31:47.993340 osdx pppd[13324]: Remote message: Login ok
Jun 03 08:31:47.993347 osdx pppd[13324]: PAP authentication succeeded
Jun 03 08:31:47.993350 osdx pppd[13324]: peer from calling number FE:60:92:00:D9:A8 authorized
Jun 03 08:31:47.993367 osdx pppd[13324]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>]
Jun 03 08:31:47.993381 osdx pppd[13324]: sent [IPV6CP ConfReq id=0x1 <addr fe80::b884:3e5e:8a63:992f>]
Jun 03 08:31:47.993479 osdx pppd[13324]: rcvd [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
Jun 03 08:31:47.993483 osdx pppd[13324]: sent [CCP ConfReq id=0x1]
Jun 03 08:31:47.993493 osdx pppd[13324]: sent [CCP ConfRej id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
Jun 03 08:31:47.994185 osdx pppd[13324]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.100.1>]
Jun 03 08:31:47.994193 osdx pppd[13324]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
Jun 03 08:31:47.994208 osdx pppd[13324]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::598c:5b44:3d7c:6227>]
Jun 03 08:31:47.994212 osdx pppd[13324]: sent [IPV6CP ConfAck id=0x1 <addr fe80::598c:5b44:3d7c:6227>]
Jun 03 08:31:47.994220 osdx pppd[13324]: rcvd [IPCP ConfNak id=0x1 <addr 192.168.100.2>]
Jun 03 08:31:47.994224 osdx pppd[13324]: sent [IPCP ConfReq id=0x2 <addr 192.168.100.2>]
Jun 03 08:31:47.994237 osdx pppd[13324]: rcvd [IPV6CP ConfAck id=0x1 <addr fe80::b884:3e5e:8a63:992f>]
Jun 03 08:31:47.994464 osdx pppd[13324]: local  LL address fe80::b884:3e5e:8a63:992f
Jun 03 08:31:47.994468 osdx pppd[13324]: remote LL address fe80::598c:5b44:3d7c:6227
Jun 03 08:31:47.994865 osdx pppd[13324]: Script /etc/ppp/ipv6-up started (pid 13408)
Jun 03 08:31:47.994887 osdx pppd[13324]: rcvd [CCP ConfAck id=0x1]
Jun 03 08:31:47.994898 osdx pppd[13324]: rcvd [CCP ConfReq id=0x2]
Jun 03 08:31:47.994902 osdx pppd[13324]: sent [CCP ConfAck id=0x2]
Jun 03 08:31:47.995370 osdx pppd[13324]: rcvd [IPCP ConfReq id=0x2 <addr 192.168.100.1>]
Jun 03 08:31:47.995378 osdx pppd[13324]: sent [IPCP ConfAck id=0x2 <addr 192.168.100.1>]
Jun 03 08:31:47.996170 osdx pppd[13324]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.100.2>]
Jun 03 08:31:47.996820 osdx pppd[13324]: Script /etc/ppp/ip-pre-up started (pid 13410)
Jun 03 08:31:47.999525 osdx pppd[13324]: Script /etc/ppp/ip-pre-up finished (pid 13410), status = 0x0
Jun 03 08:31:47.999583 osdx pppd[13324]: local  IP address 192.168.100.2
Jun 03 08:31:47.999585 osdx pppd[13324]: remote IP address 192.168.100.1
Jun 03 08:31:47.999948 osdx pppd[13324]: Script /etc/ppp/ip-up started (pid 13413)
Jun 03 08:31:47.999972 osdx pppd[13324]: Script /etc/ppp/ipv6-up finished (pid 13408), status = 0x0
Jun 03 08:31:48.074658 osdx pppd[13324]: Script /etc/ppp/ip-up finished (pid 13413), status = 0x0