Hi, I'm trying to convert the ppp config from a Linux machine to my FreeBSD's MPD5.
Here is the Linux /etc/ppp/ppers/peervpn file:
# written by pptpsetup
pty "pptp peer.vpn.domain --nolaunchpppd"
lock
noauth
refuse-pap
refuse-eap
refuse-chap
nobsdcomp
nodeflate
name myuser
remotename peervpn...
I am using freeBSD 11.1-RELEASE-p6 on a raspberry PI and I can't get it to route email out though a pptp tunnel instead of the default route through the ethernet connection.
If I change smtp_bind_address in postfix main.cf to the pptp tunnel address I can see the correct from address in pflog...
em0 - internet
ng0 - pptp_client (mpd5)
192.168.103.181/32
em1 - internal net 1
192.168.11.1/24
vlan207 - internal net 2
192.168.103.182/24
Hi,
how to make, that will work as a network bridge between ng0 and vlan207 ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.