On Wed, Feb 25, 2009 at 11:43:36AM +0100, Cristiano Deana wrote:
> Hi,
> 
> i have a proxy server (4.4 amd64 + squid) with foreign ip addresses in
> routing table.
> 
> example:
> 
> # uname -a
> OpenBSD proxy.cs.intra 4.4 GENERIC#1021 i386
> # netstat -nr -f inet
> Routing tables
> 
> Internet:
> Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
> default            192.168.1.224      UGS      472 184498495     -    48 bge0
> 74.205.126.204     192.168.1.224      UGHD       0 184417595     - L  48 bge0
> 127/8              127.0.0.1          UGRS       0        0 33204    48 lo0
> 127.0.0.1          127.0.0.1          UH         1   146690 33204    48 lo0
> 192.168.1/24       link#1             UC         1        0     -    48 bge0
> 192.168.1.224      00:0f:20:8b:a0:00  UHLc       2        0     -    48 bge0
> 224/4              127.0.0.1          URS        0        0 33204    48 lo0
> 
> why "74.205.126.204" is there?
> 

man netstat(1) and look what the flags mean.
UGHD, up, gateway, host, dynamic. This route got created because of an
ICMP control packet or TCP PMTU and is normaly only valid for a certain
time.

-- 
:wq Claudio

Reply via email to