[ale] OpenVPN help

Alex Carver agcarver+ale at acarver.net
Sat Nov 7 18:39:21 EST 2015


Yes as far as I can tell:

# cat /proc/sys/net/ipv4/ip_forward
1


# route -n
Kernel IP routing table
Destination  Gateway      Genmask      Flags Metric Ref    Use Iface
0.0.0.0      10.0.0.1     0.0.0.0         UG    0      0        0 eth0
10.0.0.0     0.0.0.0      255.255.0.0     U     0      0        0 eth0
10.100.0.0   10.100.0.2   255.255.255.0   UG    0      0        0 tun0
10.100.0.2   0.0.0.0      255.255.255.255 UH    0      0        0 tun0


Both of those came up automatically as soon as openvpn started with the
relevant portions of the configuration:

dev tun
proto udp
port 1194
server 10.100.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 10.0.0.0 255.255.0.0"
push "redirect-gateway"
push "dhcp-option DNS 10.0.0.1"



On 2015-11-07 11:58, dev null zero two wrote:
> did you set up routes and ip forwarding?
> 
> Sent from my mobile. Please excuse the brevity, spelling, and punctuation.
> On Nov 7, 2015 2:54 PM, "Alex Carver" <agcarver+ale at acarver.net> wrote:
> 
>> Anyone here familiar with setting up OpenVPN?  I just brought up a spare
>> machine to experiment.  I've got things set up as far as being able to
>> establish a connection from my phone to the server but I can't get any
>> traffic to go across the link whether reaching internal servers or
>> external ones.
>> _______________________________________________
>> Ale mailing list
>> Ale at ale.org
>> http://mail.ale.org/mailman/listinfo/ale
>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> http://mail.ale.org/mailman/listinfo
>>
> 
> 
> 
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
> 



More information about the Ale mailing list