| jan98.tar |
Listing 2: Extra route setups from SOCKS server startup script
# Use inside router for all non-local internal networks /sbin/route add -net 200.1.1.0 gw 200.1.2.1 # put.more.routes.here for other internal networks # Use internet router for the rest of the world... /sbin/route add default gw 200.1.3.1 metric 1 # End of File
|