Page 1 of 1

lan address range question

Posted: Tue Sep 20, 2011 11:48 am
by highfellow
Hello,

I am setting up a VPN for a small company I work for, using openVPN.

I would like to know whether it is always necessary to change the LAN address range away from the commonly used ones like 192.168.0.0 and 10.0.0.0?

The reason I am asking is because we have a lot of small devices on our wireless network which will be difficult to move to another address block. People on the VPN only need to be able to access the file server in any case, which is the same machine that will be running the openvpn server.

I was wondering whether in that case it would be possible to set up open vpn with a tap interface, and have the file server listen for traffic on that interface? The reason I am thinking of using tap rather than tun is because we access the file server using windows file sharing (it runs samba under debian linux).

Thanks for any advice on this,

andrew baxter.

Re: lan address range question

Posted: Tue Sep 20, 2011 12:12 pm
by janjust
no this is not necessary - the warnings printed are merely for your convenience; I have set up openvpn in many environments using 192.168.{0,1}/24 or 10.x.y.0/24 environments.

As long as you are aware of what you are doing and you know the basic RFC1918 rules (private addressing) then you should be fine.