Hi,
I have an ip configuration and route print (i have given them manually ip is static too). I have a firewall which is internal ip is 10.25.0.2 and i want my laptop to go through that firewall.
10.16.166.35 255.255.0.0 ipconfig of my laptop
Destination Gateway Genmask Flags Metric Ref Use Iface
10.16.0.0 * 255.255.0.0 U 0 0 0 eth0
10.20.0.0 10.16.0.1 255.255.0.0 UG 0 0 0 eth0
10.25.0.0 10.16.0.1 255.255.0.0 UG 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
I have 2 gws/switches from my laptop to firewall which is 10.16.0.1 and 10.20.0.1 . I can ping the 10.25.0.2 (the firewall) from this route. But when i try to do below
route add default gw 10.25.0.2 i got the error
SIOCADDRT:No such process.
What must be the correct configuration to use the 10.25.0.2 firewall for my laptop and how can i fix the last error.
Regards