From the OpenVPN man page:--route network/IP [netmask] [gateway] [metric] This tells the server config to "push" to the client, the route command which sets a networking route of the 10.10.10.0/24 subnet via the gateway 10.0.0.2 with a metric of 1. Metrics are used to give "preference" if multiple routes exist (such that the lowest cost wins).

Reference manual for OpenVPN 2.0 | OpenVPN If no matching file is found, OpenVPN will instead try to open and parse a default file called “DEFAULT”, which may be provided but is not required.This file can specify a fixed IP address for a given client using –ifconfig-push, as well as fixed subnets owned by the client using –iroute. How to push IP to OpenVPN clients? - TomatoUSB In PC version, OpenVPN may push IP to connected specific client with comand: ifconfig-push 10.0.0.13 255.255.255.0 I'm wondering whether this could be done in TomatoUSB?

This guide will show you how to install a OpenVPN server with port forwarding aka open ports. This is great for Perfect Dark, Retroshare, or Torrent uploading where having an open port is required. used for user1 ifconfig-push 10.8.0.3 255.255.255.0 ifconfig-push 10.8.0.4 255.255.255.0 ifconfig-push 10.8.0.5 255.255.255.0 ifconfig-push 10.8

In fact, they are exactly rules as if the OpenVPN interface were a physical interface and the user user1 was using a PC with a fixed IP. The rules above allow only the address 10.10.94.10, to access the IP 192.168.201.10 (in this example an IP of the LAN) on any port.

Note that you cannot use just any pair of addresses from within this subnet. Each pair of ifconfig-push addresses represent the OpenVPN client and server IP endpoints. They must be taken from successive /30 subnets in order to be compatible with Windows client hosts and the TAP-Windows driver.

In PC version, OpenVPN may push IP to connected specific client with comand: ifconfig-push 10.0.0.13 255.255.255.0 I'm wondering whether this could be done in TomatoUSB? OpenVPN: Set a static IP Address for a client | Michls Hi, sometimes you have to set a static IP Address for some VPN Clients. Because they provide some server services which always must be reached at the same IP Address. The client configuration do not provide any option to do that, set a static IP Address on the adapter itself is also always being overwritten when the client establish a connection to the OpenVPN server. Solution: Define