/sbin/route add -net 82.210.235.1 192.168.1.1 255.255.255.255
/sbin/route delete -net 0.0.0.0 192.168.1.1 0.0.0.0
/sbin/route add -net 0.0.0.0 10.100.254.254 0.0.0.0
The last line always returns an error. I
I am using a router at home which serves as my gateway, with address 192.168.1.1.
Why does Tunnelblick start OK with correct gateway address, but then, in the 3rd line above, uses 10.100.254.254 as a gateway to add new route entries to the route table? All entries that it tries to add later are also through gateway address 10.100.254.254?
Is this some kind of openvpn default? I didn't see anything in the configuration script that sets this gateway address.
Is there any way to configure openvpn to use my current gateway 192.168.1.1?
Thanks