Hi guys, I’ve a little questions for you.
My WISP assigned me an IP subclass (lets say 77.88.99.0/29) and I must authenticate with the wisp using pppoe.
What I wanna do is:
- estabilish a pppoe session on eth1 (that’s a simple task)
- assign the first ip of the class (77.88.99.1) to routerboard (I can do it staticaly, not a big deal)
- assign each other ip (77.88.99.2-77.88.99.6) to clients via DHCP (or statically, it doesn’t matter)
The goal is to have every client with his own public ip assigned.
Is that possible?
Thanks!