[Ninux-Wireless] Presentazione . Tabella Routes vuota

Salvatore salvatoremoretti a tiscali.it
Gio 27 Mar 2014 19:44:03 CET


  Ciao

  grazie per i consigli,
  mi faccio sentire in ritardo perché solo stasera sono rientrato da un 
viaggio di lavoro.

  Provo a rispondere un pò  a  tutti:

@ Federico La Morgia:

     Ho provato ad annunciare la mia rete LAN   (172.16.1.0/24) ma non è 
cambiato nulla

@ Alessandro Gnagni:
     Grazie , Aspetto la tua  versione di configurazione.

@Saverio Proto:

         - No non  ho provato la versione stabile , lo faccio subito, ti 
farò sapere !
         - root a muletto:~# uname -r
            3.2.0-4-686-pae
         -root a muletto:~# ifconfig eth2.2
           eth2.2    Link encap:Ethernet  HWaddr 00:0a:cd:19:16:ec
           inet addr:172.19.177.1  Bcast:172.19.255.255 Mask:255.255.0.0
           inet6 addr: fe80::20a:cdff:fe19:16ec/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:521807 errors:0 dropped:0 overruns:0 frame:0
           TX packets:842249 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:459254516 (437.9 MiB)  TX bytes:424007832 (404.3 MiB)


root a muletto:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth2
iface eth2 inet static
     address 192.168.1.10
     netmask 255.255.255.0
     broadcast 192.168.1.255
#    vlan-raw-device eth2

auto eth2.2
iface eth2.2 inet static
         address 172.19.177.1
         netmask 255.255.0.0
#    broadcast 172.19.255.255
         vlan-raw-device eth2


Grazie di nuovo


Salvatore


Il 26/03/2014 23:42, Saverio Proto ha scritto:
> Ciao,
>
> provato ad usare la versione stabile 0.6.6.1 ?
> che versione del kernel usi ?
> puoi inviare la config dell'interfaccia eth2.2 ?
>
> grazie
>
> Saverio
>
>
> 2014-03-25 23:24 GMT+01:00 Salvatore <salvatoremoretti a tiscali.it>:
>> Ciao a tutti,
>>   sono Salvatore di Ninux Firenze.
>>   E' la prima volta che accedo a questo wiki.
>>
>>   Sono in procinto di attivare il Nodo Firenze:Lippi ma ho alcuni problemi.
>>   Non riesco a collegarmi al nodo vicino.
>>
>> Spiego in due righe la mia configurazione:
>>
>>       PC con  AMD Athlon(tm) 64
>>       SO : debian 7.4
>>       OLSR : olsrd_pre-0.6.7-git
>>
>>   il Problema :
>>
>>      Riesco a vedere il nodo vicino senza problemi e a riconoscerlo;
>>      ma il  il nodo vicino non è raggiungibile con ping.
>>
>>          Olsr risolve la topologia di Rete
>>          Olsr Popola Table Topology
>>          Olsr Popola Table MID
>>
>>          OLSR non popola laTable  Routes :  strano vero ?
>>
>>   Qualcuno sarebbe così gentile da darmi una dritta per capire da cosa
>> potrebbe dipendere ?
>>
>> Segue la configurazione olsrd.conf :
>> -------------------------------------------------------------------------------------------------------------------------
>>
>>
>> Interface "eth2.2"
>> {
>>
>>      # IPv4 broadcast address to use. The
>>      # one usefull example would be 255.255.255.255
>>      # If not defined the broadcastaddress
>>      # every card is configured with is used
>>
>>      # Ip4Broadcast        255.255.255.255
>>
>>      # IPv6 address scope to use.
>>      # Must be 'site-local' or 'global'
>>
>>      # Ip6AddrType        site-local
>>
>>      # IPv6 multicast address to use when
>>      # using site-local addresses.
>>      # If not defined, ff05::15 is used
>>
>>      # Ip6MulticastSite        ff05::11
>>
>>      # IPv6 multicast address to use when
>>      # using global addresses
>>      # If not defined, ff0e::1 is used
>>
>>      # Ip6MulticastGlobal    ff0e::1
>>
>>
>>      # Emission intervals.
>>      # If not defined, RFC proposed values will
>>      # be used in most cases.
>>
>>      # Hello interval in seconds(float)
>>      HelloInterval        6.0
>>
>>      # HELLO validity time
>>      HelloValidityTime        600.0
>>
>>      # TC interval in seconds(float)
>>      TcInterval            0.5
>>
>>      # TC validity time
>>      TcValidityTime        300.0
>>
>>      # MID interval in seconds(float)
>>      MidInterval            10.0
>>
>>      # MID validity time
>>      MidValidityTime        300.0
>>
>>      # HNA interval in seconds(float)
>>      HnaInterval            10.0
>>
>>      # HNA validity time
>>      HnaValidityTime        300.0
>>
>>      # When multiple links exist between hosts
>>      # the weight of interface is used to determine
>>      # the link to use. Normally the weight is
>>      # automatically calculated by olsrd based
>>      # on the characteristics of the interface,
>>      # but here you can specify a fixed value.
>>      # Olsrd will choose links with the lowest value.
>>
>>      # Weight 0
>>
>>
>>      # If a certain route should be preferred
>>      # or ignored by the mesh, the Link Quality
>>      # value of a node can be multiplied with a factor
>>      # entered here. In the example the route
>>      # using 192.168.0.1 would rather be ignored.
>>      # A multiplier of 0.5 will result in a small
>>      # (bad) LinkQuality value and a high (bad)
>>      # ETX value.
>>
>>      # LinkQualityMult 192.168.0.1 0.5
>>
>>      # This multiplier applies to all other nodes
>>      # LinkQualityMult default 0.8
>>
>>
>>
>> }
>>
>> # Fisheye mechanism for TC messages 0=off, 1=on
>>
>> LinkQualityFishEye 1
>>
>>
>> # IP version to use (4 or 6)
>>
>> IpVersion    4
>>
>> # Clear the screen each time the internal state changes
>>
>> ClearScreen     yes
>>
>> # HNA IPv4 routes
>> # syntax: netaddr netmask
>> # Example Internet gateway:
>> # 0.0.0.0 0.0.0.0
>>
>> Hna4
>> {
>> #   Internet gateway:
>> #   0.0.0.0      0.0.0.0
>> #   more entries can be added:
>> #   192.168.1.0  255.255.255.0
>> }
>>
>> # HNA IPv6 routes
>> # syntax: netaddr prefix
>> # Example Internet gateway:
>> Hna6
>> {
>> #   Internet gateway:
>> #   ::              0
>> #   more entries can be added:
>> #   fec0:2200:106:: 48
>> }
>>
>> # Should olsrd keep on running even if there are
>> # no interfaces available? This is a good idea
>> # for a PCMCIA/USB hotswap environment.
>> # "yes" OR "no"
>>
>> AllowNoInt    yes
>>
>> # TOS(type of service) value for
>> # the IP header of control traffic.
>> # If not set it will default to 16
>>
>> #TosValue    16
>>
>> # The fixed willingness to use(0-7)
>> # If not set willingness will be calculated
>> # dynamically based on battery/power status
>> # if such information is available
>>
>> Willingness        7
>>
>> # Allow processes like the GUI front-end
>> # to connect to the daemon.
>>
>> IpcConnect
>> {
>>       # Determines how many simultaneously
>>       # IPC connections that will be allowed
>>       # Setting this to 0 disables IPC
>>
>>       MaxConnections  0
>>
>>       # By default only 127.0.0.1 is allowed
>>       # to connect. Here allowed hosts can
>>       # be added
>>
>>       Host            127.0.0.1
>>       #Host            10.0.0.5
>>
>>       # You can also specify entire net-ranges
>>       # that are allowed to connect. Multiple
>>       # entries are allowed
>>
>>       #Net             192.168.1.0 255.255.255.0
>> }
>>
>> # Wether to use hysteresis or not
>> # Hysteresis adds more robustness to the
>> # link sensing but delays neighbor registration.
>> # Used by default. 'yes' or 'no'
>> # Do not use hysteresis with ETX!
>>
>> UseHysteresis    no
>>
>> # Hysteresis parameters
>> # Do not alter these unless you know
>> # what you are doing!
>> # Set to auto by default. Allowed
>> # values are floating point values
>> # in the interval 0,1
>> # THR_LOW must always be lower than
>> # THR_HIGH.
>>
>> #HystScaling    0.50
>> #HystThrHigh    0.80
>> #HystThrLow    0.30
>>
>>
>> # Link quality level
>> # 0 = do not use link quality
>> # 1 = use link quality for MPR selection
>> # 2 = use link quality for MPR selection and routing
>> # Defaults to 0
>>
>> LinkQualityLevel    2
>>
>> # Polling rate in seconds(float).
>> # Default value 0.05 sec
>>
>> Pollrate    0.1
>>
>>
>> # TC redundancy
>> # Specifies how much neighbor info should
>> # be sent in TC messages
>> # Possible values are:
>> # 0 - only send MPR selectors
>> # 1 - send MPR selectors and MPRs
>> # 2 - send all neighbors
>> #
>> # defaults to 0
>>
>> TcRedundancy    2
>>
>>
>> #
>> # MPR coverage
>> # Specifies how many MPRs a node should
>> # try select to reach every 2 hop neighbor
>> #
>> # Can be set to any integer >0
>> #
>> # defaults to 1
>>
>> MprCoverage    5
>>
>>
>> # Olsrd plugins to load
>> # This must be the absolute path to the file
>> # or the loader will use the following scheme:
>> # - Try the paths in the LD_LIBRARY_PATH
>> #   environment variable.
>> # - The list of libraries cached in /etc/ld.so.cache
>> # - /lib, followed by /usr/lib
>>
>> # Configuration examples for plugins:
>> # see /usr/share/doc/olsrd-plugins/ for some for documentation
>>
>> LoadPlugin "olsrd_httpinfo.so.0.1"
>> {
>> #    # defaults to 1978
>>      PlParam "Port" "8080"
>> #    # if you dont set these, the default is to listen only on the loopback
>> device
>> #    #PlParam "Host"   "80.23.53.22"
>> #    #PlParam "Net"    "10.0.0.0 255.0.0.0"
>>      PlParam "Net" "0.0.0.0 0.0.0.0"
>> }
>>
>> # useful if your machine has an uplink
>> #LoadPlugin "olsrd_dyn_gw.so.0.4"
>> #{
>>      # Here parameters are set to be sent to the
>>      # plugin. Theese are on the form "key" "value".
>>      # Parameters ofcause, differs from plugin to plugin.
>>      # Consult the documentation of your plugin for details.
>>
>>      # Example: dyn_gw params
>>
>>      # how often to check for Internet connectivity
>>      # defaults to 5 secs
>> #   PlParam     "Interval"   "40"
>>
>>      # if one or more IPv4 addresses are given, do a ping on these in
>>      # descending order to validate that there is not only an entry in
>>      # routing table, but also a real internet connection. If any of
>>      # these addresses could be pinged successfully, the test was
>>      # succesful, i.e. if the ping on the 1st address was successful,the
>>      # 2nd won't be pinged
>> #   PlParam     "Ping"       "141.1.1.1"
>> #   PlParam     "Ping"       "194.25.2.129"
>> #}
>>
>> #LoadPlugin "olsrd_nameservice.so.0.2"
>> #{
>>      #PlParam "name" "xxx"
>>      #PlParam "a.b.c.d" "xxx-eth"
>>      #PlParam "a.b.c.e" "xxx-bbb"
>>      #PlParam "a.b.c.f" "xxx-olsr"
>>      #PlParam "suffix" ".olsr"
>> #}
>>
>> #LoadPlugin "olsrd_dot_draw.so.0.3"
>> #{
>>      # accept connection from IP:
>>      # default 127.0.0.1 (localhost)
>>      #PlParam     "accept" "192.168.0.5"
>>
>> #}
>>
>> LoadPlugin "olsrd_txtinfo.so.0.1"
>> {
>>      # accept connection from IP:
>>      # default 127.0.0.1 (localhost)
>>      PlParam     "accept" "127.0.0.1"
>>      PlParam     "port" "2006"
>> }
>> ----------------------------------------------------------------------------------------------------------------------------------
>>
>>   Segue output  textinfo :
>> =====================================================
>> Trying 127.0.0.1...
>> Connected to 127.0.0.1.
>> Escape character is '^]'.
>> HTTP/1.0 200 OK
>> Content-type: text/plain
>>
>> Table: Links
>> Local IP    Remote IP    Hyst.    LQ    NLQ    Cost
>> 172.19.177.1    172.19.191.2    0.00    1.000    0.897    1.113
>>
>> Table: Neighbors
>> IP address    SYM    MPR    MPRS    Will.    2 Hop Neighbors
>> 172.19.191.2    YES    YES    YES    7    1
>>
>> Table: Topology
>> Dest. IP    Last hop IP    LQ    NLQ    Cost
>> 10.150.22.1    172.19.62.0    1.000    0.561    1.783
>> 10.150.20.2    172.19.62.0    1.000    1.000    1.000
>> 10.150.13.4    172.19.62.0    1.000    0.717    1.393
>> 172.19.192.0    172.19.177.0    1.000    1.000    1.000
>> 10.150.0.1    172.19.177.0    0.195    0.195    26.010
>> 172.19.63.1    172.19.177.0    0.195    0.195    26.010
>> 172.19.183.1    172.19.177.0    0.195    0.195    26.010
>> 172.19.189.1    172.19.177.0    0.823    1.000    1.214
>> 10.150.13.4    172.19.177.0    0.195    0.195    26.010
>> 10.150.22.22    172.19.177.0    0.195    0.195    26.010
>> 172.19.177.0    172.19.192.0    1.000    1.000    1.000
>> 172.19.177.0    10.150.0.1    0.195    0.195    26.010
>> 172.19.63.1    10.150.0.1    0.195    0.195    26.010
>> 172.19.183.1    10.150.0.1    0.195    0.195    26.010
>> 10.150.13.4    10.150.0.1    0.195    0.195    26.010
>> 10.150.22.22    10.150.0.1    0.195    0.195    26.010
>> 172.19.62.0    10.150.22.1    0.635    1.000    1.573
>> 10.150.22.22    10.150.22.1    1.000    1.000    1.000
>> 172.19.177.0    172.19.63.1    0.195    0.195    26.010
>> 10.150.0.1    172.19.63.1    0.195    0.195    26.010
>> 172.19.183.1    172.19.63.1    0.195    0.195    26.010
>> 172.19.63.2    172.19.63.1    1.000    1.000    1.000
>> 10.150.13.4    172.19.63.1    0.195    0.195    26.010
>> 10.150.22.22    172.19.63.1    0.195    0.195    26.010
>> 172.19.189.1    172.19.64.1    1.000    0.890    1.123
>> 172.19.193.1    172.19.64.1    1.000    1.000    1.000
>> 172.19.194.1    172.19.64.1    1.000    0.858    1.164
>> 10.150.5.3    172.19.64.1    1.000    1.000    1.000
>> 10.150.13.4    172.19.64.1    1.000    1.000    1.000
>> 172.19.177.0    172.19.183.1    0.195    0.195    26.010
>> 10.150.0.1    172.19.183.1    0.195    0.195    26.010
>> 172.19.63.1    172.19.183.1    0.195    0.195    26.010
>> 172.19.183.2    172.19.183.1    0.964    0.964    1.074
>> 10.150.5.3    172.19.183.1    1.000    1.000    1.000
>> 10.150.13.4    172.19.183.1    0.195    0.195    26.010
>> 10.150.22.22    172.19.183.1    0.195    0.195    26.010
>> 172.19.177.0    172.19.189.1    1.000    0.823    1.214
>> 172.19.64.1    172.19.189.1    0.890    1.000    1.123
>> 172.19.191.2    172.19.189.1    1.000    0.897    1.113
>> 172.19.64.1    172.19.193.1    1.000    1.000    1.000
>> 172.19.193.2    172.19.193.1    1.000    0.905    1.104
>> 172.19.64.1    172.19.194.1    0.858    1.000    1.164
>> 172.19.62.0    10.150.20.2    1.000    1.000    1.000
>> 172.19.63.1    172.19.63.2    1.000    1.000    1.000
>> 172.19.183.1    172.19.183.2    0.979    0.964    1.057
>> 172.19.189.1    172.19.191.2    0.897    1.000    1.113
>> 172.19.193.1    172.19.193.2    0.905    1.000    1.104
>> 172.19.64.1    10.150.5.3    1.000    1.000    1.000
>> 172.19.183.1    10.150.5.3    1.000    1.000    1.000
>> 172.19.62.0    10.150.13.4    0.717    1.000    1.393
>> 172.19.177.0    10.150.13.4    0.195    0.195    26.010
>> 10.150.0.1    10.150.13.4    0.195    0.195    26.010
>> 172.19.63.1    10.150.13.4    0.195    0.195    26.010
>> 172.19.64.1    10.150.13.4    1.000    1.000    1.000
>> 172.19.183.1    10.150.13.4    0.195    0.195    26.010
>> 10.150.22.22    10.150.13.4    0.195    0.195    26.010
>> 10.150.13.102    10.150.13.4    0.195    0.195    26.010
>> 172.19.177.0    10.150.22.22    0.195    0.195    26.010
>> 10.150.0.1    10.150.22.22    0.195    0.195    26.010
>> 10.150.22.1    10.150.22.22    1.000    1.000    1.000
>> 172.19.63.1    10.150.22.22    0.195    0.195    26.010
>> 172.19.183.1    10.150.22.22    0.195    0.195    26.010
>> 10.150.13.4    10.150.22.22    0.195    0.195    26.010
>> 10.150.13.4    10.150.13.102    0.195    0.188    27.094
>>
>> Table: HNA
>> Destination    Gateway
>> 10.150.0.0/24    10.150.0.1
>> 10.0.5.0/24    10.150.0.1
>> 10.150.13.0/24    10.150.13.4
>> 0.0.0.0/0    10.150.13.4
>> 10.150.5.0/24    172.19.183.1
>> 10.150.7.0/24    172.19.177.0
>> 10.150.20.0/24    10.150.20.2
>> 10.150.3.0/24    172.19.63.1
>> 10.11.12.13/32    172.19.63.1
>> 10.150.25.0/24    172.19.189.1
>> 150.217.0.0/16    172.19.189.1
>> 10.150.18.0/24    172.19.183.4
>> 10.150.8.0/24    172.19.192.0
>> 10.150.5.0/24    10.150.5.3
>> 10.150.9.0/24    172.19.64.1
>> 10.150.12.0/24    172.19.64.1
>> 10.150.23.0/24    172.19.63.2
>> 10.150.26.0/24    172.19.191.2
>> 10.150.19.0/24    172.19.193.1
>> 10.150.15.0/24    172.19.183.2
>> 0.0.0.0/32    172.19.183.2
>> 10.150.13.0/24    10.150.13.102
>> 10.150.254.0/24    10.150.13.102
>> 10.0.1.1/32    10.150.13.102
>> 192.168.145.81/32    10.150.13.102
>> 192.168.145.80/28    10.150.13.102
>> 192.168.145.18/32    10.150.13.102
>> 192.168.69.254/32    10.150.13.102
>> 192.168.69.252/32    10.150.13.102
>> 192.168.69.0/24    10.150.13.102
>> 192.168.36.4/32    10.150.13.102
>> 192.168.36.2/32    10.150.13.102
>> 192.168.36.1/32    10.150.13.102
>> 172.16.177.31/32    10.150.13.102
>> 172.16.177.4/32    10.150.13.102
>> 172.16.177.2/32    10.150.13.102
>> 172.16.171.5/32    10.150.13.102
>> 172.16.162.129/32    10.150.13.102
>> 172.16.133.1/32    10.150.13.102
>> 172.16.132.12/32    10.150.13.102
>> 172.16.44.10/32    10.150.13.102
>> 172.16.40.11/32    10.150.13.102
>> 172.16.39.10/32    10.150.13.102
>> 172.16.39.1/32    10.150.13.102
>> 172.16.36.15/32    10.150.13.102
>> 172.16.36.4/32    10.150.13.102
>> 172.16.36.2/32    10.150.13.102
>> 172.16.36.1/32    10.150.13.102
>> 172.16.30.8/32    10.150.13.102
>> 10.185.0.0/24    10.150.13.102
>> 10.177.30.11/32    10.150.13.102
>> 10.177.30.0/24    10.150.13.102
>> 10.176.0.128/25    10.150.13.102
>> 10.171.0.1/32    10.150.13.102
>> 10.162.0.15/32    10.150.13.102
>> 10.139.3.50/32    10.150.13.102
>> 10.133.1.1/32    10.150.13.102
>> 10.133.1.0/24    10.150.13.102
>> 10.132.3.11/32    10.150.13.102
>> 10.132.3.0/24    10.150.13.102
>> 10.44.10.10/32    10.150.13.102
>> 10.44.10.0/24    10.150.13.102
>> 10.40.10.11/32    10.150.13.102
>> 10.40.10.0/24    10.150.13.102
>> 10.39.3.1/32    10.150.13.102
>> 10.39.3.0/24    10.150.13.102
>> 10.39.2.10/32    10.150.13.102
>> 10.39.2.0/24    10.150.13.102
>> 10.36.11.1/32    10.150.13.102
>> 10.36.10.10/32    10.150.13.102
>> 10.36.10.0/24    10.150.13.102
>> 10.30.1.1/32    10.150.13.102
>> 10.30.1.0/24    10.150.13.102
>> 10.0.1.53/32    10.150.13.102
>> 192.168.178.100/32    10.150.13.102
>> 192.168.176.8/32    10.150.13.102
>> 192.168.176.7/32    10.150.13.102
>> 192.168.176.6/32    10.150.13.102
>> 192.168.176.5/32    10.150.13.102
>> 192.168.176.4/32    10.150.13.102
>> 192.168.146.253/32    10.150.13.102
>> 192.168.146.0/24    10.150.13.102
>> 192.168.145.32/28    10.150.13.102
>> 192.168.66.253/32    10.150.13.102
>> 192.168.30.7/32    10.150.13.102
>> 192.168.30.4/32    10.150.13.102
>> 192.168.23.0/24    10.150.13.102
>> 192.168.17.0/24    10.150.13.102
>> 192.168.0.35/32    10.150.13.102
>> 192.168.0.33/32    10.150.13.102
>> 192.168.0.0/24    10.150.13.102
>> 172.16.177.10/32    10.150.13.102
>> 172.16.176.10/32    10.150.13.102
>> 172.16.176.9/32    10.150.13.102
>> 172.16.176.8/32    10.150.13.102
>> 172.16.176.5/32    10.150.13.102
>> 172.16.176.4/32    10.150.13.102
>> 172.16.171.8/32    10.150.13.102
>> 172.16.167.1/32    10.150.13.102
>> 172.16.141.2/32    10.150.13.102
>> 172.16.133.17/32    10.150.13.102
>> 172.16.132.8/32    10.150.13.102
>> 172.16.132.7/32    10.150.13.102
>> 172.16.131.1/32    10.150.13.102
>> 172.16.40.28/32    10.150.13.102
>> 172.16.40.27/32    10.150.13.102
>> 172.16.40.6/32    10.150.13.102
>> 172.16.30.131/32    10.150.13.102
>> 10.176.0.135/32    10.150.13.102
>> 10.176.0.5/32    10.150.13.102
>> 10.171.1.3/32    10.150.13.102
>> 10.167.0.1/32    10.150.13.102
>> 10.167.0.0/24    10.150.13.102
>> 10.141.0.2/32    10.150.13.102
>> 10.139.4.0/24    10.150.13.102
>> 10.139.2.2/32    10.150.13.102
>> 10.132.6.8/32    10.150.13.102
>> 10.132.6.7/32    10.150.13.102
>> 10.131.0.254/32    10.150.13.102
>> 10.131.0.0/24    10.150.13.102
>> 10.0.1.50/32    10.150.13.102
>> 192.168.178.200/32    10.150.13.102
>> 192.168.178.4/32    10.150.13.102
>> 192.168.178.2/32    10.150.13.102
>> 192.168.171.4/32    10.150.13.102
>> 192.168.171.3/32    10.150.13.102
>> 192.168.171.2/32    10.150.13.102
>> 192.168.171.0/24    10.150.13.102
>> 192.168.36.3/32    10.150.13.102
>> 192.168.36.0/24    10.150.13.102
>> 192.168.23.3/32    10.150.13.102
>> 176.62.53.0/27    10.150.13.102
>> 172.16.200.67/32    10.150.13.102
>> 172.16.200.2/32    10.150.13.102
>> 172.16.186.249/32    10.150.13.102
>> 172.16.183.2/32    10.150.13.102
>> 172.16.177.11/32    10.150.13.102
>> 172.16.172.37/32    10.150.13.102
>> 172.16.171.11/32    10.150.13.102
>> 172.16.171.10/32    10.150.13.102
>> 172.16.171.4/32    10.150.13.102
>> 172.16.171.3/32    10.150.13.102
>> 172.16.171.2/32    10.150.13.102
>> 172.16.155.5/32    10.150.13.102
>> 172.16.155.4/32    10.150.13.102
>> 172.16.139.3/32    10.150.13.102
>> 172.16.133.5/32    10.150.13.102
>> 172.16.132.15/32    10.150.13.102
>> 172.16.132.11/32    10.150.13.102
>> 172.16.36.3/32    10.150.13.102
>> 10.186.4.0/24    10.150.13.102
>> 10.183.2.0/24    10.150.13.102
>> 10.177.10.0/24    10.150.13.102
>> 10.172.1.1/32    10.150.13.102
>> 10.172.1.0/24    10.150.13.102
>> 10.171.2.1/32    10.150.13.102
>> 10.171.2.0/24    10.150.13.102
>> 10.171.1.10/32    10.150.13.102
>> 10.171.1.0/24    10.150.13.102
>> 10.171.0.2/32    10.150.13.102
>> 10.171.0.0/24    10.150.13.102
>> 10.162.0.225/32    10.150.13.102
>> 10.162.0.221/32    10.150.13.102
>> 10.162.0.28/32    10.150.13.102
>> 10.162.0.14/32    10.150.13.102
>> 10.162.0.7/32    10.150.13.102
>> 10.162.0.0/21    10.150.13.102
>> 10.155.2.11/32    10.150.13.102
>> 10.155.2.10/32    10.150.13.102
>> 10.139.3.1/32    10.150.13.102
>> 10.139.3.0/24    10.150.13.102
>> 10.133.5.5/32    10.150.13.102
>> 10.133.5.0/24    10.150.13.102
>> 10.132.15.15/32    10.150.13.102
>> 10.132.15.0/24    10.150.13.102
>> 10.132.3.10/32    10.150.13.102
>> 10.0.162.1/32    10.150.13.102
>> 10.0.4.1/32    10.150.13.102
>> 10.0.1.51/32    10.150.13.102
>> 192.168.180.0/24    10.150.13.102
>> 192.168.69.253/32    10.150.13.102
>> 192.168.69.251/32    10.150.13.102
>> 192.168.69.250/32    10.150.13.102
>> 192.168.69.249/32    10.150.13.102
>> 192.168.69.248/32    10.150.13.102
>> 192.168.48.0/24    10.150.13.102
>> 192.168.30.10/32    10.150.13.102
>> 192.168.30.0/24    10.150.13.102
>> 192.168.0.36/32    10.150.13.102
>> 172.16.184.4/32    10.150.13.102
>> 172.16.177.32/32    10.150.13.102
>> 172.16.177.30/32    10.150.13.102
>> 172.16.177.18/32    10.150.13.102
>> 172.16.177.8/32    10.150.13.102
>> 172.16.177.3/32    10.150.13.102
>> 172.16.177.1/32    10.150.13.102
>> 172.16.165.10/32    10.150.13.102
>> 172.16.139.4/32    10.150.13.102
>> 172.16.133.4/32    10.150.13.102
>> 172.16.133.2/32    10.150.13.102
>> 172.16.132.10/32    10.150.13.102
>> 172.16.123.100/32    10.150.13.102
>> 172.16.44.11/32    10.150.13.102
>> 172.16.40.10/32    10.150.13.102
>> 172.16.39.22/32    10.150.13.102
>> 172.16.39.21/32    10.150.13.102
>> 172.16.39.20/32    10.150.13.102
>> 172.16.36.12/32    10.150.13.102
>> 172.16.36.11/32    10.150.13.102
>> 172.16.36.9/32    10.150.13.102
>> 172.16.36.6/32    10.150.13.102
>> 172.16.30.129/32    10.150.13.102
>> 10.184.0.4/32    10.150.13.102
>> 10.184.0.0/24    10.150.13.102
>> 10.177.30.10/32    10.150.13.102
>> 10.165.10.10/32    10.150.13.102
>> 10.165.10.0/24    10.150.13.102
>> 10.139.3.2/32    10.150.13.102
>> 10.133.1.4/32    10.150.13.102
>> 10.133.1.2/32    10.150.13.102
>> 10.132.2.1/32    10.150.13.102
>> 10.132.2.0/24    10.150.13.102
>> 10.123.100.1/32    10.150.13.102
>> 10.123.100.0/24    10.150.13.102
>> 10.48.0.0/24    10.150.13.102
>> 10.44.10.11/32    10.150.13.102
>> 10.40.10.10/32    10.150.13.102
>> 10.39.1.0/24    10.150.13.102
>> 10.39.0.0/24    10.150.13.102
>> 10.36.8.1/32    10.150.13.102
>> 10.36.8.0/24    10.150.13.102
>> 10.36.7.1/32    10.150.13.102
>> 10.36.5.1/32    10.150.13.102
>> 10.36.5.0/24    10.150.13.102
>> 10.36.1.0/24    10.150.13.102
>> 10.30.0.100/32    10.150.13.102
>> 10.0.8.0/29    10.150.13.102
>> 10.0.1.77/32    10.150.13.102
>> 203.0.113.1/32    10.150.13.102
>> 192.168.146.254/32    10.150.13.102
>> 192.168.146.252/32    10.150.13.102
>> 192.168.146.241/32    10.150.13.102
>> 192.168.145.113/32    10.150.13.102
>> 192.168.145.112/28    10.150.13.102
>> 192.168.145.97/32    10.150.13.102
>> 192.168.145.35/32    10.150.13.102
>> 192.168.145.33/32    10.150.13.102
>> 192.168.86.62/32    10.150.13.102
>> 192.168.86.0/24    10.150.13.102
>> 192.168.66.50/32    10.150.13.102
>> 192.168.40.5/32    10.150.13.102
>> 192.168.40.0/24    10.150.13.102
>> 192.168.6.1/32    10.150.13.102
>> 192.168.6.0/24    10.150.13.102
>> 172.16.186.254/32    10.150.13.102
>> 172.16.185.11/32    10.150.13.102
>> 172.16.184.3/32    10.150.13.102
>> 172.16.181.10/32    10.150.13.102
>> 172.16.176.12/32    10.150.13.102
>> 172.16.176.1/32    10.150.13.102
>> 172.16.167.2/32    10.150.13.102
>> 172.16.151.1/32    10.150.13.102
>> 172.16.149.1/32    10.150.13.102
>> 172.16.146.6/32    10.150.13.102
>> 172.16.146.5/32    10.150.13.102
>> 172.16.146.4/32    10.150.13.102
>> 172.16.146.1/32    10.150.13.102
>> 172.16.145.8/32    10.150.13.102
>> 172.16.141.3/32    10.150.13.102
>> 172.16.139.10/32    10.150.13.102
>> 172.16.139.8/32    10.150.13.102
>> 172.16.139.2/32    10.150.13.102
>> 172.16.139.1/32    10.150.13.102
>> 172.16.135.14/32    10.150.13.102
>> 172.16.135.13/32    10.150.13.102
>> 172.16.135.12/32    10.150.13.102
>> 172.16.135.11/32    10.150.13.102
>> 172.16.135.10/32    10.150.13.102
>> 172.16.133.11/32    10.150.13.102
>> 172.16.132.99/32    10.150.13.102
>> 172.16.122.7/32    10.150.13.102
>> 172.16.60.10/32    10.150.13.102
>> 172.16.40.23/32    10.150.13.102
>> 172.16.40.8/32    10.150.13.102
>> 172.16.12.11/32    10.150.13.102
>> 10.186.1.254/32    10.150.13.102
>> 10.185.10.0/24    10.150.13.102
>> 10.181.10.0/24    10.150.13.102
>> 10.176.12.0/24    10.150.13.102
>> 10.176.0.1/32    10.150.13.102
>> 10.167.0.2/32    10.150.13.102
>> 10.146.0.0/24    10.150.13.102
>> 10.141.1.1/32    10.150.13.102
>> 10.141.1.0/24    10.150.13.102
>> 10.139.10.10/32    10.150.13.102
>> 10.139.10.0/24    10.150.13.102
>> 10.139.2.3/32    10.150.13.102
>> 10.139.1.1/32    10.150.13.102
>> 10.139.1.0/24    10.150.13.102
>> 10.139.0.1/32    10.150.13.102
>> 10.139.0.0/24    10.150.13.102
>> 10.135.6.0/24    10.150.13.102
>> 10.135.1.0/24    10.150.13.102
>> 10.133.10.11/32    10.150.13.102
>> 10.133.10.0/24    10.150.13.102
>> 10.132.99.1/32    10.150.13.102
>> 10.132.99.0/24    10.150.13.102
>> 10.122.2.1/32    10.150.13.102
>> 10.122.2.0/24    10.150.13.102
>> 10.60.10.10/32    10.150.13.102
>> 10.60.10.0/24    10.150.13.102
>> 10.12.0.11/32    10.150.13.102
>> 10.12.0.0/24    10.150.13.102
>> 10.0.4.2/32    10.150.13.102
>> 192.168.178.0/24    10.150.13.102
>> 176.62.53.224/32    10.150.13.102
>> 172.16.200.33/32    10.150.13.102
>> 172.16.186.250/32    10.150.13.102
>> 172.16.183.1/32    10.150.13.102
>> 172.16.172.19/32    10.150.13.102
>> 172.16.172.11/32    10.150.13.102
>> 172.16.172.10/32    10.150.13.102
>> 172.16.171.12/32    10.150.13.102
>> 172.16.171.9/32    10.150.13.102
>> 172.16.171.6/32    10.150.13.102
>> 172.16.155.23/32    10.150.13.102
>> 172.16.155.22/32    10.150.13.102
>> 172.16.155.21/32    10.150.13.102
>> 172.16.155.20/32    10.150.13.102
>> 172.16.155.6/32    10.150.13.102
>> 172.16.131.10/32    10.150.13.102
>> 172.16.30.7/32    10.150.13.102
>> 172.16.30.6/32    10.150.13.102
>> 10.186.5.254/32    10.150.13.102
>> 10.186.5.0/24    10.150.13.102
>> 10.172.4.0/23    10.150.13.102
>> 10.172.3.0/24    10.150.13.102
>> 10.172.2.0/24    10.150.13.102
>> 10.172.0.0/24    10.150.13.102
>> 10.171.1.4/32    10.150.13.102
>> 10.171.1.1/32    10.150.13.102
>> 10.162.0.224/32    10.150.13.102
>> 10.162.0.0/24    10.150.13.102
>> 10.155.10.0/24    10.150.13.102
>> 10.155.2.9/32    10.150.13.102
>> 10.155.2.0/24    10.150.13.102
>> 10.131.10.10/32    10.150.13.102
>> 10.131.10.0/24    10.150.13.102
>> 10.30.0.31/32    10.150.13.102
>> 10.30.0.0/24    10.150.13.102
>> 10.0.1.177/32    10.150.13.102
>> 192.168.177.200/32    10.150.13.102
>> 192.168.177.100/32    10.150.13.102
>> 172.16.187.1/32    10.150.13.102
>> 172.16.177.33/32    10.150.13.102
>> 172.16.177.26/32    10.150.13.102
>> 172.16.177.20/32    10.150.13.102
>> 172.16.177.16/32    10.150.13.102
>> 172.16.159.25/32    10.150.13.102
>> 172.16.159.24/32    10.150.13.102
>> 172.16.159.22/32    10.150.13.102
>> 172.16.159.21/32    10.150.13.102
>> 172.16.159.20/32    10.150.13.102
>> 172.16.155.10/32    10.150.13.102
>> 10.187.1.1/32    10.150.13.102
>> 10.187.1.0/24    10.150.13.102
>> 10.177.33.1/32    10.150.13.102
>> 10.177.33.0/24    10.150.13.102
>> 10.177.8.11/32    10.150.13.102
>> 10.177.7.1/32    10.150.13.102
>> 10.177.7.0/24    10.150.13.102
>> 10.177.2.0/24    10.150.13.102
>> 10.177.1.0/24    10.150.13.102
>> 10.177.0.10/32    10.150.13.102
>> 10.177.0.0/24    10.150.13.102
>> 10.159.1.0/24    10.150.13.102
>> 10.155.3.10/32    10.150.13.102
>> 10.155.3.0/24    10.150.13.102
>> 10.0.8.8/29    10.150.13.102
>> 176.62.53.192/27    10.150.13.102
>> 172.16.177.5/32    10.150.13.102
>> 62.102.159.128/27    10.150.13.102
>> 10.168.177.178/32    10.150.13.102
>> 10.168.177.68/32    10.150.13.102
>> 10.168.177.1/32    10.150.13.102
>> 10.168.177.0/24    10.150.13.102
>> 10.0.8.16/29    10.150.13.102
>> 10.10.1.0/24    10.150.13.102
>> 192.168.166.20/32    10.150.13.102
>> 192.168.151.20/32    10.150.13.102
>> 192.168.151.16/28    10.150.13.102
>> 192.168.145.130/32    10.150.13.102
>> 172.16.185.13/32    10.150.13.102
>> 172.16.185.12/32    10.150.13.102
>> 172.16.152.11/32    10.150.13.102
>> 172.16.151.20/32    10.150.13.102
>> 172.16.145.6/32    10.150.13.102
>> 172.16.145.5/32    10.150.13.102
>> 172.16.145.3/32    10.150.13.102
>> 172.16.123.10/32    10.150.13.102
>> 172.16.60.20/32    10.150.13.102
>> 172.16.10.6/32    10.150.13.102
>> 172.16.10.5/32    10.150.13.102
>> 172.16.10.4/32    10.150.13.102
>> 172.16.10.3/32    10.150.13.102
>> 10.185.2.0/24    10.150.13.102
>> 10.185.1.13/32    10.150.13.102
>> 10.185.1.12/32    10.150.13.102
>> 10.185.1.11/32    10.150.13.102
>> 10.185.1.1/32    10.150.13.102
>> 10.151.1.0/24    10.150.13.102
>> 10.145.0.6/32    10.150.13.102
>> 10.145.0.5/32    10.150.13.102
>> 10.145.0.1/32    10.150.13.102
>> 10.145.0.0/24    10.150.13.102
>> 10.135.3.0/24    10.150.13.102
>> 10.135.2.253/32    10.150.13.102
>> 10.123.10.10/32    10.150.13.102
>> 10.123.10.0/24    10.150.13.102
>> 10.60.2.20/32    10.150.13.102
>> 10.60.2.0/24    10.150.13.102
>> 10.10.1.2/32    10.150.13.102
>> 172.16.173.33/32    10.150.13.102
>> 172.16.173.4/32    10.150.13.102
>> 172.16.173.3/32    10.150.13.102
>> 172.16.173.2/32    10.150.13.102
>> 172.16.135.30/32    10.150.13.102
>> 172.16.40.42/32    10.150.13.102
>> 172.16.40.41/32    10.150.13.102
>> 172.16.40.33/32    10.150.13.102
>> 172.16.40.31/32    10.150.13.102
>> 172.16.40.24/32    10.150.13.102
>> 10.254.254.4/32    10.150.13.102
>> 10.254.254.3/32    10.150.13.102
>> 10.254.254.2/32    10.150.13.102
>> 10.135.8.1/32    10.150.13.102
>> 10.135.8.0/24    10.150.13.102
>> 10.40.40.5/32    10.150.13.102
>> 10.40.40.4/32    10.150.13.102
>> 10.40.32.33/32    10.150.13.102
>> 10.40.0.0/24    10.150.13.102
>> 10.12.0.10/32    10.150.13.102
>> 192.168.166.62/32    10.150.13.102
>> 192.168.166.0/25    10.150.13.102
>> 192.168.145.129/32    10.150.13.102
>> 192.168.145.128/28    10.150.13.102
>> 192.168.145.98/32    10.150.13.102
>> 192.168.145.96/28    10.150.13.102
>> 192.168.145.34/32    10.150.13.102
>> 192.168.145.17/32    10.150.13.102
>> 192.168.145.16/28    10.150.13.102
>> 192.168.145.1/32    10.150.13.102
>> 192.168.145.0/28    10.150.13.102
>> 192.168.86.61/32    10.150.13.102
>> 192.168.40.6/32    10.150.13.102
>> 172.16.185.10/32    10.150.13.102
>> 172.16.184.1/32    10.150.13.102
>> 172.16.166.1/32    10.150.13.102
>> 172.16.152.10/32    10.150.13.102
>> 172.16.151.2/32    10.150.13.102
>> 172.16.146.3/32    10.150.13.102
>> 172.16.145.9/32    10.150.13.102
>> 172.16.145.4/32    10.150.13.102
>> 172.16.145.2/32    10.150.13.102
>> 172.16.145.1/32    10.150.13.102
>> 172.16.138.2/32    10.150.13.102
>> 172.16.135.17/32    10.150.13.102
>> 172.16.135.15/32    10.150.13.102
>> 172.16.133.12/32    10.150.13.102
>> 172.16.132.97/32    10.150.13.102
>> 172.16.122.6/32    10.150.13.102
>> 172.16.60.12/32    10.150.13.102
>> 172.16.60.11/32    10.150.13.102
>> 172.16.40.22/32    10.150.13.102
>> 172.16.12.10/32    10.150.13.102
>> 10.185.1.10/32    10.150.13.102
>> 10.185.1.0/24    10.150.13.102
>> 10.146.0.1/32    10.150.13.102
>> 10.145.0.4/32    10.150.13.102
>> 10.138.1.0/24    10.150.13.102
>> 10.135.5.0/24    10.150.13.102
>> 10.135.4.0/24    10.150.13.102
>> 10.135.2.129/32    10.150.13.102
>> 10.135.2.128/25    10.150.13.102
>> 10.135.2.0/25    10.150.13.102
>> 10.133.10.12/32    10.150.13.102
>> 10.132.99.3/32    10.150.13.102
>> 10.122.2.2/32    10.150.13.102
>> 10.60.10.12/32    10.150.13.102
>> 10.60.10.11/32    10.150.13.102
>> 192.168.176.3/32    10.150.13.102
>> 192.168.176.0/24    10.150.13.102
>> 192.168.171.1/32    10.150.13.102
>> 192.168.66.254/32    10.150.13.102
>> 192.168.30.9/32    10.150.13.102
>> 192.168.30.6/32    10.150.13.102
>> 192.168.9.1/32    10.150.13.102
>> 192.168.9.0/24    10.150.13.102
>> 192.168.0.37/32    10.150.13.102
>> 192.168.0.34/32    10.150.13.102
>> 176.62.53.65/32    10.150.13.102
>> 172.16.185.2/32    10.150.13.102
>> 172.16.184.2/32    10.150.13.102
>> 172.16.177.21/32    10.150.13.102
>> 172.16.177.9/32    10.150.13.102
>> 172.16.176.3/32    10.150.13.102
>> 172.16.171.1/32    10.150.13.102
>> 172.16.141.1/32    10.150.13.102
>> 172.16.139.9/32    10.150.13.102
>> 172.16.139.7/32    10.150.13.102
>> 172.16.138.1/32    10.150.13.102
>> 172.16.132.6/32    10.150.13.102
>> 172.16.132.4/32    10.150.13.102
>> 172.16.132.3/32    10.150.13.102
>> 172.16.44.12/32    10.150.13.102
>> 172.16.40.30/32    10.150.13.102
>> 172.16.40.29/32    10.150.13.102
>> 172.16.40.5/32    10.150.13.102
>> 172.16.36.14/32    10.150.13.102
>> 172.16.30.130/32    10.150.13.102
>> 172.16.30.128/32    10.150.13.102
>> 10.184.0.1/32    10.150.13.102
>> 10.177.21.10/32    10.150.13.102
>> 10.177.21.0/24    10.150.13.102
>> 10.177.9.0/24    10.150.13.102
>> 10.176.0.0/25    10.150.13.102
>> 10.141.0.1/32    10.150.13.102
>> 10.141.0.0/24    10.150.13.102
>> 10.139.5.9/32    10.150.13.102
>> 10.139.5.0/24    10.150.13.102
>> 10.139.2.1/32    10.150.13.102
>> 10.139.2.0/24    10.150.13.102
>> 10.138.0.0/24    10.150.13.102
>> 10.132.6.6/32    10.150.13.102
>> 10.132.6.0/24    10.150.13.102
>> 10.132.1.0/24    10.150.13.102
>> 10.44.11.10/32    10.150.13.102
>> 10.44.11.0/24    10.150.13.102
>> 10.36.11.0/24    10.150.13.102
>> 10.36.8.2/32    10.150.13.102
>> 10.36.7.0/24    10.150.13.102
>> 10.40.32.0/24    10.150.13.102
>> 172.16.173.55/32    10.150.13.102
>> 172.16.173.5/32    10.150.13.102
>> 172.16.156.16/32    10.150.13.102
>> 172.16.156.5/32    10.150.13.102
>> 172.16.156.4/32    10.150.13.102
>> 172.16.156.3/32    10.150.13.102
>> 172.16.156.2/32    10.150.13.102
>> 172.16.156.1/32    10.150.13.102
>> 172.16.122.10/32    10.150.13.102
>> 172.16.40.50/32    10.150.13.102
>> 172.16.40.40/32    10.150.13.102
>> 172.16.40.32/32    10.150.13.102
>> 10.254.254.5/32    10.150.13.102
>> 10.183.1.11/32    10.150.13.102
>> 10.183.1.0/24    10.150.13.102
>> 10.156.0.0/24    10.150.13.102
>> 10.122.10.10/32    10.150.13.102
>> 10.122.10.0/24    10.150.13.102
>> 10.40.50.10/32    10.150.13.102
>> 10.40.50.0/24    10.150.13.102
>> 10.40.40.3/32    10.150.13.102
>> 10.40.40.0/24    10.150.13.102
>> 10.40.32.32/32    10.150.13.102
>> 10.133.2.0/24    10.150.13.102
>> 172.16.177.28/32    10.150.13.102
>> 172.16.177.25/32    10.150.13.102
>> 172.16.177.22/32    10.150.13.102
>> 172.16.177.17/32    10.150.13.102
>> 172.16.171.7/32    10.150.13.102
>> 172.16.155.13/32    10.150.13.102
>> 172.16.155.12/32    10.150.13.102
>> 172.16.133.3/32    10.150.13.102
>> 10.186.1.0/24    10.150.13.102
>> 10.177.8.12/32    10.150.13.102
>> 10.177.8.10/32    10.150.13.102
>> 10.177.8.0/28    10.150.13.102
>> 10.177.0.12/32    10.150.13.102
>> 10.177.0.11/32    10.150.13.102
>> 10.176.0.176/32    10.150.13.102
>> 10.171.1.2/32    10.150.13.102
>> 10.155.3.13/32    10.150.13.102
>> 10.155.3.12/32    10.150.13.102
>> 10.133.2.254/32    10.150.13.102
>> 10.133.3.0/24    10.150.13.102
>> 192.168.145.145/32    10.150.13.102
>> 192.168.145.144/28    10.150.13.102
>> 172.16.173.145/32    10.150.13.102
>> 172.16.133.10/32    10.150.13.102
>> 10.183.1.10/32    10.150.13.102
>> 10.183.1.1/32    10.150.13.102
>> 172.16.177.7/32    10.150.13.102
>> 192.168.177.10/32    10.150.13.102
>> 192.168.177.0/24    10.150.13.102
>> 172.16.177.27/32    10.150.13.102
>> 172.16.177.15/32    10.150.13.102
>> 172.16.177.14/32    10.150.13.102
>> 172.16.177.13/32    10.150.13.102
>> 172.16.177.12/32    10.150.13.102
>> 172.16.185.1/32    10.150.13.102
>> 192.168.66.0/24    10.150.13.102
>> 10.0.1.89/32    10.150.13.102
>> 172.17.89.1/32    10.150.13.102
>> 10.89.1.1/32    10.150.13.102
>> 10.89.1.0/24    10.150.13.102
>> 10.89.5.0/24    10.150.13.102
>> 10.89.3.0/24    10.150.13.102
>> 172.17.89.10/32    10.150.13.102
>> 172.17.89.2/32    10.150.13.102
>> 10.89.2.1/32    10.150.13.102
>> 10.89.1.11/32    10.150.13.102
>> 10.89.3.1/32    10.150.13.102
>> 172.17.89.5/32    10.150.13.102
>> 172.17.89.3/32    10.150.13.102
>> 10.89.2.0/24    10.150.13.102
>> 10.36.6.0/24    10.150.13.102
>> 172.16.36.10/32    10.150.13.102
>> 10.177.23.0/24    10.150.13.102
>> 172.16.177.35/32    10.150.13.102
>> 10.177.23.35/32    10.150.13.102
>> 10.176.0.2/32    10.150.13.102
>> 172.16.176.2/32    10.150.13.102
>> 10.177.8.0/24    10.150.13.102
>> 10.177.8.1/32    10.150.13.102
>> 10.151.3.0/24    10.150.13.102
>> 10.151.3.10/32    10.150.13.102
>> 10.151.3.1/32    10.150.13.102
>> 172.16.151.30/32    10.150.13.102
>> 172.16.36.5/32    10.150.13.102
>> 10.36.3.1/32    10.150.13.102
>> 10.36.3.0/24    10.150.13.102
>> 10.31.0.0/24    10.150.13.102
>> 172.16.31.1/32    10.150.13.102
>> 10.31.0.10/32    10.150.13.102
>> 10.0.1.91/32    10.150.13.102
>> 10.0.1.35/32    10.150.13.102
>> 192.168.30.2/32    10.150.13.102
>> 172.16.40.18/32    10.150.13.102
>> 172.16.40.14/32    10.150.13.102
>> 172.16.40.4/32    10.150.13.102
>> 10.40.15.1/32    10.150.13.102
>> 10.40.14.1/32    10.150.13.102
>> 10.40.13.1/32    10.150.13.102
>> 172.16.40.3/32    10.150.13.102
>> 192.168.3.3/32    10.150.13.102
>> 10.132.9.0/24    10.150.13.102
>> 172.16.132.9/32    10.150.13.102
>> 10.132.9.9/32    10.150.13.102
>> 10.40.214.0/24    10.150.13.102
>> 192.168.3.214/32    10.150.13.102
>> 192.168.3.0/24    10.150.13.102
>> 10.40.20.0/24    10.150.13.102
>> 172.16.40.127/32    10.150.13.102
>> 176.62.53.30/32    10.150.13.102
>> 10.40.20.2/32    10.150.13.102
>> 10.133.3.1/32    10.150.13.102
>> 10.133.3.252/32    10.150.13.102
>> 10.44.0.0/24    10.150.13.102
>> 172.16.44.1/32    10.150.13.102
>> 172.16.10.7/32    10.150.13.102
>> 10.10.7.1/32    10.150.13.102
>> 10.10.7.0/24    10.150.13.102
>> 10.89.4.0/24    10.150.13.102
>> 172.17.89.4/32    10.150.13.102
>> 10.89.4.2/32    10.150.13.102
>> 10.89.4.1/32    10.150.13.102
>> 172.17.89.14/32    10.150.13.102
>> 172.16.159.1/32    10.150.13.102
>> 10.159.0.0/24    10.150.13.102
>> 10.159.0.1/32    10.150.13.102
>> 10.40.14.0/24    10.150.13.102
>> 10.156.1.0/24    10.150.13.102
>> 192.168.200.253/32    10.150.13.102
>> 192.168.200.0/24    10.150.13.102
>> 172.16.156.6/32    10.150.13.102
>> 172.16.154.1/32    10.150.13.102
>> 192.168.154.1/32    10.150.13.102
>> 192.168.154.0/24    10.150.13.102
>> 10.122.1.0/24    10.150.13.102
>> 172.16.122.1/32    10.150.13.102
>> 10.122.1.1/32    10.150.13.102
>> 10.122.1.2/32    10.150.13.102
>> 172.16.122.2/32    10.150.13.102
>> 10.169.0.10/32    10.150.13.102
>> 10.169.0.0/24    10.150.13.102
>> 172.16.169.1/32    10.150.13.102
>> 10.169.0.11/32    10.150.13.102
>> 172.16.169.2/32    10.150.13.102
>> 172.16.132.132/32    10.150.13.102
>> 192.168.132.1/32    10.150.13.102
>> 192.168.132.0/24    10.150.13.102
>> 10.183.1.2/32    10.150.13.102
>> 10.40.13.0/24    10.150.13.102
>> 10.40.15.0/24    10.150.13.102
>> 10.150.2.0/24    172.19.62.0
>> 10.150.22.0/24    10.150.22.1
>>
>> Table: MID
>> IP address    Aliases
>> 172.19.193.2    10.150.1.20
>> 10.150.22.22    10.150.0.14
>> 10.150.13.4    172.19.186.4;172.19.186.3;10.150.0.6
>> 172.19.183.1    10.150.5.2;10.150.0.2
>> 172.19.177.0    10.150.0.5
>> 10.150.20.2    172.19.62.1
>> 172.19.63.1    10.150.0.7;10.150.3.13
>> 172.19.189.1    172.19.189.4;172.19.189.3;172.19.189.2
>> 172.19.192.0    10.150.8.2
>> 10.150.5.3    172.19.183.5
>> 172.19.64.1    172.19.64.2
>> 172.19.191.2    172.19.191.3
>> 172.19.193.1    172.19.193.3;10.150.19.200
>> 10.150.22.1    172.19.185.4;172.19.185.1;172.19.185.2;172.19.185.3
>>
>> Table: Routes
>> Destination    Gateway IP    Metric    ETX    Interface
>>
>> =========================================================
>>
>> Sono bloccato !!!!!!!
>> Ringrazio chiunque possa darmi un aiuto.
>>
>>   Grazie
>> --
>>
>> Salvatore
>>
>> www.TrenodelleIdee.it
>>
>> _______________________________________________
>> Wireless mailing list
>> Wireless a ml.ninux.org
>> http://ml.ninux.org/mailman/listinfo/wireless
>>

-- 

*Salvatore*

*www.TrenodelleIdee.it*
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://ml.ninux.org/pipermail/wireless/attachments/20140327/e740d6ed/attachment-0001.html>


Maggiori informazioni sulla lista Wireless