My Community Dashboard

  • RAzvan
    RAzvan replied to a discussion, BUG Clear OS 6 and 7 ...

    I did fixed like this :) ...

    are 2 things need to be done :

    1) to add 3 DNS - 2 of your local provider and another one of Google DNS : 8.8.8.8
    2) On the server side : /etc/ppp/ edit the file named : ip-up - example nano /etc/ppp/ip-up and

    You add after [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@" the /sbin/ifconfig $REALDEVICE mtu 1500 like this down below :



    ********************************************************************************

    [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"

    /sbin/ifconfig $REALDEVICE mtu 1500

    exit 0

    ********************************************************************************