|
From: Thorsten O. <ad...@th...> - 2025-09-10 06:44:06
|
> am I missing something or "route add default <IF>" should work I think you also need to specify a gateway ip. In my scripts, i use exec /bin/route add default eth0 gw 192.168.1.1 where 192.168.1.1 is the router. But note that when you specify the other point of your interface as gateway, DNS requests will also be send there. |