Re: [Openvpn-users] openvpn and iptables rules advice

2014-04-28 Thread Brian Austin - Versa Net
also it can be handy to -J LOG before -J DROP to see whats being dropped. On 28/04/2014 9:24 PM, /dev/rob0 wrote: > On Mon, Apr 28, 2014 at 12:36:07PM +0300, Dmitry Korzhevin wrote: >> Guys, please advice, i use next debian iptables rules to allow >> my udp services: >> >> (openvpn server works

Re: [Openvpn-users] Second tunnel to same server in bridge mode

2013-12-12 Thread Brian Austin - Versa Net
add another config file to the server & restart ovpn ? /etc/openvon/bridge2.conf remote ??.??.??.?? dev tap1 secret /etc/openvpn/bridge[2].key can use same key. not sure about specifying the device. I dont do that, they are created automatically. I use dev tap or dev tun. regards On 13/12/201

Re: [Openvpn-users] It's not broken - but I want to fix it

2013-09-26 Thread Brian Austin - Versa Net
add a static route to THAT device that is responding ip route add remote-net/suf via vpn-server something like that.. or get fancy and add the route to yuor dhcp settings. On 26/09/2013 5:51 PM, Daniel Miller wrote: > Hello again. > > Have a perfectly working setup - so now I want to mess w