Displaying 2 results from an estimated 2 matches for "netedgecomput".
2005 Feb 06
0
Urgent Help needed
...in case the first
interface is down....which should be the wright case. Kindly please guide me
what i can do to make it work..dynamically..
Thanks,
Pankaj Agarwal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~The Script~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/sh
#script written by Pankaj Agarwal <pankaj@netedgecomputing.com>
#defining location of ip binary
IP=/sbin/ip
#flushing all the IP/Routing cache
echo "removing old rules"
$IP rule del prio 50 table main
$IP rule del prio 201 from 61.11.104.0/24 table 201
$IP rule del prio 202 from 220.227.153.48/28 table 202
$IP rule del prio 222 table 222
ec...
2005 Feb 07
1
please guide me ...with regard to multipath dynamic routing in case of link failure
...that''s being down ever...How can one configure ip route to consider the ISP
ends IP as the gateway when deciding on link status...
Thanks,
Pankaj Agarwal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~The Script~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/sh
#script written by Pankaj Agarwal <pankaj@netedgecomputing.com>
#defining location of ip binary
IP=/sbin/ip
#flushing all the IP/Routing cache
echo "removing old rules"
$IP rule del prio 50 table main
$IP rule del prio 201 from 61.11.104.0/24 table 201
$IP rule del prio 202 from 220.227.153.48/28 table 202
$IP rule del prio 222 table 222
ec...