Bill Positek
2006-06-11, 05:47 PM CDT
Hi,
I have built a mini DSLAM system, which has a few PPPoE connections going to my Fedora Server. It currently works OK, except I need to work out the final issue. It is still in test mode. I have 2 Ethernet cards, eth0 goes to the internet, and eth1 goes to the DSLAM.
On eth1 network is the DSLAM only with a single managment IP address. All customers connect over the DSLAM to the Linux server using PPPoE. Each customer is allocated a fixed IP address by the server.
I have a range of IPs, example (200.100.100.0) C class. The IPs for the customers are to be allocated from this range, and there are IPaddress for the 2 ethernet cards, and DSLAM. I would like something like this:
200.100.100.1 = eth0
200.100.100.2 = eth1
200.100.100.3 = DSLAM
200.100.100.4....250 = customer fixed PPPoE assigned IPs.
The question how to I set up routing through the Linux box? I currently have the 2 LAN cards on totally different network addresses(200.100.100.0 & 60.50.40.0), but his was only for testing only. Should I have the second eth1 card subnetted? Should I use bridging? The main purpose is not to waste IP addresses.
Thank you.
I have built a mini DSLAM system, which has a few PPPoE connections going to my Fedora Server. It currently works OK, except I need to work out the final issue. It is still in test mode. I have 2 Ethernet cards, eth0 goes to the internet, and eth1 goes to the DSLAM.
On eth1 network is the DSLAM only with a single managment IP address. All customers connect over the DSLAM to the Linux server using PPPoE. Each customer is allocated a fixed IP address by the server.
I have a range of IPs, example (200.100.100.0) C class. The IPs for the customers are to be allocated from this range, and there are IPaddress for the 2 ethernet cards, and DSLAM. I would like something like this:
200.100.100.1 = eth0
200.100.100.2 = eth1
200.100.100.3 = DSLAM
200.100.100.4....250 = customer fixed PPPoE assigned IPs.
The question how to I set up routing through the Linux box? I currently have the 2 LAN cards on totally different network addresses(200.100.100.0 & 60.50.40.0), but his was only for testing only. Should I have the second eth1 card subnetted? Should I use bridging? The main purpose is not to waste IP addresses.
Thank you.