[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help.. The EQL Driver . ( using more that one modems on the same box. )



Hello.
Im trying to set up an eql driver.
I have 2 modems running ppp to 135. ( using israserv ) .
after reading the readme , which is very short. and following the instructions. i cant get this thing working correctly .
By taking a look at ifconfig i can see that ppp0 is recieving rx and ppp1 is sending tx.
the eql only sending tx and not recieving any rx.
in the readme they mentioned that there is something to do with the isp.
anyone knows something about it ?
anyone knows about EQL howto ? ( www.abies.com is down )
-------------------------------------------------------
here is what i do when i set the eql.
after establishing one ppp i run the ifconfig :
------------------
ifconfig eql { the ip address i get for ppp0 } netmask 255.255.255.248 mtu 1500
------------------
then the eql .
------------------
./eql_enslave eql ppp0 28800
-----------------
now the routing
------------------ 
route del { the ip for ppp0 }
route del 0.0.0.0
route del default
route add defaoult dev eql
-----------------
 
then i connect the ppp1 with the second modem , ofcurse to the same isp . and i get the other ip address for it.
 
then i do ./eql_enslasve eql ppp1 28800
and remove the route for it.
after doing this i notice that one modem is sending data and one recieve data. maybe i wrong . i dont know.
is there anytihng i do wrong here ?
is there anything i should know about the isp ? can i run eql with this isp ?
please help .
thanks.