Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - OpenBSD: Difference between revisions

no edit summary
(Created page with "You can use a computer running OpenBSD as your AAISP router, and make use of its simple configuration and powerful 'pf' firewall. I'll assume your box has two NICs, re0 and r...")
 
No edit summary
authproto chap authname 'aa11@a.1' authkey 'yourpasswordgoeshere' up
dest 0.0.0.1
inet6 eui64autoconf
!/sbin/route add default -ifp pppoe0 0.0.0.1
!/sbin/route add -inet6 default -ifp pppoe0 fe80::
 
Once this is all done, you should be able to just run: <code>sh /etc/netstart</code> and have your PPPoE connect (watch the syslog for details). It should automatically reconnect if there's a dropout.
4

edits