denisit Posted September 6, 2019 Share Posted September 6, 2019 Hello, I try to set up a C2 server on a RPI 3 but I get a problem. I want just use it in a LAN. I run the command below : ./c2_community-linux-armv5 -hostname RPI_IP But I cannot access to the web interface. When I check the listen port with netstat I see the C2 server listen on tcp6, not on tcp : tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp6 0 0 :::8080 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 0 :::2022 :::* LISTEN tcp6 0 0 :::6600 :::* LISTEN thanks. Quote Link to post Share on other sites
mek2600 Posted May 25, 2020 Share Posted May 25, 2020 Did you ever find a solution to this, DenverCoder9? I'm having the same issue. Quote Link to post Share on other sites
alexandercain Posted January 16 Share Posted January 16 Same issue here. I've disabled ipv6 in both sysctl and grub, but cloud c2 continues to listen on :::8080 Quote Link to post Share on other sites
chrizree Posted January 16 Share Posted January 16 My guess is that this isn't really C2 related, it's about how the Pi handles IPv6 (it affects other services and daemons the same way). In what way have you tried to disable IPv6 in sysctl and grub? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.