[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] Route command: Strange Result?



Wayne Sagar <wsagar@xxxxxxxx>  wrote
> All this "route" stuff got me going and I did the command
as root... it
> returned something possibly disturbing..
>
> [root@www net]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags
Metric Ref    Use Iface
> 202.107.226.92  -               255.255.255.255 !H
     -        0 -
> 24.88.183.185   -               255.255.255.255 !H
     -        0 -
> 206.160.136.43  -               255.255.255.255 !H
     -        0 -
> my.stuff.oknumbers.0   *               255.255.248.0   U
0      0
>  0 eth0
> default         mydomain 0.0.0.0         UG    0      0
0 eth0
>
The '!' flag is a reject flag, which means those IP's are
rejected by the kernel.
Some of these are the servers normal routeing information.
'H' flag means host
'U' means "route is Up
'G' means its the Gate Way.
man route.
Gerald