Hi guys, I look for creating an L2TP/PPP server on a PPPoE interface. I see that software not able to create the new interface if the ppp have not been established the connection. There is work around as "wait until" to create the server ? thanks
Hi Dimitry I have in a LNS/LAC configuration a connected issue.. I'm not sure if this topic still valid, in my configuration not seem to have performance problems. The "strange" problem is connected with Compression: this is NEVER negotiated with multilink configuration. For test the solution I have 2vdsl sfp modem connected with a mikrotik router. I check the compression and this NEVER come up, and seems to not be negotiated. Same router enable another PPPoe instance with different username/password,...
Eugene, I'ts a very good implementation of PPP, but I sudgest to add the fib routing to the project. I was follow your instructions and compared results of implementation with the current LAC/LNC commercial pair. We assume that we have a RADIUS to specify network parameters, then we consider we have multiple customer group with (for example) different realm to identify traffic destination. If I want to separate and not using ONE gateway to forward traffic and (for example) to insert traffic in a...
Rigth! But I don't want to use pf as router. ps: you have news to use with openbsd ?
I'm so sorry Eugene. I have in my mind a generic router and I can't expose well. ng* is a PPP interface: obvious but this is not connected with IP routing. (not directly) In my rc.local I have following: (example) /usr/sbin/setfib 0 /sbin/route add default 10.0.0.254 /usr/sbin/setfib 1 /sbin/route add default 20.0.0.254 So I have 2 routing table. The IP of ng* interface can be part of fib 0 or fib 1: How to set ? This allow me to routing traffic to the rigth vlan PPP can also be unnumbered... so...
Interesting, I not understand how. Incoming PPP session start a new "ng" interface, user will be connected. Then, how I can "bridge" or "route" this user with a vlan ? Of course, If I have ONLY ONE vlan i'ts clear... But I don't know the ng(x) interface and I can't bridge/route with. I was not clear in my first post: I need to have L2 interconnection, I NOT WANT Routing between interfaces. Thank for your answer Eugene!
On a network, I need to connect different PPP tunnel into different VLAN associated with different customer. We have a Radius database who authorize users, send rigth IP/Subnet to CPE. I don't see possibility also with extension of MPD5 to connect ng interface to the rigth vlan. The first idea was using MPLS labels but OpenBSD don't seem to be the rigth platform.