Tobias McNulty
Tobias McNulty
+1
Part of me wonders if the MAC-setting could be deprecated. The README already indicates a preference to set via the router config, and it is probably better supported by the...
Sample supervisor setup, until I have time to push up a PR for the README: ``` # apt install -y supervisor python3-setuptools # easy_install3 install pip # pip3 install -U...
@jaysoffian Per the disclaimer above I set up https://pypi.org/project/eap-proxy/, which I'm happy to update periodically and/or add you to if you like. One other question: Do EdgeOS devices include `easy_install`?...
Fair enough. Maybe I'll try it out on VyOS one of these days, assuming that's relatively similar. As an alternative to PyPI, simply having a setup.py in the repo would...
> Did you ever try this on VYOS ? No, I haven't.
Physical wiring is pretty much the same as other devices. You do need three separate ethernet ports (I had to buy a USB ethernet adapter since my device only had...
@cordone My semi-working config can be found in a comment above: https://github.com/jaysoffian/eap_proxy/issues/21#issuecomment-520637447
@mrancier The EdgeRouter instructions seem to work fine for me on VyOS, too. For hardware I am using the PC Engines apu4 (https://www.pcengines.ch/apu4c4.htm). It looks like the startup script might...
I couldn't find a way to get this working either. Here's what we ended up doing instead: ``` # hostPort does not appear to work in Garden (and is deprecated),...