OBSD Help
Justin Anzelc <[email protected]>
| Newsgroups | gmane.network.poptop |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I could use some help getting poptop working on OpenBSD 4.9 with Apple iOS
devices. After much reading and searching I'm currently stuck. I can get an
iOS client (iPhone) to connect but when I try to ping the server I get no
reply. More specifically, when I do a tcpdump on tun0 I see my echo request
come in, I see the server reply, but the reply never reaches the client. If
I try pinging the client from the server, I see the server send echo
requests in tun0, but no reply from the client. It seems like traffic is
only going one direction in tun0.
I tried to add a static arp route but that didn't seem to help either.
This is the first time I've worked with OpenBSD and poptop so I could be
missing something simple. Any help would be appreciated!
Thanks,
J
/etc/ppp/ppp.conf
loop:
set timeout 0
set log phase chat connect lcp ipcp command
# set device localhost:pptp
set dial
set login
set mppe * stateless
# Server (local) IP address, Range for Clients, and Netmask
# Use the same IP addresses you specified in /etc/pppd.conf :
set ifaddr 192.168.1.251 192.168.1.249-192.168.1.250 255.255.255.0 (it
doesn't matter to me if these need to be on a different subnet to make it
work)
set server /tmp/loop "" 0177
loop-in:
set timeout 0
set log phase lcp ipcp command
allow mode direct
pptp:
load loop
#disable ipv6cp
noipv6
disable pap
disable chap
enable mschapv2
disable deflate pred1
deny deflate pred1
proxyarp
accept mppe
enable proxy
accept dns
# DNS Servers to assign client
# Use your own DNS server IP address :
set dns 192.168.1.12
# NetBIOS/WINS Servers to assign client
# Use your own WINS server IP address :
set nbns 192.168.1.12
set device !/etc/ppp/secure
/etc/pptpd.conf
:
ppp /usr/sbin/ppp
debug
noipparam
bcrelay rl0
localip 192.168.1.251
remoteip 192.168.1.249-250
pidfile /var/run/pptpd.pid
nobsdcomp
proxyarp
mppe-40
mppe-128
mppe-stateless
noipparam
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Poptop-server mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/poptop-server