I am having an issue with setting up a static route in Fedora.
I need to route some traffic to an external gateway(105.101.67.70 - public IP address of a VPN router). Any request sent to 125.106.67.70 needs to be routed to VPN router gateway 105.101.67.70 and the router will connect it to a VPN network. Fedore server, VPN router and the VPN network are located in different locations and all connected through internet.
Tried following steps in command line:
route add -net 125.106.0.0 netmask 255.255.0.0 gw 105.101.67.70 dev eth0
The result:
SIOCADDRT: No such process
Route info:
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.250.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
default 192.168.250.241 0.0.0.0 UG 0 0 0 eth0