Re: U of S wireless and linux FIX???

From: Bran Everseeking <bran.everseeking_at_no.spam.please>
Date: Mon Feb 26 2007 - 02:00:06 CST

On Mon, 26 Feb 2007 01:08:37 -0600
Rob <rob.merritt@usask.ca> wrote:

> for router in $new_routers; do
> #usask
> #Got this from dave Hall, tells route gw cmd where the out of band IP
> is
> route add -host $router dev $interface
> #usask
> route add default dev $interface gw $router
> $metric_arg
> done

ok its late right now but I am not seeing the change between the above
and the code from my script. glad to know that the issue is still
drawing attention.... I hope it works out.

            for router in $new_routers; do
                        route add -host $router dev $interface
                    done
            fi

            for router in $new_routers; do
                route add default dev $interface gw $router $metric_arg
            done
Received on Mon Feb 26 02:00:16 2007

This archive was generated by hypermail 2.1.8 : Mon Feb 26 2007 - 02:00:25 CST