xfangfang / PPPwn_cpp

C++ rewrite of PPPwn (PlayStation 4 PPPoE RCE)
GNU General Public License v3.0
389 stars 58 forks source link

unable to run on mips router (not urgent) #24

Closed SLAzurin closed 4 months ago

SLAzurin commented 4 months ago

Hello!

This is not urgent because I have a spare raspberry pi but I am curious to see if you understand the issue here for my router.

My router is a ASUS router with the mips cpu arch.

image

I am using mipsel-linux-musl from commit 5f84fbd163ea321602f1bd439768ceb9412d2303.

SLAzurin commented 4 months ago

If this use case is not valid, please feel free to close this issue.

xfangfang commented 4 months ago

@SLAzurin You can't use any for interface, any is for capture traffic, but we also need to send packet.

SLAzurin commented 4 months ago

@xfangfang Issue resolved after changing iface to eth0