使用MPD架設VPN的問題.. - BBS

Hedy avatar
By Hedy
at 2004-04-13T21:11

Table of Contents


我使用MPD架設VPN 可以正常連線
可是client端連線後只能ping到VPN server..
其他都沒辦法ping 不能連上internet

看了一下client端的網路 它的內容是 :

IP Address. . . . . .. . . : 192.168.10.210
Subnet Mask . . . . . . . : 255.255.255.255
Default Gateway . . . . . : 192.168.10.210

發現client IP與Gateway的IP相同 是因為這樣才不能連的嗎?
可以在mpd.conf檔裡設定要給client的gateway嗎?

我有另一台主機(192.168.10.99)當作gateway 那可以將這台設給連線進來
client的gateway嗎? 如果可以要如何設定?

以下是我的設定檔
#mpd.conf
default:
load pptp
pptp:
new -i ng0 pptp pptp

set bundle enable multilink
set bundle enable compression

set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800

set link yes acfcomp protocomp
set link yes pap
set link yes chap
set link keep-alive 10 60
set link mtu 1460

set ipcp yes vjcomp
set ipcp ranges 192.168.10.99/32 192.168.10.210/32

set ccp yes mppc
set ccp yes mpp-e40
set ccp yes mpp-e128
set ccp yes mpp-stateless
set ccp enable radius

#radius的設定
set radius retries 3
set radius timeout 3
set radius server hostname seeret 1645 1646
set radius acct-update 300
set ipcp enable radius-ip
set bundle enable radius-auth
set bundle enable radius-acct

#mpd.links
pptp:
set link type pptp
set pptp self 192.168.10.99
set pptp enable incoming
set pptp disable originate


有人知道要如何解決嗎? 因為我不是很熟 如果有講錯希望大家幫我糾正..
先說聲謝謝了...:)













--
Tags: BBS

All Comments

libpcap

Candice avatar
By Candice
at 2004-04-12T02:56
我寫了一個簡單呼叫 libpcap 的程式,在 freebs編譯.. 結果會有問題..? #includeandlt;pcap.handgt; #includeandlt;stdio.handgt; int main() { char *dev, errbuf[PCAP_ERRBUF ...

Re: How do packet filtering?

Zora avatar
By Zora
at 2004-04-11T21:58
※ 引述《nosrep.bbsatbbs.mgt.ncu.edu.tw (person)》之銘言: : ==andgt; ladios.bbsatbbs.cse.ttu.edu.tw (依偎的感覺) 提到: : : 1. set your nic to the promicious mode. : : ...

請問 t1.5 的作用

George avatar
By George
at 2004-04-10T05:08
===andgt; php4-cgi-4.3.5_7 depends on shared library: t1.5 - not found 想請問這個檔案是什麼作用呢? 又這個檔案應該去哪裡找得到? 謝謝 ^^ - ...

請問user如何執行應用程式?

Bennie avatar
By Bennie
at 2004-04-09T14:08
請問一下, user 登入工作站後可以執行網頁瀏覽器嗎? 還是要看工作站設定? 還是只有lynx等文字模式的browser可以用呢? -- 不謝東君意 丹青獨立名 莫嫌孤葉淡 終久不凋零 - ...

關於wep無線網路的存取?

Ingrid avatar
By Ingrid
at 2004-04-09T00:51
請教一下, 明明系統抓的到無線網卡, 而且在沒有wep下也可以成功的抓到ad hoc server. 但在wep下就抓不到任何server, 請問這要怎麼去設定? ps.我是用台大校內的WIRELESS ntwk ps2. freebsdd.org內的handbook也描述的不是很清 ...