you can use this command to configure your linux server to setup the default gateway in your network configuration route

with the route command you can set the default gateway 10.1.1.1 using this command:

# route add default gw 10.1.1.1

that was easy!!!