Openvpn: Routing into the LAN and break out into the Internet

Hi all,

I set up a routed OpenVPN-Server and it is up and running.

I would like to see via this server the LAN computers and break out into the Internet.

In Ubuntu I had to edit systl.conf and enter the following in order to make the routing and break out permanent.

vi /etc/sysctl.conf
------------------>>>>----
net.ipv4.ip_forward=1

What is the manjaro equivalent to this?
(I know the prerequisite is the appropriate server.conf.)
(Also I have seen a directory /etc/sysctl.d.)
Regards,

CJC

The equivalent is described here:
https://wiki.archlinux.org/index.php/Internet_sharing
.

That is described here:
https://community.openvpn.net/openvpn/wiki/HOWTO#ExpandingthescopeoftheVPNtoincludeadditionalmachinesoneithertheclientorserversubnet

I would advice to configure “–topology subnet” as net30 is deprecated.

I did find neither

–topology subnet

nor

net30

in the cited article …

But ipforwarding is in function! Thankyou

Regarding topology:
https://community.openvpn.net/openvpn/wiki/Topology

ok, now I got it. (hopefully)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.