<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>PPPoE - Multiple Connections - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=PPPoE_-_Multiple_Connections&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 16:08:08 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old</title>
			<link>https://www.slackwiki.com/index.php?title=PPPoE_-_Multiple_Connections&amp;diff=102&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=PPPoE_-_Multiple_Connections&amp;diff=102&amp;oldid=prev</guid>
			<description>&lt;p&gt;Copy from old&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== How to setup multiple PPPoE connections ==&lt;br /&gt;
&lt;br /&gt;
1) Install multiple network devices (ethernet cards).&lt;br /&gt;
: (you can probably do this with one and use eth0:0, eth0:1, etcetera but, it's a bad idea).&lt;br /&gt;
&lt;br /&gt;
2) Make note of each device's MAC address.&lt;br /&gt;
&lt;br /&gt;
3) Make sure the correct interface is assigned to the correct network card.&lt;br /&gt;
: Edit &amp;lt;code&amp;gt;/etc/udev/rules.d/70-persistent-net.rules&amp;lt;/code&amp;gt; file so that the MAC address of each card matches the interface you want.  You must do this so the correct pppoe connection connects to the correct modem.&lt;br /&gt;
&lt;br /&gt;
4) Run &amp;lt;code&amp;gt;pppoe-setup&amp;lt;/code&amp;gt; and set up the connection for connection #1.&lt;br /&gt;
&lt;br /&gt;
5) &amp;lt;code&amp;gt;mv /etc/ppp/pppoe.conf /etc/pppoe-connection1.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6) Run &amp;lt;code&amp;gt;pppoe-setup&amp;lt;/code&amp;gt; and set up the connection for connection #2.&lt;br /&gt;
&lt;br /&gt;
7) &amp;lt;code&amp;gt;mv /etc/ppp/pppoe.conf /etc/pppoe-connection2.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8) Repeat steps 6 &amp;amp; 7 for each of the remaining DSL connections.&lt;br /&gt;
&lt;br /&gt;
-setup is complete-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to start the connections ==&lt;br /&gt;
&lt;br /&gt;
1) Run &amp;lt;code&amp;gt;pppoe-start /etc/ppp/pppoe-connection1.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Run &amp;lt;code&amp;gt;pppoe-start /etc/ppp/pppoe-connection2.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Repeat step 2 for all remaining connections.&lt;br /&gt;
&lt;br /&gt;
At this point, you should have ppp0, ppp1 and etc. ppp connections.  Your routing table ''may'' be trashed at this point, you can clear it and use one as the default route by:&lt;br /&gt;
:: route del default&lt;br /&gt;
:: route add default gw ''ip_address_of_one_of_your_pppoe_connections''&lt;br /&gt;
&lt;br /&gt;
NOTE: The above will set ONE connection as the default, you must adjust your routing to suit your needs from this point on.&lt;br /&gt;
&lt;br /&gt;
== How to setup routing and/or weighted routing ==&lt;br /&gt;
&lt;br /&gt;
Too be added...&lt;/div&gt;</description>
			<pubDate>Wed, 03 Jun 2009 02:05:29 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:PPPoE_-_Multiple_Connections</comments>
		</item>
</channel></rss>