After some research I made some changes to /etc/network/interfaces on my Debian system:<BR><BR>auto eth1<BR>iface eth1 inet static<BR> address 172.16.0.1<BR> netmask ...
I'm getting an error when trying to add a static route to a host for a (soon to be) squid proxy system. Code: # route add -host x.x.x.x gw 172.22.32.58 eth0 SIOCADDRT ...