Giter VIP home page Giter VIP logo

Comments (4)

ICKelin avatar ICKelin commented on May 18, 2024

@luckypoem 这个是interface配置项的问题

name="us-node-1-1"

[server]
token="gtund-cs-goken"
listen=":9091"
auth_key="gtun-cs-token"
nameservers=["8.8.8.8", "8.8.4.4"]
route_url="http://www.ipdeny.com/ipblocks/data/countries/us.zone"

[dhcp]
cidr="100.64.240.1/24"
gateway="100.64.240.1"
nameserver="8.8.8.8"

[interface]
istap=false

[interface]
istap=false

from gtun.

luckypoem avatar luckypoem commented on May 18, 2024

hi.

[root@host gtund]# ./gtund -c gtund.conf
2019/09/06 11:26:00.212033 main.go:70 [W] run reverse fail: open reverse.policy: no such file or directory
2019/09/06 11:26:00.212891 server.go:258 [W] only support for ipv4
2019/09/06 11:26:00.213445 registry.go:81 [W] disconnect with registry: dial tcp 127.0.0.1:9092: connect: connection refused
2019/09/06 11:26:03.215032 registry.go:81 [W] disconnect with registry: dial tcp 127.0.0.1:9092: connect: connection refused
2019/09/06 11:26:03.970511 server.go:258 [W] only support for ipv4
2019/09/06 11:26:06.215800 registry.go:81 [W] disconnect with registry: dial tcp 127.0.0.1:9092: connect: connection refused
2019/09/06 11:26:09.216633 registry.go:81 [W] disconnect with registry: dial tcp 127.0.0.1:9092: connect: connection refused
2019/09/06 11:26:11.906541 server.go:258 [W] only support for ipv4
2019/09/06 11:26:12.217418 registry.go:81 [W] disconnect with registry: dial tcp 127.0.0.1:9092: connect: connection refused
^C
[root@host gtund]#

"connection refused"是怎么造成的?如何解决?

from gtun.

ICKelin avatar ICKelin commented on May 18, 2024

@luckypoem 不配置registry需要把gtund.conf以下内容去掉:

[registry]
interval=3
timeout=5
addr="127.0.0.1:9092"
token="gtund-sr-token"
must=false

from gtun.

luckypoem avatar luckypoem commented on May 18, 2024

用你这个vpn翻墙成功,不过有点不稳定,运行大概2个小时,就会翻墙失败,只好重新运行客户端的相关命令才行。如何能改进稳定性呢?

from gtun.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.