Skip to content
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

failed to bind udp address #23

Open
EReeves opened this issue Aug 3, 2018 · 0 comments
Open

failed to bind udp address #23

EReeves opened this issue Aug 3, 2018 · 0 comments

Comments

@EReeves
Copy link

EReeves commented Aug 3, 2018

Unsure what's wrong. Maybe I set up my tun device wrong, I just added it as normal.

18-08-04 04:50:58] starting muon server
[18-08-04 04:50:58] using tun device: tun0
[18-08-04 04:50:58] failed to bind udp address

# muon server config

# user to set privilege to
user=evan

# server or client
mode=server

# server
server=0.0.0.0
port=14333-14666


# secret key for crypto
#   run `dd if=/dev/random bs=1 count=9 | md5sum' to create one
key= . . .


# TUN device name, tunX for linux, utunX for darwin
tunif=tun0

# MTU of TUN device
#   Ethernet: 1500 - 20(IPv4, or 40 for IPv6) - 8(UDP) - 20(muon)
#   PPPoE: 1492 - 20(IPv4, or 40 for IPv6) - 8(UDP) - 20(muon)
mtu=1400

# IPv4 address of TUN device, CIDR notation
address=10.10.10.0/31

# IPv6 address of TUN device, CIDR notation
#address6=

# enable NAT or not
nat=no

Hoping someone can share some insight in to how I should start solving this.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant