You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I have a 1gb network setup at home, and configuring Speed and duplex to 10baseT/UTP for the interface I'm using to run pppwn_cpp. That gave me the best result.
The text was updated successfully, but these errors were encountered:
Not an issue, just wanted to share general steps on how to setup pppwn_cpp on OPNsense.
SSH into opnSense, e.g.
ssh root@192.168.1.1
Enter option 8) for shell.
Clone the repo:
Note, compile options should match your CPU (I'm using ZimaBoard to run OPNsense)
mkdir build cmake -B build -DUSE_SYSTEM_PCAP=OFF -DZIG_COMPILE_OPTION='-march=apollolake;-mcpu=apollolake' cmake --build build -t pppwn
From Windows cmd (not OPNsense shell) run the following to transfer stage files (adjust the paths):
Back in OPNsense shell (adjust the interface):
Note: I have a 1gb network setup at home, and configuring Speed and duplex to 10baseT/UTP for the interface I'm using to run pppwn_cpp. That gave me the best result.
The text was updated successfully, but these errors were encountered: