Newbie in Linux and I haven't programmed since 1995 and need some help. Running Redhat 6.1 kernel 2.2.14 and pppd-2.3.10 all running under the tcshell. I have my server setup to dialout to my ISP with 2 modems. EQL is also being used to load balance. When I manually dial both modems and connect, I can manually enslave both modems and establish EQL as my default route and all ok (I can ping,ftp,etc..). Problem I am having is when I invoke both ppp connections automatically this way; In my crontab file I call /etc/ppp/ppp-onR0 (ppp0) to dialout, then in my /etc/ppp/ip-up script I call /etc/ppp/ppp-onR1 (Dials my second connection ppp1) eql_enslave eql ppp0 115200 eql_enslave eql ppp1 115200 route del default route add default eql If I do it this way all eql statements and routing are completed before ppp1 is established therefore messing up my default route which doesn't allow me to ping,ftp,etc... What I want to do is this: Bring up ppp0 & ppp1, then and only then when both links are up proceed to execute the EQL statements and routing changes. How do I do this in Linux? ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com - To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to [EMAIL PROTECTED]
