Keresés

Új hozzászólás Aktív témák

  • Grunya

    aktív tag

    válasz snowflake #548 üzenetére


    Valami még mindig nem jó... :(
    Ha beirom az /etc/ppp/options fileba a usepeerdns-t, akkor nem is jön létre a kapcsolat. :(

    A PPPsetup során két kérdésre nem biztos a válaszom:

    1. What is your ISP domain name? Ez mi? matav.hu?
    2. What is The IP address of your IP nameserver? Ez a remote IP address lenne?

    Jelenleg ezt a kimenetet kapom a pppsetup végén: Mi nem jó benne?

    # This is your /etc/ppp/options file.

    # General configuration options for PPPD:
    lock
    defaultroute
    noipdefault
    modem
    /dev/modem
    57600
    crtscts
    # Uncomment the line below for more verbose error reporting:
    #debug
    # If you have a default route already, pppd may require the other side
    # to authenticate itself, which most ISPs will not do. To work around this,
    # uncomment the line below. Note that this may have negative side effects
    # on system security if you allow PPP dialins. See the docs in /usr/doc/ppp*
    # for more information.
    #noauth
    passive
    asyncmap 0
    name ''matav''

    I created the symbolic link: /dev/modem -> /dev/modem

    # This is your /etc/ppp/options.demand dialing file.

    # General configuration options for PPPD:
    lock
    defaultroute
    noipdefault
    modem
    /dev/modem
    57600
    crtscts
    # Uncomment the line below for more verbose error reporting:
    #debug
    # If you have a default route already, pppd may require the other side
    # to authenticate itself, which most ISPs will not do. To work around this,
    # uncomment the line below. Note that this may have negative side effects
    # on system security if you allow PPP dialins. See the docs in /usr/doc/ppp*
    # for more information.
    #noauth
    passive
    asyncmap 0
    name ''matav''
    ipcp-accept-local
    ipcp-accept-remote
    0.0.0.0:10.10.10.10
    demand
    connect ''/usr/sbin/chat -v -f /etc/ppp/pppscript''

    If you have a ethernet connection you should change the local:remote
    IP addresses in the options.demand file, to your actual local and
    remote address. Example: 215.346.117.89:312.217.187.96

    # This in your /etc/resolv.conf file.

    search 145.236
    nameserver 145.236.225.216

    145.236.225.216 <-IMPORTANT: This should be the IP address of
    your service providers nameserver.

    # This is your /etc/ppp/pap-secrets file.

    Look at /etc/ppp/pap-secrets.

    ATENTION: I couldn't find 'PPP' in the kernel or as a module.
    You'll need 'PPP' in the kernel or as a module to make a PPP connection.

    Does everything look correct? if not, run 'pppsetup' again...

Új hozzászólás Aktív témák