hey. i use slackware linux. i need to dial multiple fones. can i configure
ppp to do so. and can it use multiple ip-s. thanx
--
Posted via CNET Help.com
http://www.help.com/
--
Posted via CNET Help.com
http://www.help.com/
> --
> Posted via CNET Help.com
> http://www.help.com/
1. iptables + multiple ppp connections - help!
Hello all,
I am trying to use iptables to route connections from an ethernet card
on my LAN to multiple ppp connections running on multiple serial ports
on my Redhat 7.2 box. The idea is this: iptables will point
connections to the ppp connections based on port numbers. So,
1.2.3.4:2000 will go to ppp0 on serial0, 1.2.3.4:3000 will go to ppp1
on serial1, and so on. So far, I can get all connections out a single
connection (ppp0), but have not been able to send traffic to any other
interface. To even get that much working, I had to set ppp0 as my
default route on the box. If I leave eth0 as the default route, all
traffic will go out it, no matter how hard I try to make it go
elsewhere. To further complicate matters, I'd like to be able to DNAT
the destination ports (2000, 3000, etc.) to a common port (21 or 80).
The ultimate goal here is this (all traffic will be inbound on eth0):
1.2.3.4:2000 -> ppp0:21 ; 1.2.3.4:3000 -> ppp1:21 ; 1.2.3.4:4000 ->
ppp2:21. Is this possible, and if so HOW?! I've read everything I can
find on this (man pages, HOWTO's, FAQs, EVERYTHING!) and still I can't
get it to work. Any help at all would be appreciated. Thanks!
Mike
2. My linux system as a PPP server?
4. fastfs doesn't work for Solaris 7?
5. Multiple PPP connections, (or what happened to ppp0?)
6. permissions on cron.d script = dangerous?
9. Driving pppd on multiple ppp connections
10. kernel panic with multiple PPP connection
12. EQL (multiple PPP connection)
13. RH5.1 PPP connection: PPP connection persists, telnet session times out