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

  • vampire17

    addikt

    Sziasztok!

    Raktam egy PPTPD szervert OpenWRT-re, megy is szepen, de a kliensrol csak a router elerheto a LAN on levo eszkozok nem.

    Ime a firevall.user configja:

    iptables -A input_wan -p tcp --dport 1723 -j ACCEPT
    iptables -A input_wan -p gre -j ACCEPT

    iptables -A input_rule -i ppp+ -j ACCEPT
    iptables -A forwarding_rule -i ppp+ -j ACCEPT
    iptables -A forwarding_rule -o ppp+ -j ACCEPT
    iptables -A output_rule -o ppp+ -j ACCEPT

    Kell meg valami, vagy mi miatt nem elerheto a tobbi eszkoz szerintetek?

    UI:

    Ha kellene, ez az options.pptpd configja:

    auth
    name "pptp-server"
    lcp-echo-failure 3
    lcp-echo-interval 60
    default-asyncmap
    mtu 1482
    mru 1482
    nobsdcomp
    nodeflate
    #noproxyarp
    #nomppc
    chapms-strip-domain
    # Otherwise, your chap-secret file will have to include "DOMAIN\\user" instead of user.
    mppe required,no40,no56,stateless
    require-mschap-v2
    refuse-chap
    refuse-mschap
    refuse-eap
    refuse-pap
    ms-dns 172.16.1.1
    #plugin radius.so
    #radius-config-file /etc/radius.conf

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