[EMAIL PROTECTED] writes:

> I found this IP on the web somewhere after googling around.  The 
> question I have is this, how can I access a network for which I have 
> no route?

# assumes eth0 is your external nic
# 10.1.2.3 is arbitrary
ifconfig eth0 10.1.2.3

route add 192.168.100.1 eth0

dhclient eth0  # maybe?

Hope this helps,

--kevin
-- 
How many seconds are there in a year? If I tell you there are 3.155 x
10^7, you won't even try to remember it. On the other hand, who could
forget that, to within half a percent, pi seconds is a nanocentury?
- Tom Duff, Bell Labs

_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to