txthinking / brook

A cross-platform programmable network tool
https://brook.app
GNU General Public License v3.0
14.6k stars 2.4k forks source link

Error: IPv6 is disabled on nexthop device. #1229

Closed nebulabox closed 1 year ago

nebulabox commented 1 year ago

When use brook tproxy, met the following error:

./brook tproxy -s wss://192.168.2.11:3001 -p xxxx --tcpTimeout 15 --udpTimeout 15 --insecure 
2023/06/10 18:15:48 Error: IPv6 is disabled on nexthop device.
exit status 2

The server start with command: /usr/local/bin/brook wssserver --domainaddress 0.0.0.0:3001 --password xxxx --cert /etc/any.crt --certkey /etc/any.key

txthinking commented 1 year ago

It looks like you disabled ipv6 on your linux.

Options 1

Option 2