Connect into a custom PPPoE server in Ubuntu in an Virtualbox experimental setup. Connection FailPPPoE pap Authentication failed even with correct passwordVirtualBox cloned Ubuntu Server network errorGPL VirtualBox in Ubuntu Server. Questions about setting up Ubuntu guest OS'sMongoDB with Virtual box replica set setup on Ubuntu 0.8 connection problemPPPoE Connection : “Generic-Error ”RP-PPPoE: Child pppd process terminated"Connecting to PPPoE server through wireless switchPing to pppoe server fails, while reverse is workingWindows Server 2012 RRAS/NAT with PPPoE ModemOpenVPN server in VirtualBox Linux guest with host only adapterHow to setup a PPPoE server on VLAN 10 using pppd on osx?Windows 10, Virtualbox and Ubuntu VLANs

How can I improve readability and length of a method with many if statements?

How to address players struggling with simple controls?

newcommand with parameter blank or zero

IIS LAN and WAN separate SSL certificates for the same server

TiKZ won't graph 1/sqrt(x)

Boss making me feel guilty for leaving the company at the end of my internship

Sci fi/fantasy book, people stranded on a planet where tech doesn't work, magic mist

Does WiFi affect the quality of images downloaded from the internet?

Does anyone recognize these rockets, and their location?

Cremated People Pottery

How to ask if I can mow my neighbor's lawn

Someone who is granted access to information but not expected to read it

How can this shape perfectly cover a cube?

What is the difference between state-based effects and effects on the stack?

Is fission/fusion to iron the most efficient way to convert mass to energy?

What is the context for Napoleon's quote "[the Austrians] did not know the value of five minutes"?

Creating polygon with exact measurements in QGIS 3

The last tree in the Universe

Fastest path on a snakes and ladders board

Background for black and white chart

At zero velocity, is this object neither speeding up nor slowing down?

Struggling to present results from long papers in short time slots

My parents claim they cannot pay for my college education; what are my options?

How could I create a situation in which a PC has to make a saving throw or be forced to pet a dog?



Connect into a custom PPPoE server in Ubuntu in an Virtualbox experimental setup. Connection Fail


PPPoE pap Authentication failed even with correct passwordVirtualBox cloned Ubuntu Server network errorGPL VirtualBox in Ubuntu Server. Questions about setting up Ubuntu guest OS'sMongoDB with Virtual box replica set setup on Ubuntu 0.8 connection problemPPPoE Connection : “Generic-Error ”RP-PPPoE: Child pppd process terminated"Connecting to PPPoE server through wireless switchPing to pppoe server fails, while reverse is workingWindows Server 2012 RRAS/NAT with PPPoE ModemOpenVPN server in VirtualBox Linux guest with host only adapterHow to setup a PPPoE server on VLAN 10 using pppd on osx?Windows 10, Virtualbox and Ubuntu VLANs






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I am using an Ubuntu Server 18.04.2LTS and I want to try to make it as a ppp server in order to study the protocol a bit better via wireshark.



The idea is to use virtualbox and use virtual machines as the following diagram shows:



Virtualbox Setup



Each Vm connected into the Vm using the "Internal networking" configuration over their virtual network card. In othr words I am running the following vms:



$ VBoxManage list runningvms
"Ubuntu PPP Configuration" 55314243-8b75-4a46-a8fa-9e371a63bd7f <<<< ppp server
"ubuntuVM pppclient" bf57df72-5ae8-406b-b364-4eec324e7cac <<< pppclient



And each of one have the following network cards:



  • PPP Server

 VBoxManage showvminfo 55314243-8b75-4a46-a8fa-9e371a63bd7f | grep NIC
NIC 1: MAC: 080027DACEE9, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 1 Rule(0): name = Rule 1, protocol = tcp, host ip = , host port = 2022, guest ip = , guest port = 22
NIC 2: MAC: 0800277B9E7B, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none


  • PPP Client

VBoxManage showvminfo bf57df72-5ae8-406b-b364-4eec324e7cac | grep NIC
NIC 1: MAC: 080027D07155, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 2: disabled


On the PPPoE client machines runnind the Default Desktop variant of Ubuntu 18.04LTS I have installed the "pppoeconf" package and I try to connect over the ppp server using the chap method ( just to study the network connection via wireshark into the host ) but I have this 2 issue:



PPPoE Error



Hence, I wanted to know whether the inteface connecting via PPPoE should have an IP first or no. If no how I can enforce the pppoeconf to use the default interface and connect into the ppp server that I setup?



