denisit Posted September 6, 2019 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.
mek2600 Posted May 25, 2020 Posted May 25, 2020 Did you ever find a solution to this, DenverCoder9? I'm having the same issue.
alexandercain Posted January 16, 2021 Posted January 16, 2021 Same issue here. I've disabled ipv6 in both sysctl and grub, but cloud c2 continues to listen on :::8080
chrizree Posted January 16, 2021 Posted January 16, 2021 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.