Jag_Five-O
Dabbler
- Joined
- Mar 28, 2015
- Messages
- 16
Yeah I can't get this figure out. Outside remapping my entire network because I am on 192.168.1.1 to match 10.0.0.0 I am pretty lost. I think my biggest problem is I'm having a hard time figure out what the Gateway (10.0.0.254) is on my system I think it's 192.168.1.1 but I'm not 100% sure. Here is my config:
Code:
port 10011 proto udp dev tun ca /mnt/openvpn/keys/ca.crt cert /mnt/openvpn/keys/openvpn-server.crt key /mnt/openvpn/keys/openvpn-server.key dh /mnt/openvpn/keys/dh1024.pem server 10.0.8.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 192.168.1.1 255.255.255.0" route 192.168.1.5 255.255.255.0 10.0.8.1 #tls-auth /mnt/openvpn/keys/auth.key 0 #crl-verify /mnt/openvpn/keys/crl.pem keepalive 10 120 group nobody user nobody comp-lzo persist-key persist-tun verb 3
Last edited: