root.veg
09-15-2003, 06:41 AM
I'm trying to get something sorted out in my head before I go ahead and buy an ADSL connection. I already have a modem, which can use one of four different connection types:
PPP over Ethernet
PPP over ATM
IP over ATM
Bridged Ethernet over ATM (RFC1483)
The ISP I want to use (Eclipse, in the UK) has told me they use PPP over ATM. However, if I configure my modem to use PPPoA, it will use its own client software, and force me to connect my Linux boxes using DHCP and Class C private IP addresses. What I really want is to use one of my linux boxes as the router and for the modem itself to be transparent (ie not to have its own IP address). Judging from the instruction manual, Bridged Ethernet over ATM is the way you do this. I'm comfortable with NAT-ing and firewalling, I just want to get it so my linux routing box has one interface with a public IP connected to the internet.
Two questions, then:
1) If my modem uses a Bridged Ethernet over ATM connection, an then I use PPP over Ethernet on my linux routing box, is that the same as using PPP over ATM?
2) If I'm right with question 1, what software should I use on the linux box to make the PPPoE connection? I'm using Debian.
I *have* done some searching (OK, I admit not reading RFC1483 :) ) but what I'm really lacking is the general idea. Searching is only easy when you know what you're looking for...
PPP over Ethernet
PPP over ATM
IP over ATM
Bridged Ethernet over ATM (RFC1483)
The ISP I want to use (Eclipse, in the UK) has told me they use PPP over ATM. However, if I configure my modem to use PPPoA, it will use its own client software, and force me to connect my Linux boxes using DHCP and Class C private IP addresses. What I really want is to use one of my linux boxes as the router and for the modem itself to be transparent (ie not to have its own IP address). Judging from the instruction manual, Bridged Ethernet over ATM is the way you do this. I'm comfortable with NAT-ing and firewalling, I just want to get it so my linux routing box has one interface with a public IP connected to the internet.
Two questions, then:
1) If my modem uses a Bridged Ethernet over ATM connection, an then I use PPP over Ethernet on my linux routing box, is that the same as using PPP over ATM?
2) If I'm right with question 1, what software should I use on the linux box to make the PPPoE connection? I'm using Debian.
I *have* done some searching (OK, I admit not reading RFC1483 :) ) but what I'm really lacking is the general idea. Searching is only easy when you know what you're looking for...