Do manual do OpenVPN:
--ifconfig l rn
Set TUN/TAP adapter parameters.
l
is the IP address of the local VPN endpoint. [...] For TAP devices,rn
is the subnet mask of the virtual ethernet segment which is being created or connected to.
[...]
For TAP devices, which provide the ability to create virtual ethernet segments,--ifconfig
is used to set an IP address and subnet mask just as a physical ethernet adapter would be similarly configured. If you are attempting to connect to a remote ethernet bridge, the IP address and subnet should be set to values which would be valid on the the bridged ethernet segment (note also that DHCP can be used for the same purpose).
Você está configurando um dispositivo TAP, então o segundo parâmetro da diretiva ifconfig
deve ser uma máscara de sub-rede, não um endereço IP.
ifconfig 10.9.0.74 255.255.255.0 # or whatever mask you need