defaultroute


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users defaultroute
# 1  
Old 11-25-2003
defaultroute

hi,

i have a freebsd 5.0 box and a linux suse 8.1 station.
squid is running on the lin-box. now i want to have internet-connection from the bsd to the linux box wich should work as a route for the bsd-box.
i`ve read differnet stuff about routing and stuff, but i have no clue how to setup the default-route. i tried possible combinations of the route add command, but nothing helped.

any ideas?

thanks in advance

doitsu-jin
# 2  
Old 11-25-2003
Hi,

Add default gateway on linux:
route add default gw gateway_IP_address network_device

On BSD:
route add default gateway_IP_address
# 3  
Old 11-25-2003
defaultroute

thank you for your help.
;-)
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question