What's new

pfsense openvpn server to asus rt-n66u client - help needed

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Juniorabca

New Around Here
I am somewhat new to the openvpn stuff but do have someone that has helped me setup a pfsense box. What I am trying to do is get the asus router to act as a client in a site to site vpn setup. I have it "working" but can't seem to get it so that I can browse the server network like I should be able to.

I have the vpn connecting according to both the pfsense box and asus vpn status screen. Still can't seem to do more than that. Asus router is on the latest build of merlin firmware. What files or data is required to request some help in getting this working so that I can browse the pfsense network and back?

I am still new to this and am trying to get it to work but have not been able to get further than what I am using this forum and google..

Jon

Asus router status screen...

OpenVPN Client 1 - Running
Statistics
TUN/TAP read bytes 5164
TUN/TAP write bytes 0
TCP/UDP read bytes 1999892
TCP/UDP write bytes 2021220
Auth read bytes 533509
pre-compress bytes 15624
post-compress bytes 15996
pre-decompress bytes 0
post-decompress bytes 0

This is the .ovpn file...

dev tun
persist-tun
persist-key
proto udp
cipher BF-CBC
auth SHA1
pull
resolv-retry infinite
remote sitename.com 2195
ifconfig 192.168.31.2 192.168.31.1
keepalive 10 60
ping-timer-rem
secret pfsense-udp-2195.secret
comp-lzo
tun-ipv6
route 192.168.20.0 255.255.255.0
route 192.168.1.0 255.255.255.0

Asus log of connection...

Jul 19 21:46:45 openvpn[1973]: event_wait : Interrupted system call (code=4)
Jul 19 21:46:45 openvpn[1973]: OpenVPN STATISTICS
Jul 19 21:46:45 openvpn[1973]: Updated,Sat Jul 19 21:46:45 2014
Jul 19 21:46:45 openvpn[1973]: TUN/TAP read bytes,5208
Jul 19 21:46:45 openvpn[1973]: TUN/TAP write bytes,0
Jul 19 21:46:45 openvpn[1973]: TCP/UDP read bytes,1999892
Jul 19 21:46:45 openvpn[1973]: TCP/UDP write bytes,2021304
Jul 19 21:46:45 openvpn[1973]: Auth read bytes,533509
Jul 19 21:46:45 openvpn[1973]: pre-compress bytes,15624
Jul 19 21:46:45 openvpn[1973]: post-compress bytes,15996

Routing tables...

Destination Gateway Genmask Flags Metric Ref Use Iface
69.121.216.1 * 255.255.255.255 UH 0 0 0 WAN
192.168.31.1 * 255.255.255.255 UH 0 0 0 tun11
192.168.21.0 * 255.255.255.0 U 0 0 0 LAN
192.168.20.0 192.168.31.1 255.255.255.0 UG 0 0 0 tun11
192.168.1.0 192.168.31.1 255.255.255.0 UG 0 0 0 tun11
69.121.216.0 * 255.255.252.0 U 0 0 0 WAN
default 69.121.216.1 0.0.0.0 UG 0 0 0 WAN
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top