hi,

Nmap 5.00-3 shows the same symtoms as the old version 4 nmap.

The problem seems to be my 2 upstreams and the necessary policy based
routing.

# nmap -sS heise.de
Starting Nmap 5.00 ( http://nmap.org ) at 2009-10-26 13:36 CET
nexthost: failed to determine route to 193.99.144.80
QUITTING!

# nmap --iflist
Starting Nmap 5.00 ( http://nmap.org ) at 2009-10-26 13:35 CET
************************INTERFACES************************
DEV     (SHORT)   IP/MASK          TYPE        UP MAC
...
anytun0 (anytun0) 77.87.247.11/24  point2point up
ppp0    (ppp0)    84.119.x.x/32 point2point up

**************************ROUTES**************************
DST/MASK          DEV     GATEWAY
213.229.45.125/32 ppp0
77.87.247.0/0     anytun0
...

My setup is a common policy based routing with selecting the default
route based on source addresse, thus it's impossible to put my default
route into the main table.

# ip rule
0:      from all lookup local
32765:  from 77.87.247.11 lookup anytun
32766:  from all lookup main
32767:  from all lookup default

# ip route list table default
default dev ppp0  scope link

# ip route list table anytun
default dev anytun0  scope link

michael



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to