Denton Gentry
de4c635e54
net/portmapper: make pcpCodeNotAuthorized log more descriptive
...
If PCP is present but disabled, turning it on might help
get direct connections.
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2022-06-28 03:55:17 -07:00
Josh Bleecher Snyder
40f11c50a1
net/portmapper: make PCP/PMP result codes stringers
...
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-11-30 12:13:15 -08:00
Josh Bleecher Snyder
999814e9e1
net/portmapper: handle pcp ADDRESS_MISMATCH response
...
These show up a fair amount in our logs.
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-11-30 12:13:15 -08:00
Brad Fitzpatrick
bdb93c5942
net/portmapper: actually test something in TestProbeIntegration
...
And use dynamic port numbers in tests, as Linux on GitHub Actions and
Windows in general have things running on these ports.
Co-Author: Julian Knodt <julianknodt@gmail.com>
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-08-09 19:49:02 -07:00
julianknodt
98d36ee18d
net/portmapper: add hook for use with prev ip
...
PCP handles external IPs by allowing the client to specify them in the packet, which is more
explicit than requiring 2 packets from PMP, so allow for future changes to add it in easily.
Signed-off-by: julianknodt <julianknodt@gmail.com>
2021-08-06 07:51:30 -07:00
julianknodt
85304d7392
net/portmapper: check disable flags
...
Signed-off-by: julianknodt <julianknodt@gmail.com>
2021-08-06 07:51:30 -07:00
julianknodt
777b711d96
net/portmapper: add pcp portmapping
...
This adds PCP portmapping, hooking into the existing PMP portmapping.
Signed-off-by: julianknodt <julianknodt@gmail.com>
2021-08-06 07:51:30 -07:00
julianknodt
5c98b1b8d0
net/portmapper: move pcp code to separate file
...
This moves all the PCP code to a separate file in preparation for portmapping with PCP.
Signed-off-by: julianknodt <julianknodt@gmail.com>
2021-08-06 07:51:30 -07:00