-
Notifications
You must be signed in to change notification settings - Fork 138
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
PhanTun Not Connecting #158
Comments
a quote from @dndx Phantun does not use the Kernel TCP stack and therefore won't show up in netstat. You should use tcpdump to troubleshoot. |
Could you use |
No I haven't because I want to use it on CentOS 6.10 32 bits & I am getting this error when I try to run
& in centos ldd --version is
I try to upgrade glibc & I installed successfully but its giving lots of other error, & then I try to compiled in centos CentOS 6.10 32 bits but I couldn't. and when I use another binary of phantun phantun_i686-unknown-linux-musl.zip I am getting this error
but if I run simply ./phantun_server I am getting this output
please help me I really want to use it, Thank you. |
Please run with |
Dear,
Developer & all viewers I have tried last 3 days by all the way to connect this tunnel from local net & also from 2 dedicated servers, unfortunately the result is very frustrated with my all tried only ones I get successfully get connected. How? I don't know because all the settings was exactly same how it was guide for, I used binary released, please if anyone use this tunnel & successfully get connected all the time please help me out from this situation, I am using centos & puppy linux, thanks for your attention.
After I run I check if listening port is showing here strangely its not open any listing port for the phantun_server
[root@server32 ~]# sudo netstat -tulpn | grep LISTEN
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1353/mysqld
tcp 0 0 127.0.0.1:5038 0.0.0.0:* LISTEN 17270/vpn
tcp 0 0 0.0.0.0:2231 0.0.0.0:* LISTEN 1212/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1452/master
tcp 0 0 :::80 :::* LISTEN 1465/httpd
tcp 0 0 :::2231 :::* LISTEN 1212/sshd
tcp 0 0 ::1:25 :::* LISTEN 1452/master
Getting this output when I run it
INFO server > Remote address is: 127.0.0.1:1234
INFO server > 1 cores available
INFO server > Created TUN device tun0
INFO server > Listening on 4567
Its showing here listening 4567 but in netstat showing nothing.
The text was updated successfully, but these errors were encountered: