Re: two IP addresses on one pppoe connection

2009-05-29 Thread Stuart Henderson
On 2009-05-29, Scott McEachern wrote: > > So the specifics for OpenBSD is that this is completely do-able with > userland pppoe. Keep the existing pppoe setup for the single IP as is, > and just modify the /etc/ppp/ppp.linkup file as such: (Assuming you > were given a.b.c.d/30) > > MYADDR: >

Re: two IP addresses on one pppoe connection

2009-05-28 Thread Scott McEachern
Todd T. Fries wrote: If you use the kernel mode pppoe, you can ifconfig add them as an alias to the interface, you might be able to do the same to the tun interface, see if it works... You are showing your roots, tun0:0 and tun0:1 are Linux naming conventions, here in OpenBSD we just add address

Re: two IP addresses on one pppoe connection

2009-05-25 Thread Scott McEachern
Todd T. Fries wrote: If you use the kernel mode pppoe, you can ifconfig add them as an alias to the interface, you might be able to do the same to the tun interface, see if it works... I was hoping to accomplish this with userland pppoe as it is simpler to configure, and it already works. W

Re: two IP addresses on one pppoe connection

2009-05-25 Thread Todd T. Fries
If you use the kernel mode pppoe, you can ifconfig add them as an alias to the interface, you might be able to do the same to the tun interface, see if it works... You are showing your roots, tun0:0 and tun0:1 are Linux naming conventions, here in OpenBSD we just add addresses to the device itself

two IP addresses on one pppoe connection

2009-05-25 Thread Scott McEachern
Hello all, I currently have a single line DSL connection with my ISP and I am considering getting a 2nd IP from them for a second domain. The DSL modem (a speedtouch 516 which has a single ethernet connection to the LAN) is in bridge mode so the OpenBSD firewall handles the connection/authe