On Tue, Jan 04, 2000 at 11:33:59AM +0200, Victor Sharov wrote:
> Are there any ways to reduce the number of IP-addresses?
> Can I use 1 local + 8 remote IP-addresses for ppp clients? Why no?

Yes you can

> Are theese addresses from a single subnetwork or from difference subnetworks?
> (In other words, is it posible to use common local IP-address for all ppp channels?
> I try. It works! But in a same time only one modem works,
> in the next period - next modem works. They are not working simultaneously)

This is a routing problem. I'm not sure what the correct option is to pass
to pppd, but I have this in my /etc/ppp/ip-up script:

---
route add -host $6 dev $1
route del -net <network> dev $1
---

<network> is another route pppd adds for some reason

Could someone please tell us what the right way to do this is?


-- 
------------------
Sarel Botha
[EMAIL PROTECTED]
------------------

99 little bugs in the code, 99 bugs in the code,
          fix one bug, compile it again...
          101 little bugs in the code....


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to