I am trying to setup an PPTP connection from my freenas box to a VPN provider.
I have installed the mpd5 via the pkg_add -r command. And i have configured an mpd.conf(its in the correct location, double checked this) file see below:
But i cant seem to even get the Ng0 interface up. When i start the mpd5 daemon with the "/etc/local/rc.d/mpd5 start" command i get the output
Then nothing else and when i check my interfaces there is no Ng0 interface up.
I dont seem to get what is causing this. If anyone can help i would appriciate it.
I have installed the mpd5 via the pkg_add -r command. And i have configured an mpd.conf(its in the correct location, double checked this) file see below:
Code:
startup: default: load pptp_client pptp_client: # # PPTP client: only outgoing calls, auto reconnect, # ipcp-negotiated address, one-sided authentication, # default route points on ISP's end # create bundle static B1 #set iface route default set ipcp ranges 0.0.0.0/0 0.0.0.0/0 create link static L1 pptp set link action bundle B1 set auth authname ******** set auth password ******** set link max-redial 0 set link mtu 1500 set link keep-alive 20 75 set pptp peer vpn.anonine.net set pptp disable windowing open
But i cant seem to even get the Ng0 interface up. When i start the mpd5 daemon with the "/etc/local/rc.d/mpd5 start" command i get the output
Code:
/etc/local/rc.d/mpd5 start Starting mpd5.
Then nothing else and when i check my interfaces there is no Ng0 interface up.
Code:
ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
ether xx:xx:xx:xx:xx:xx
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
ether xx:xx:xx:xx:xx:xx
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
ether xx:xx:xx:xx:xx:xx
inet xx.xx.xx.xx netmask 0xffffff00 broadcast xx.xx.xx.xx
media: Ethernet autoselect
status: active
laggproto lacp
laggport: em1 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>
laggport: em0 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>I dont seem to get what is causing this. If anyone can help i would appriciate it.