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/gO0mNV7kFC73GxhRDqJNcNOD9aKQ909E= 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 command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow 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/HFC9JS02mW0s9gK7/o1M4X35hwQQGKqc= 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 command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow 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/KXKIWDURZZliFwU0K5Nl+4Qwa17XXqUQ= 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: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 local-address 192.168.100.100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
192.168.100.100Show output
--------------------------------------------------------- Name IP Address Admin Oper Vrf Description --------------------------------------------------------- pppoe0 192.168.100.100/32 up up
Step 4: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow 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/D1f0jj2lo1bnpzVDBzBvxjZLFdedxw9Y= 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: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 local-identifier '::100'
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
::100Show output
------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::100/128
Step 4: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------- pppoe0 192.168.100.3/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 pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1/z/LiA+ur4nefgKUx7us2nLh9oC32xlM4= 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: Modify the following configuration lines in DUT0 :
set interfaces ethernet eth0 vif 100 set interfaces pppoe pppoe0 base-interface ethernet eth0 vif 100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------- pppoe0 192.168.100.2/32 up up fe80::dce5:d56d:44b:aadb/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 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+3UyqFSjdxFqnCCoJh3Xpcmw0p4x/u2G4= 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: Modify the following configuration lines in DUT0 :
delete interfaces pppoe pppoe0 base-interface ethernet set interfaces bridge br0 set interfaces ethernet eth1 bridge-group bridge br0 set interfaces pppoe pppoe0 base-interface bridge br0
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::7996:5be6:b758:d9fd/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 ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19vJvYCqHdCPTKtXLik1V/Cw1Yq+yfoHpc= 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: Modify the following configuration lines in DUT0 :
delete interfaces pppoe pppoe0 base-interface ethernet set interfaces bridge br0 vif 100 set interfaces bridge br0 vlan 100 set interfaces ethernet eth1 bridge-group bridge br0 set interfaces ethernet eth1 bridge-group vlan 100 set interfaces pppoe pppoe0 base-interface bridge br0 vif 100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.2/32 up up fe80::e53a:d360:d995:391e/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 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1/N+UTyseWA6YKVZkMFWCWC4ubQDwQ7DQc= 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: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 access-concentrator myac
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::5d05:2e28:f19a:6948/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/BV14v5pAbB1mUKmzX/trueIYgeqFZWNo= set interfaces pppoe pppoe0 base-interface ethernet eth0 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: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 local-address 192.168.100.100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.100/32 up up fe80::a548:4ac2:73bd:1e7f/128
Note
Verify tunnel interface configuration
Step 4: Run command interfaces tunnel tun0 show detailed at DUT0 and check if output contains the following tokens:
10.10.10.200Show output
-------------------------------------------------------------------------------------------------------- Name Idx IP Address Admin Oper Link MTU Vrf Upper Lower Type Phys addr -------------------------------------------------------------------------------------------------------- tun0 238 10.10.10.200/24 up up up 1468 pppoe0 tunnel 192.168.100.100 fe80::5efe:c0a8:6464/64
Step 5: Run command interfaces tunnel tun0 show detailed at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------------------------------------------- Name Idx IP Address Admin Oper Link MTU Vrf Upper Lower Type Phys addr -------------------------------------------------------------------------------------------------------- tun0 238 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 U2FsdGVkX183j40kzN4u5zp8Zz9aLcwY5WpAFixJN2Y= 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 command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::5065:3324:68c7:eb98/128
Note
Google IP is 8.8.8.8
Step 3: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 count 1 size 56 timeout 1Show 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.03 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.034/4.034/4.034/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 U2FsdGVkX18qcVlSpG+v+PXlMEj4sK+hLucV6z6Q2Ns= 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 command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.2/32 up up fe80::9c96:31fd:c40c:81b7/128
Step 3: Run command system journal show | cat at DUT0 and check if output contains the following tokens:
pppdShow output
Mar 20 09:08:39.000201 osdx systemd-timedated[56970]: Changed local time to Fri 2026-03-20 09:08:39 UTC Mar 20 09:08:39.001211 osdx systemd-journald[2054]: Time jumped backwards, rotating. Mar 20 09:08:39.001618 osdx OSDxCLI[3077]: User 'admin' executed a new command: 'set date 2026-03-20 09:08:39'. Mar 20 09:08:39.314385 osdx systemd-journald[2054]: Runtime Journal (/run/log/journal/ba147585e3944580985006d3d45a280a) is 2.3M, max 17.2M, 14.8M free. Mar 20 09:08:39.317266 osdx systemd-journald[2054]: Received client request to rotate journal, rotating. Mar 20 09:08:39.317347 osdx systemd-journald[2054]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ba147585e3944580985006d3d45a280a. Mar 20 09:08:39.327315 osdx OSDxCLI[3077]: User 'admin' executed a new command: 'system journal clear'. Mar 20 09:08:39.682473 osdx OSDxCLI[3077]: User 'admin' executed a new command: 'system coredump delete all'. Mar 20 09:08:40.129212 osdx OSDxCLI[3077]: User 'admin' entered the configuration menu. Mar 20 09:08:40.309379 osdx OSDxCLI[3077]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.215.168.64/24'. Mar 20 09:08:40.390806 osdx OSDxCLI[3077]: User 'admin' added a new cfg line: 'set protocols static route 0.0.0.0/0 next-hop 10.215.168.1'. Mar 20 09:08:40.510228 osdx OSDxCLI[3077]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 base-interface ethernet eth0'. Mar 20 09:08:40.621471 osdx OSDxCLI[3077]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 authentication protocol pap'. Mar 20 09:08:40.755100 osdx OSDxCLI[3077]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 authentication user myuser password ******'. Mar 20 09:08:40.844415 osdx OSDxCLI[3077]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 logging detailed'. Mar 20 09:08:40.910147 osdx OSDxCLI[3077]: User 'admin' added a new cfg line: 'show working'. Mar 20 09:08:40.994660 osdx ubnt-cfgd[77191]: inactive Mar 20 09:08:41.017300 osdx INFO[77199]: FRR daemons did not change Mar 20 09:08:41.053219 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 20 09:08:41.095623 osdx WARNING[77268]: No supported link modes on interface eth0 Mar 20 09:08:41.096996 osdx modulelauncher[77268]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Mar 20 09:08:41.097007 osdx modulelauncher[77268]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Mar 20 09:08:41.098160 osdx modulelauncher[77268]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Mar 20 09:08:41.098167 osdx modulelauncher[77268]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Mar 20 09:08:41.129566 osdx pppd[77290]: Plugin rp-pppoe.so loaded. Mar 20 09:08:41.173771 osdx pppd[77291]: pppd 2.4.9 started by root, uid 0 Mar 20 09:08:41.177223 osdx kernel: pppoe0: renamed from ppp0 Mar 20 09:08:41.189345 osdx pppd[77291]: Renamed interface ppp0 to pppoe0 Mar 20 09:08:41.189354 osdx pppd[77291]: Using interface pppoe0 Mar 20 09:08:41.191707 osdx (udev-worker)[77295]: Network interface NamePolicy= disabled on kernel command line. Mar 20 09:08:41.198163 osdx cfgd[1833]: [3077]Completed change to active configuration Mar 20 09:08:41.205249 osdx pppd[77291]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12 Mar 20 09:08:41.205258 osdx pppd[77291]: dst ff:ff:ff:ff:ff:ff src de:ad:be:ef:6c:00 Mar 20 09:08:41.205262 osdx pppd[77291]: [service-name] [host-uniq eb 2d 01 00] Mar 20 09:08:41.205438 osdx pppd[77291]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 57 Mar 20 09:08:41.205445 osdx pppd[77291]: dst de:ad:be:ef:6c:00 src fe:0c:76:52:07:c8 Mar 20 09:08:41.205449 osdx pppd[77291]: [AC-name osdx-tests-prod-1] [service-name] [AC-cookie aa ea 0b 6d 28 5a 0f cd 3e 99 55 ef 98 65 74 eb 71 1e 00 00] [host-uniq eb 2d 01 00] Mar 20 09:08:41.205454 osdx pppd[77291]: Send PPPOE Discovery V1T1 PADR session 0x0 length 36 Mar 20 09:08:41.205457 osdx pppd[77291]: dst fe:0c:76:52:07:c8 src de:ad:be:ef:6c:00 Mar 20 09:08:41.205461 osdx pppd[77291]: [service-name] [host-uniq eb 2d 01 00] [AC-cookie aa ea 0b 6d 28 5a 0f cd 3e 99 55 ef 98 65 74 eb 71 1e 00 00] Mar 20 09:08:41.205692 osdx pppd[77291]: Recv PPPOE Discovery V1T1 PADS session 0x1 length 12 Mar 20 09:08:41.205698 osdx pppd[77291]: dst de:ad:be:ef:6c:00 src fe:0c:76:52:07:c8 Mar 20 09:08:41.205701 osdx pppd[77291]: [service-name] [host-uniq eb 2d 01 00] Mar 20 09:08:41.205705 osdx pppd[77291]: PADS: Service-Name: '' Mar 20 09:08:41.205708 osdx pppd[77291]: PPP session is 1 Mar 20 09:08:41.209949 osdx OSDxCLI[3077]: User 'admin' committed the configuration. Mar 20 09:08:41.224767 osdx OSDxCLI[3077]: User 'admin' left the configuration menu. Mar 20 09:08:41.237270 osdx pppd[77291]: Connected to fe:0c:76:52:07:c8 via interface eth0 Mar 20 09:08:41.237298 osdx pppd[77291]: using channel 17 Mar 20 09:08:41.237316 osdx pppd[77291]: Connect: pppoe0 <--> eth0 Mar 20 09:08:41.237322 osdx pppd[77291]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xc5c46f29>] Mar 20 09:08:41.237536 osdx pppd[77291]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xb0db0972>] Mar 20 09:08:41.237542 osdx pppd[77291]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xb0db0972>] Mar 20 09:08:41.237553 osdx pppd[77291]: rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xc5c46f29>] Mar 20 09:08:41.237592 osdx pppd[77291]: sent [LCP EchoReq id=0x0 magic=0xc5c46f29] Mar 20 09:08:41.237603 osdx pppd[77291]: sent [PAP AuthReq id=0x1 user="myuser" password=<hidden>] Mar 20 09:08:41.237736 osdx pppd[77291]: rcvd [LCP EchoReq id=0x0 magic=0xb0db0972] Mar 20 09:08:41.237740 osdx pppd[77291]: sent [LCP EchoRep id=0x0 magic=0xc5c46f29] Mar 20 09:08:41.237753 osdx pppd[77291]: rcvd [LCP EchoRep id=0x0 magic=0xb0db0972] Mar 20 09:08:41.237761 osdx pppd[77291]: rcvd [PAP AuthAck id=0x1 "Login ok"] Mar 20 09:08:41.237764 osdx pppd[77291]: Remote message: Login ok Mar 20 09:08:41.237767 osdx pppd[77291]: PAP authentication succeeded Mar 20 09:08:41.237769 osdx pppd[77291]: peer from calling number FE:0C:76:52:07:C8 authorized Mar 20 09:08:41.237778 osdx pppd[77291]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>] Mar 20 09:08:41.237789 osdx pppd[77291]: sent [IPV6CP ConfReq id=0x1 <addr fe80::9c96:31fd:c40c:81b7>] Mar 20 09:08:41.237836 osdx pppd[77291]: rcvd [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] Mar 20 09:08:41.237839 osdx pppd[77291]: sent [CCP ConfReq id=0x1] Mar 20 09:08:41.237845 osdx pppd[77291]: sent [CCP ConfRej id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] Mar 20 09:08:41.237852 osdx pppd[77291]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.100.1>] Mar 20 09:08:41.237855 osdx pppd[77291]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01>] Mar 20 09:08:41.237862 osdx pppd[77291]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::b1dd:baed:b52e:2d35>] Mar 20 09:08:41.237866 osdx pppd[77291]: sent [IPV6CP ConfAck id=0x1 <addr fe80::b1dd:baed:b52e:2d35>] Mar 20 09:08:41.237873 osdx pppd[77291]: rcvd [IPCP ConfNak id=0x1 <addr 192.168.100.2>] Mar 20 09:08:41.237877 osdx pppd[77291]: sent [IPCP ConfReq id=0x2 <addr 192.168.100.2>] Mar 20 09:08:41.237887 osdx pppd[77291]: rcvd [IPV6CP ConfAck id=0x1 <addr fe80::9c96:31fd:c40c:81b7>] Mar 20 09:08:41.237981 osdx pppd[77291]: local LL address fe80::9c96:31fd:c40c:81b7 Mar 20 09:08:41.237984 osdx pppd[77291]: remote LL address fe80::b1dd:baed:b52e:2d35 Mar 20 09:08:41.238249 osdx pppd[77291]: Script /etc/ppp/ipv6-up started (pid 77336) Mar 20 09:08:41.238271 osdx pppd[77291]: rcvd [CCP ConfAck id=0x1] Mar 20 09:08:41.238283 osdx pppd[77291]: rcvd [CCP ConfReq id=0x2] Mar 20 09:08:41.238286 osdx pppd[77291]: sent [CCP ConfAck id=0x2] Mar 20 09:08:41.238300 osdx pppd[77291]: rcvd [IPCP ConfReq id=0x2 <addr 192.168.100.1>] Mar 20 09:08:41.238303 osdx pppd[77291]: sent [IPCP ConfAck id=0x2 <addr 192.168.100.1>] Mar 20 09:08:41.238429 osdx pppd[77291]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.100.2>] Mar 20 09:08:41.238965 osdx pppd[77291]: Script /etc/ppp/ip-pre-up started (pid 77337) Mar 20 09:08:41.240875 osdx pppd[77291]: Script /etc/ppp/ip-pre-up finished (pid 77337), status = 0x0 Mar 20 09:08:41.240901 osdx pppd[77291]: local IP address 192.168.100.2 Mar 20 09:08:41.240904 osdx pppd[77291]: remote IP address 192.168.100.1 Mar 20 09:08:41.241128 osdx pppd[77291]: Script /etc/ppp/ip-up started (pid 77341) Mar 20 09:08:41.241152 osdx pppd[77291]: Script /etc/ppp/ipv6-up finished (pid 77336), status = 0x0 Mar 20 09:08:41.305286 osdx pppd[77291]: Script /etc/ppp/ip-up finished (pid 77341), status = 0x0 Mar 20 09:08:41.369394 osdx OSDxCLI[3077]: User 'admin' executed a new command: 'interfaces pppoe pppoe0 show'.