How to configure a PPPoE interface on the Nodegrid OS (complement)

How to configure a PPPoE interface on the Nodegrid OS (complement)

This article is a complement to the article "Creating a PPPoE connection with a ZSFP-VDSL2V (ADSL SFP)", link: https://support.zpesystems.com/portal/en/kb/articles/creating-a-pppoe-connection-with-a-zsfp-vdsl2v-adsl-sfp. It will guide you, step by step, through the configuration of a PPPoE link on the Nodegrid OS. The Nodegrid appliance, in our example below, is a Link SR, and will be the PPPoE client. 

Requirements: 
Having a PPPoE server set up, and connected to the Nodegrid. In our case, the Link SR is connected to the PPPoE server via its Eth0. 

Configuration: 
Note: on the Nodegrid's webUI, it is required to click on Save, to apply and save the settings being modified on the current window. In the rest of the article, we will assume a click on Save is done, after completing the settings, and before leaving the window. 

In Network :: Connections :: Eth0, configure the IPv4 mode (respectively the IPv6 mode) with 'No Ipv4 Address'(respectively with 'No IPv6 Address'):


In Network :: Connections, add a new Connection, with Type : PPPoE. Then, fill in carefully the following fields: 
  1.  Enter a Name. 
  2.  Select 'Set as Primary Connection'.
  3.  IPv4 mode: set at 'DHCP'.
  4. In the PPPoE Connection section: 
  1.    Parent Interface: set at 'eth0'.
  2.    Service: This is defined by the PPPoE server. If no Service is available, just use the same name as for the Parent Interface (in our case: 'eth0'). In the example below, we simply set it to 'isp'.
  3.    Username: set it, as per defined on the PPPoE server. 
  4.    Password: set it, as per defined on the PPPoE server


Visualization: 
Go back to Network :: Connections, we can see that: 
  1. eth0 is UP, with No Ip address. 
  2.  The PPPoE interface ('myppp'), is  created as 'pppoe.eth0', is UP, and has obtained an IP address from the PPPoE Server. 

We can also check the routing table and we make sure we ping correctly the zpecloud.com: 


    • Related Articles

    • Use any interface for Iptables from Nodegrid UI

      New for Nodegrid 6.0 and later, you can now use any interface in Iptables firewall or NAT rules. You can use interfaces that don't show in the interface drop-down menu. You can also use an interface that doesn't exist yet, such as VTI interfaces for ...
    • How to Configure Nodegrid Serial Ports

      To configure the serial ports of your Nodegrid Serial Console, follow the guideline steps below.   WebUI Log in as admin to the Nodegrid Serial Console Web interface. Go to Managed Devices page. Select the serial ports you want to configure, or check ...
    • Nodegrid Manager Installation in ESXi 5

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...
    • Nodegrid Manager Installation in ESXi 6

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...
    • Nodegrid Docker license and virtualization

      The Nodegrid platform allows administrators to run Docker applications. The platform allows pulling of Docker applications from Docker Hub, starting and stopping of the Docker Containers. The management of Docker Applications is currently only ...