I'm trying have two connections to the internet. One via an ethernet
card connected through a cable tv modem and the other connect via ppp
connection. The ppp connection is how I am connected to the world
through my domain name but I want to utilize the speed of my ethernet
connection to the internet. When I do the following, my ppp/eql
interface stops working allowing only my ethenet connection to work.
Do you have any suggestions on how to make them both work on
the same computer system?
I'm running linux_2.2.5 and ppp_2.3.5-1.
For The EQL/PPP Connection I type:
ifconfig eql 123.XXX.XX.XXX netmask 255.255.255.255 mtu 1500 up
route add -net 123.XXX.XX.0 netmask 255.255.255.255 eql
route add default eql
eql_enslave eql ppp0 31200
For The ETH0 Connection I type:
ifconfig eth0 45.Y.YYY.YYY netmask 255.255.255.128 broadcast 45.Y.YYY.255 up
route add -net 45.Y.YYY.128 netmask 255.255.255.128 eth0
route add default gw 45.Y.YYY.YYY eth0
Please respond to [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]