日韩黑丝制服一区视频播放|日韩欧美人妻丝袜视频在线观看|九九影院一级蜜桃|亚洲中文在线导航|青草草视频在线观看|婷婷五月色伊人网站|日本一区二区在线|国产AV一二三四区毛片|正在播放久草视频|亚洲色图精品一区

分享

EdgeRouter PPtP Server訪問本地DNS服務(wù) | @sskaje

 xxqa的新文藝 2019-08-16

UBNT EdgeRouter 自帶了PPTP Server,典型的配置方法是

1
2
3
4
5
6
set vpn pptp remote-access authentication local-users username sskaje password PASSWORD
set vpn pptp remote-access authentication mode local
set vpn pptp remote-access client-ip-pool start 192.168.100.210
set vpn pptp remote-access client-ip-pool stop 192.168.100.219
set vpn pptp remote-access dns-servers server-1 8.8.8.8
set vpn pptp remote-access mtu 1492

官方參考guide: https://help./hc/en-us/articles/205220840-EdgeMAX-PPTP-VPN-with-local-users-RADIUS

這個案例里,我的路由eth0是LAN口,eth0的IP是 192.168.100.1,這個配置下我的pptp客戶端能正常訪問到我的內(nèi)網(wǎng)的機器。
但是如果我需要把DNS設(shè)成 192.168.100.1,DNS請求就會一直沒響應(yīng)。
路由端抓 UDP 53 的包,可以看到pptp客戶端發(fā)出的dns請求,但是沒有回包。
看了眼/etc/dnsmasq.conf:

1
2
3
4
log-facility=/var/log/dnsmasq.log
interface=eth0
interface=eth2
cache-size=10000

man dnsmasq

-i, –interface=
Listen only on the specified interface(s). Dnsmasq automatically adds the loopback (local) interface to the list of interfaces to use when the –interface option is used. If no –interface or –listen-address options
are given dnsmasq listens on all available interfaces except any given in –except-interface options. IP alias interfaces (eg “eth1:0”) cannot be used with –interface or –except-interface options, use –listen-
address instead. A simple wildcard, consisting of a trailing ‘*’, can be used in –interface and –except-interface options.

嘗試了加一個 interface=pptp*,無效。
順手先把dnsmasq的請求隔離到一個新的網(wǎng)段 192.168.101.0/24,服務(wù)端的local-ip設(shè)成 192.168.101.1,推送dns 192.168.101.1,再設(shè)置options ‘listen-address=192.168.101.1’,解決。
全部命令如下

1
2
3
4
5
6
7
8
9
set vpn pptp remote-access authentication local-users username sskaje password PASSWORD
set vpn pptp remote-access authentication mode local
set vpn pptp remote-access client-ip-pool start 192.168.101.210
set vpn pptp remote-access client-ip-pool stop 192.168.101.219
set vpn pptp remote-access dns-servers server-1 192.168.101.1
set vpn pptp remote-access local-ip 192.168.101.1
set vpn pptp remote-access mtu 1492
set service dns forwarding options listen-address=192.168.13.1
EdgeRouter PPtP Server訪問本地DNS服務(wù) by @sskaje: https:///2016/02/edgerouter-pptp-server-dns-service/

Incoming search terms:

Link to this post!

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
    轉(zhuǎn)藏 分享 獻花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多