Skip to content

Conversation

@dpeckett
Copy link
Collaborator

@dpeckett dpeckett commented Oct 11, 2025

Builds successfully for darwin.

Run relay with:

sudo ./apoxy alpha tunnel relay --ext-iface=ens5 --listen-addr=10.0.1.91:6081

Run agent with:

./apoxy alpha tunnel run --agent demo --name dev --relay-addr=10.0.1.91:6081 --token=letmein --insecure-skip-verify

Make an internet bound IPv6 request via the agent SOCKS proxy:

curl -vv --socks5 127.0.0.1:1080 http://ipv6.google.com

Big issue this PR fixes is we weren't populating the MAC address in ethernet frames and for IPv6 over Ethernet to work we needed to implement and ND Proxy akin to what we did previously with proxy arp apoxy-dev/icx@613ebea

@dpeckett dpeckett requested a review from dilyevsky October 11, 2025 12:11
@dpeckett dpeckett merged commit fc91725 into main Oct 12, 2025
1 check passed
@dpeckett dpeckett deleted the dpeckett/fix-nat branch October 12, 2025 05:49
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

Successfully merging this pull request may close these issues.

3 participants