[colug-432] Routers Address

Rob Funk rfunk at funknet.net
Tue May 1 15:08:32 EDT 2012


On Tuesday, May 01, 2012 02:53:14 PM Thomas W. cranston wrote:
> How do I determine what my routers address is?

Assuming that you're on a machine that is connecting to the internet through 
that router:
  netstat -nr | awk '$1 == "0.0.0.0" { print $2 }'


> It is a SMC Barricade.
> 
> I tried pinging w/ 192.168.2.1, 192.168.2.1, 192.168.0.1, 192.168.1.1.
> 
> The users manual does not state what it is.
> 
> A friend gave it to me. claims it works, but does not remember what
> it's address is.


More information about the colug-432 mailing list