-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
icmpv6 tunneling not working #4
Comments
Ok, so I assume you tested to ping6 your vps before fraud-bridge setup (afterwards pings will be ignored) On the server side, you seem to bind to loopback via Everything else should be correct. Note that you need to execute inside/outside script each time when you restarted fraud-bridge on either side because it needs to have the right tun interfaces assigned. When testing, make sure there are no other tunnels in place that could use tun1 device or use |
wow thanks it worked |
edit: also ping is good for mobile data:
whats the problem with mobile cellular data ? could it be due to internet censorship and disruptions imposed by the government on mobile data ? |
can you help please ? |
Mind saying which country that is? |
yes i can connect to vps with ipv6 |
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
The text was updated successfully, but these errors were encountered: