Router:Linux: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
* You have a PPPoE router but it doesn't do everything you want |
* You have a PPPoE router but it doesn't do everything you want |
||
== Debian/squeeze == |
== Debian/squeeze and /wheezy == |
||
This is what RogerBW is using. It'll probably be much the same on other Linuxen. The basic recipe came from [http://www.aa-asterisk.org.uk/index.php/Connecting_to_AAISP_using_PPPoE]. |
This is what RogerBW is using. It'll probably be much the same on other Linuxen. The basic recipe came from [http://www.aa-asterisk.org.uk/index.php/Connecting_to_AAISP_using_PPPoE]. |
||
| Line 107: | Line 107: | ||
In theory, "default" should apply to all interfaces created later, while "all" should apply to all interfaces that exist now. This doesn't always seem to be the case. |
In theory, "default" should apply to all interfaces created later, while "all" should apply to all interfaces that exist now. This doesn't always seem to be the case. |
||
== Full startup sequence == |
|||
<pre> |
|||
ifconfig eth1 up |
|||
pon aaisp |
|||
</pre> |
|||
== PPP == |
== PPP == |
||