Gentoo Archives: gentoo-user

From: darren kirby <bulliver@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Find IP of proxy
Date: Thu, 06 Apr 2006 05:15:57
Message-Id: 200604052211.06903.bulliver@badcomputer.org
In Reply to: [gentoo-user] Find IP of proxy by Mick
1 quoth the Mick:
2 > Hi All,
3 >
4 > At work there's a rather restrictive gateway in place for connecting
5 > LAN desktops to the Internet. How would you go about finding its IP
6 > address?
7 >
8 > Assume that I am booting with Knoppix for this purpose.
9 > --
10 > Regards,
11 > Mick
12
13 Point a browser to http://checkip.dyndns.org/
14
15 or run:
16
17 lynx -dump http://checkip.dyndns.org/ | awk '/Current/ {print $4}'
18
19 -d
20 --
21 darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
22 "...the number of UNIX installations has grown to 10, with more expected..."
23 - Dennis Ritchie and Ken Thompson, June 1972

Replies

Subject Author
Re: [gentoo-user] Find IP of proxy evader <evader.aether@×××××.com>