nivw Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Nov 2005 Posts: 261
|
Posted: Tue May 16, 2006 1:13 am Post subject: baselayout 1.12.0_pre16 PPTP init while having pppd |
|
|
hay ppl,
excuse me for not rtfming just a bit more.
I finaly nailed ppp to windows behind NAT
apperently having filtering modules and qos , causes GRE to fail . that on 2.6.16-ck10 . why?
In the process I emerged pppd, on the side that would run the client. now when I try to /etc/init.d/ppp0 start , I see it tries to start pppd.
Quote: | /etc/init.d/net.ppp0 start
* Starting ppp0
* Bringing up ppp0
* ppp
* Running pppd ...
|
and it hangs...
I did manage to use
Quote: | pon <VPN target>debug dump logfd 2 nodetach |
I just want it to client pptp to the remote pptp server :-\
Quote: | cat /etc/conf.d/net
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"
config_ppp0=( "ppp" )
link_ppp0="pty 'pptp <VPN addr> --nolaunchpppd'"
plugins_ppp0=( )
username_ppp0='<VPN user>'
password_ppp0='<la passwd>'
pppd_ppp0=(
updetach
lock
noauth
nobsdcomp
nodeflate
mppe required,stateless
)
|
|
|