-
Notifications
You must be signed in to change notification settings - Fork 46
Description
hello
i have an ipv6-only vps
i tried to icmpv6 tunneling but no success. can you help me please ? We really need this because of high censorship of our government
..............................................
server:
./fraud-bridge -k 456852 -L ::1 -I -r /root/fraud-bridge/ -v
./outside.sh
client:
sudo ./fraud-bridge -R 2001:41d0:********* -k 456852 -I -r /home/debian/Desktop/fraud-bridge -v
sudo ./inside.sh
in client side in new terminal i ran :
ssh -D [0.0.0.0]:1234 1.2.3.5
but no response
and also when i try to connect to socks(127.0.0.1:1234) there is no connection while when i run this command i see something happens in both server and client sides :
server :
icmp <- 64
icmp -> 64
icmp -> 64
icmp -> 64
icmp -> 64
icmp <- 64
icmp -> 64
...
client:
icmp -> 64
icmp -> 64
icmp -> 64
icmp -> 64
icmp -> 64
icmp -> 64
icmp -> 64
...
where did I get wrong? what should i do to fix this ?
thank you so much and sorry for bad english