<div dir="ltr"><div>Hey guys</div><div><br></div><div>Ive finally got round to using openvpn to route my network via an American server Ive built.  I decided not to host my daughters minecraft server on this server.  I simply want to push all my home network traffic over openvpn to America so I can get US shows on my apple tv box.  </div>
<div><br></div><div>So Ive done the following:</div><div><br></div><div>1) Connected  my odroid via openvpn to America.</div><div>2) Made the odroid the default gateway for my router.</div><div>3) route add -net <a href="http://192.168.0.0/24">192.168.0.0/24</a> gw 192.168.200.12 (200.12 is my openvpn assigned ip)</div>
<div> </div><div>However I have a few issues:</div><div><br></div><div>1) if I do cat /tmp/openvpn-status.log it brings up a list of connected clients, however rather than showing the odroids ip address it shows its mac address.</div>
<div><br></div><div>2e:71:7a:d1:51:f1,odroid,<a href="http://81.105.101.54:56942">81.105.101.54:56942</a>,Fri Jun 13 10:20:52 2014</div><div><br></div><div>Now I had to change the openvpn server config from using tun to tap to get the route add to work.  Im just not sure if I needed to do anything else apart from change tun to tap on my server and client config?</div>
<div><br></div><div>There is an entry for persist-tun in the openvpn.conf on the server.  Do I need to change this to persist-tap?  I cant seem to find info on this?</div><div><br></div><div>2) Could it be that the status log showing the client as a mac address rather than an ip address be the issue that's causing my home network not to be able to get out onto the internet via the vpn?</div>
<div><br></div><div>Heres my openvpn.conf on the server side</div><div><br></div><div>port 11194<br>proto udp<br>dev tap<br>ca privnet/ca.crt<br>cert privnet/server.crt<br>key privnet/server.key<br>dh privnet/dh2048.pem<br>
server 192.168.200.0 255.255.255.0<br>push "redirect-gateway def1"<br>push "dhcp-option DOMAIN .....<a href="http://name.co.uk">name.co.uk</a> removed"<br>push "dhcp-option DNS 8.8.4.4"<br>ifconfig-pool-persist ipp.txt<br>
client-config-dir ccd<br>route 192.168.1.0 255.255.255.0<br>client-to-client<br>push "route 192.168.1.0 255.255.255.0"<br>keepalive 10 120<br>comp-lzo<br>persist-key<br>persist-tun<br>management 127.0.0.1 1066<br>
status /tmp/openvpn-status.log<br>verb 3</div><div><br></div><div><br></div><div>I would appreciate any help you could offer please?</div><div><br></div><div>Cheers</div><div><br></div><div>Andy</div><div><br></div><div><br>
</div><div><br></div></div>