For the record my ppp server runs and is already working as route -n command shows:



Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.2.2 0.0.0.0 UG 100 0 0 enp0s3
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s8
10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s3
10.0.2.2 0.0.0.0 255.255.255.255 UH 100 0 0 enp0s3


The ppp server is manually compiled using this source code over ubuntu 18.04LTS server. On it my /etc/ppp/pppoe-server-options I have setup the following settings for pap authentication (just to see how it works):



# PPP options for the PPPoE server
# LIC: GPL
debug
plugin /etc/ppp/plugins/rp-pppoe.so
require-pap
login
mtu 500
mru 500
ktune
proxyarp
lcp-echo-interval 10
lcp-echo-failure 2
nobsdcomp
noccp
novj
noipx


Edit 1



For my ppp client I removed any /etc/ppp/hosts/* file then I used as this answer in order to configure it. Still fails to connect. Do you know how I can debug it?



Furthermore, in the current connection I also have set the only ethernet interface that will use pppoe as well as parent.



Also, my network interfaces onto the client are via (sudo nmcli show command):



GENERAL.DEVICE: enp0s3
GENERAL.TYPE: ethernet
GENERAL.HWADDR: 08:00:27:D0:71:55
GENERAL.MTU: 1500
GENERAL.STATE: 30 (disconnected)
GENERAL.CONNECTION: --
GENERAL.CON-PATH: --
WIRED-PROPERTIES.CARRIER: on

GENERAL.DEVICE: lo
GENERAL.TYPE: loopback
GENERAL.HWADDR: 00:00:00:00:00:00
GENERAL.MTU: 65536
GENERAL.STATE: 10 (unmanaged)
GENERAL.CONNECTION: --
GENERAL.CON-PATH: --
IP4.ADDRESS[1]: 127.0.0.1/8
IP4.GATEWAY: --
IP6.ADDRESS[1]: ::1/128
IP6.GATEWAY: --
IP6.ROUTE[1]: dst = ::1/128, nh = ::, mt = 256










share|improve this question






























    1















    I am using an Ubuntu Server 18.04.2LTS and I want to try to make it as a ppp server in order to study the protocol a bit better via wireshark.



    The idea is to use virtualbox and use virtual machines as the following diagram shows:



    Virtualbox Setup



    Each Vm connected into the Vm using the "Internal networking" configuration over their virtual network card. In othr words I am running the following vms:



    $ VBoxManage list runningvms
    "Ubuntu PPP Configuration" 55314243-8b75-4a46-a8fa-9e371a63bd7f <<<< ppp server
    "ubuntuVM pppclient" bf57df72-5ae8-406b-b364-4eec324e7cac <<< pppclient



    And each of one have the following network cards:



    • PPP Server

     VBoxManage showvminfo 55314243-8b75-4a46-a8fa-9e371a63bd7f | grep NIC
    NIC 1: MAC: 080027DACEE9, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
    NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
    NIC 1 Rule(0): name = Rule 1, protocol = tcp, host ip = , host port = 2022, guest ip = , guest port = 22
    NIC 2: MAC: 0800277B9E7B, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none


    • PPP Client

    VBoxManage showvminfo bf57df72-5ae8-406b-b364-4eec324e7cac | grep NIC
    NIC 1: MAC: 080027D07155, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
    NIC 2: disabled


    On the PPPoE client machines runnind the Default Desktop variant of Ubuntu 18.04LTS I have installed the "pppoeconf" package and I try to connect over the ppp server using the chap method ( just to study the network connection via wireshark into the host ) but I have this 2 issue:



    PPPoE Error



    Hence, I wanted to know whether the inteface connecting via PPPoE should have an IP first or no. If no how I can enforce the pppoeconf to use the default interface and connect into the ppp server that I setup?



    For the record my ppp server runs and is already working as route -n command shows:



    Destination Gateway Genmask Flags Metric Ref Use Iface
    0.0.0.0 10.0.2.2 0.0.0.0 UG 100 0 0 enp0s3
    10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s8
    10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s3
    10.0.2.2 0.0.0.0 255.255.255.255 UH 100 0 0 enp0s3


    The ppp server is manually compiled using this source code over ubuntu 18.04LTS server. On it my /etc/ppp/pppoe-server-options I have setup the following settings for pap authentication (just to see how it works):



    # PPP options for the PPPoE server
    # LIC: GPL
    debug
    plugin /etc/ppp/plugins/rp-pppoe.so
    require-pap
    login
    mtu 500
    mru 500
    ktune
    proxyarp
    lcp-echo-interval 10
    lcp-echo-failure 2
    nobsdcomp
    noccp
    novj
    noipx


    Edit 1



    For my ppp client I removed any /etc/ppp/hosts/* file then I used as this answer in order to configure it. Still fails to connect. Do you know how I can debug it?



    Furthermore, in the current connection I also have set the only ethernet interface that will use pppoe as well as parent.



    Also, my network interfaces onto the client are via (sudo nmcli show command):



    GENERAL.DEVICE: enp0s3
    GENERAL.TYPE: ethernet
    GENERAL.HWADDR: 08:00:27:D0:71:55
    GENERAL.MTU: 1500
    GENERAL.STATE: 30 (disconnected)
    GENERAL.CONNECTION: --
    GENERAL.CON-PATH: --
    WIRED-PROPERTIES.CARRIER: on

    GENERAL.DEVICE: lo
    GENERAL.TYPE: loopback
    GENERAL.HWADDR: 00:00:00:00:00:00
    GENERAL.MTU: 65536
    GENERAL.STATE: 10 (unmanaged)
    GENERAL.CONNECTION: --
    GENERAL.CON-PATH: --
    IP4.ADDRESS[1]: 127.0.0.1/8
    IP4.GATEWAY: --
    IP6.ADDRESS[1]: ::1/128
    IP6.GATEWAY: --
    IP6.ROUTE[1]: dst = ::1/128, nh = ::, mt = 256










    share|improve this question


























      1












      1








      1








      I am using an Ubuntu Server 18.04.2LTS and I want to try to make it as a ppp server in order to study the protocol a bit better via wireshark.



      The idea is to use virtualbox and use virtual machines as the following diagram shows:



      Virtualbox Setup



      Each Vm connected into the Vm using the "Internal networking" configuration over their virtual network card. In othr words I am running the following vms:



      $ VBoxManage list runningvms
      "Ubuntu PPP Configuration" 55314243-8b75-4a46-a8fa-9e371a63bd7f <<<< ppp server
      "ubuntuVM pppclient" bf57df72-5ae8-406b-b364-4eec324e7cac <<< pppclient



      And each of one have the following network cards:



      • PPP Server

       VBoxManage showvminfo 55314243-8b75-4a46-a8fa-9e371a63bd7f | grep NIC
      NIC 1: MAC: 080027DACEE9, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
      NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
      NIC 1 Rule(0): name = Rule 1, protocol = tcp, host ip = , host port = 2022, guest ip = , guest port = 22
      NIC 2: MAC: 0800277B9E7B, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none


      • PPP Client

      VBoxManage showvminfo bf57df72-5ae8-406b-b364-4eec324e7cac | grep NIC
      NIC 1: MAC: 080027D07155, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
      NIC 2: disabled


      On the PPPoE client machines runnind the Default Desktop variant of Ubuntu 18.04LTS I have installed the "pppoeconf" package and I try to connect over the ppp server using the chap method ( just to study the network connection via wireshark into the host ) but I have this 2 issue:



      PPPoE Error



      Hence, I wanted to know whether the inteface connecting via PPPoE should have an IP first or no. If no how I can enforce the pppoeconf to use the default interface and connect into the ppp server that I setup?



      For the record my ppp server runs and is already working as route -n command shows:



      Destination Gateway Genmask Flags Metric Ref Use Iface
      0.0.0.0 10.0.2.2 0.0.0.0 UG 100 0 0 enp0s3
      10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s8
      10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s3
      10.0.2.2 0.0.0.0 255.255.255.255 UH 100 0 0 enp0s3


      The ppp server is manually compiled using this source code over ubuntu 18.04LTS server. On it my /etc/ppp/pppoe-server-options I have setup the following settings for pap authentication (just to see how it works):



      # PPP options for the PPPoE server
      # LIC: GPL
      debug
      plugin /etc/ppp/plugins/rp-pppoe.so
      require-pap
      login
      mtu 500
      mru 500
      ktune
      proxyarp
      lcp-echo-interval 10
      lcp-echo-failure 2
      nobsdcomp
      noccp
      novj
      noipx


      Edit 1



      For my ppp client I removed any /etc/ppp/hosts/* file then I used as this answer in order to configure it. Still fails to connect. Do you know how I can debug it?



      Furthermore, in the current connection I also have set the only ethernet interface that will use pppoe as well as parent.



      Also, my network interfaces onto the client are via (sudo nmcli show command):



      GENERAL.DEVICE: enp0s3
      GENERAL.TYPE: ethernet
      GENERAL.HWADDR: 08:00:27:D0:71:55
      GENERAL.MTU: 1500
      GENERAL.STATE: 30 (disconnected)
      GENERAL.CONNECTION: --
      GENERAL.CON-PATH: --
      WIRED-PROPERTIES.CARRIER: on

      GENERAL.DEVICE: lo
      GENERAL.TYPE: loopback
      GENERAL.HWADDR: 00:00:00:00:00:00
      GENERAL.MTU: 65536
      GENERAL.STATE: 10 (unmanaged)
      GENERAL.CONNECTION: --
      GENERAL.CON-PATH: --
      IP4.ADDRESS[1]: 127.0.0.1/8
      IP4.GATEWAY: --
      IP6.ADDRESS[1]: ::1/128
      IP6.GATEWAY: --
      IP6.ROUTE[1]: dst = ::1/128, nh = ::, mt = 256










      share|improve this question
















      I am using an Ubuntu Server 18.04.2LTS and I want to try to make it as a ppp server in order to study the protocol a bit better via wireshark.



      The idea is to use virtualbox and use virtual machines as the following diagram shows:



      Virtualbox Setup



      Each Vm connected into the Vm using the "Internal networking" configuration over their virtual network card. In othr words I am running the following vms:



      $ VBoxManage list runningvms
      "Ubuntu PPP Configuration" 55314243-8b75-4a46-a8fa-9e371a63bd7f <<<< ppp server
      "ubuntuVM pppclient" bf57df72-5ae8-406b-b364-4eec324e7cac <<< pppclient



      And each of one have the following network cards:



      • PPP Server

       VBoxManage showvminfo 55314243-8b75-4a46-a8fa-9e371a63bd7f | grep NIC
      NIC 1: MAC: 080027DACEE9, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
      NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
      NIC 1 Rule(0): name = Rule 1, protocol = tcp, host ip = , host port = 2022, guest ip = , guest port = 22
      NIC 2: MAC: 0800277B9E7B, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none


      • PPP Client

      VBoxManage showvminfo bf57df72-5ae8-406b-b364-4eec324e7cac | grep NIC
      NIC 1: MAC: 080027D07155, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
      NIC 2: disabled


      On the PPPoE client machines runnind the Default Desktop variant of Ubuntu 18.04LTS I have installed the "pppoeconf" package and I try to connect over the ppp server using the chap method ( just to study the network connection via wireshark into the host ) but I have this 2 issue:



      PPPoE Error



      Hence, I wanted to know whether the inteface connecting via PPPoE should have an IP first or no. If no how I can enforce the pppoeconf to use the default interface and connect into the ppp server that I setup?



      For the record my ppp server runs and is already working as route -n command shows:



      Destination Gateway Genmask Flags Metric Ref Use Iface
      0.0.0.0 10.0.2.2 0.0.0.0 UG 100 0 0 enp0s3
      10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s8
      10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s3
      10.0.2.2 0.0.0.0 255.255.255.255 UH 100 0 0 enp0s3


      The ppp server is manually compiled using this source code over ubuntu 18.04LTS server. On it my /etc/ppp/pppoe-server-options I have setup the following settings for pap authentication (just to see how it works):



      # PPP options for the PPPoE server
      # LIC: GPL
      debug
      plugin /etc/ppp/plugins/rp-pppoe.so
      require-pap
      login
      mtu 500
      mru 500
      ktune
      proxyarp
      lcp-echo-interval 10
      lcp-echo-failure 2
      nobsdcomp
      noccp
      novj
      noipx


      Edit 1



      For my ppp client I removed any /etc/ppp/hosts/* file then I used as this answer in order to configure it. Still fails to connect. Do you know how I can debug it?



      Furthermore, in the current connection I also have set the only ethernet interface that will use pppoe as well as parent.



      Also, my network interfaces onto the client are via (sudo nmcli show command):



      GENERAL.DEVICE: enp0s3
      GENERAL.TYPE: ethernet
      GENERAL.HWADDR: 08:00:27:D0:71:55
      GENERAL.MTU: 1500
      GENERAL.STATE: 30 (disconnected)
      GENERAL.CONNECTION: --
      GENERAL.CON-PATH: --
      WIRED-PROPERTIES.CARRIER: on

      GENERAL.DEVICE: lo
      GENERAL.TYPE: loopback
      GENERAL.HWADDR: 00:00:00:00:00:00
      GENERAL.MTU: 65536
      GENERAL.STATE: 10 (unmanaged)
      GENERAL.CONNECTION: --
      GENERAL.CON-PATH: --
      IP4.ADDRESS[1]: 127.0.0.1/8
      IP4.GATEWAY: --
      IP6.ADDRESS[1]: ::1/128
      IP6.GATEWAY: --
      IP6.ROUTE[1]: dst = ::1/128, nh = ::, mt = 256







      virtualbox ubuntu-18.04 point-to-point-protocol pppoe






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 30 at 23:25







      Dimitrios Desyllas

















      asked May 30 at 21:13









      Dimitrios DesyllasDimitrios Desyllas

      195317




      195317




















          1 Answer
          1






          active

          oldest

          votes


















          0














          In order to find out what happend on the ppp server ssh into it and then run:



          tail -f /var/log/syslog


          And you will see what happens. By default, the pppoe connections need no dhcp, but you need to provide DNS servers as well. In the ppoe configuration is missing thus append with the following:



          ms-dns 4.2.2.1
          ms-dns 4.2.2.3
          netmask 255.255.255.0
          defaultroute
          noipdefault
          usepeerdns



          For privacy you can use your own dns entries (or even setup a full caching dns into your system) by changing the values of ms-dns entries.



          For any authentication issue have a look upon: https://serverfault.com/a/969667/369198






          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f969562%2fconnect-into-a-custom-pppoe-server-in-ubuntu-in-an-virtualbox-experimental-setup%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            In order to find out what happend on the ppp server ssh into it and then run:



            tail -f /var/log/syslog


            And you will see what happens. By default, the pppoe connections need no dhcp, but you need to provide DNS servers as well. In the ppoe configuration is missing thus append with the following:



            ms-dns 4.2.2.1
            ms-dns 4.2.2.3
            netmask 255.255.255.0
            defaultroute
            noipdefault
            usepeerdns



            For privacy you can use your own dns entries (or even setup a full caching dns into your system) by changing the values of ms-dns entries.



            For any authentication issue have a look upon: https://serverfault.com/a/969667/369198






            share|improve this answer





























              0














              In order to find out what happend on the ppp server ssh into it and then run:



              tail -f /var/log/syslog


              And you will see what happens. By default, the pppoe connections need no dhcp, but you need to provide DNS servers as well. In the ppoe configuration is missing thus append with the following:



              ms-dns 4.2.2.1
              ms-dns 4.2.2.3
              netmask 255.255.255.0
              defaultroute
              noipdefault
              usepeerdns



              For privacy you can use your own dns entries (or even setup a full caching dns into your system) by changing the values of ms-dns entries.



              For any authentication issue have a look upon: https://serverfault.com/a/969667/369198






              share|improve this answer



























                0












                0








                0







                In order to find out what happend on the ppp server ssh into it and then run:



                tail -f /var/log/syslog


                And you will see what happens. By default, the pppoe connections need no dhcp, but you need to provide DNS servers as well. In the ppoe configuration is missing thus append with the following:



                ms-dns 4.2.2.1
                ms-dns 4.2.2.3
                netmask 255.255.255.0
                defaultroute
                noipdefault
                usepeerdns



                For privacy you can use your own dns entries (or even setup a full caching dns into your system) by changing the values of ms-dns entries.



                For any authentication issue have a look upon: https://serverfault.com/a/969667/369198






                share|improve this answer















                In order to find out what happend on the ppp server ssh into it and then run:



                tail -f /var/log/syslog


                And you will see what happens. By default, the pppoe connections need no dhcp, but you need to provide DNS servers as well. In the ppoe configuration is missing thus append with the following:



                ms-dns 4.2.2.1
                ms-dns 4.2.2.3
                netmask 255.255.255.0
                defaultroute
                noipdefault
                usepeerdns



                For privacy you can use your own dns entries (or even setup a full caching dns into your system) by changing the values of ms-dns entries.



                For any authentication issue have a look upon: https://serverfault.com/a/969667/369198







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 31 at 15:30

























                answered May 30 at 23:45









                Dimitrios DesyllasDimitrios Desyllas

                195317




                195317



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f969562%2fconnect-into-a-custom-pppoe-server-in-ubuntu-in-an-virtualbox-experimental-setup%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                    Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                    What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company