mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2132] Not support IPV6. #1696
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1696
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sheng-di on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2132
The config file:
However, when connected to my domain, the following error occurs:
@Becods commented on GitHub (Dec 5, 2020):
If the FRPC is deployed locally, do not add
local_ip.If you have an IPv4 intranet address, use IPv4.
FRP may not support IPv6 completely.
@fatedier commented on GitHub (Dec 6, 2020):
@BecodReyes There is no difference between IPv4 and IPv6, golang net package support them default.
@378978764 Your IP address is not correct format detect by golang net package. Make sure your have
[]in both side oflocal_ip. It's not seen in log.@sheng-di commented on GitHub (Dec 9, 2020):
The IP address is indeed enclosed in square brackets, both in the configuration file and log. This ip address is copied from the
ipconfigcommand.@sheng-di commented on GitHub (Dec 9, 2020):
Unfortunately, the service is deployed in a local area network, and this machine can only be accessed through an IPv6 address.
@fatedier commented on GitHub (Dec 9, 2020):
2020/12/05 10:13:27 [E] [proxy.go:793] [4c5a274fae2a860a] [gpustaker] connect to local service [2001:da8:204:1043:f393:7869:1dd3:c9:8000] error: dial tcp: address 2001:da8:204:1043:f393:7869:xxxx:c9:8000: too many colons in address@378978764 From the log your pasted, there are no brackets.
2001:da8:204:1043:f393:7869:xxxx:c9:8000is not correct address, it should be[2001:da8:204:1043:f393:7869:xxxx:c9]:8000.I test the correct adrress and it's all right.
@github-actions[bot] commented on GitHub (Jan 24, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.