Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Determine which route to take

by rjt (Curate)
on Aug 03, 2013 at 02:15 UTC ( [id://1047672]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $ip = ($A << 24) + ($B << 16) + ($C << 8) + $D;
        # Do the same for each route address ($net)
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        }
        return 'default';
    }
    
  3. or download this
        10.10.10.12 -> 10.10.10.1
    128.127.126.125 -> default
    ...
        192.168.1.1 -> default
         10.10.10.5 -> 10.10.10.1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1047672]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-19 20:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found