-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hey fellas
I'm trying to build an image with "CONFIG_FIRMWARE_INCLUDE_SOFTETHERVPN_SERVER=y". I edited the template for my device (MI-R3P) under trunk/configs/templates
I tried both the hanwckf and MeIsReallyBa github repository but after booting the image (assuming there isn't a bootloop), no softethervpn server service is running on 192.168.2.1 on port 443/992/5555. And nothing about softethervpn is mentioned in the router log.
Am I missing some sort of dependency? Golang? Is the package CONFIG_FIRMWARE_INCLUDE_SOFTETHERVPN_CMD required? I just installed the packages mentioned in the repository readme.
I noticed that when compiling the image, the softether package is at least being downloaded. My image files don't seem to vary in size though. I get the same size regardless if it's selected or not in templates.
Another question is about the kernel. Seems hanwckf uses 4.4.3.9-100 and MelsReallyBa uses 4.4.198, or is there just a typo in hanwckf because I see conflicting info in the log.
firmware version: 4.4.3.9-100_ff77acc
Linux version 4.4.198 (root@debian)
Thanks for helping out. I really appreciate it.