Forward all ports
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 16.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I was trying to make a transparent nat proxy and I found this mallet project which has not worked in the last version of chisel but it is a great idea for a "simple vpn p2p" and I think it would be nice to have it natively in chisel or just range port forwarding.
example.
chisel client chiselserver 10.0.0.5:127.0.0.1 # to all ports (tcp/udp) is forwarding
ssh 10.0.0.5 # => server localhost (127.0.0.1)
(I don't know how the windows firewall works and how hard it is to nat)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the chisel client command and existing port-forwarding behavior, then compare the requested transparent NAT and all-port TCP/UDP forwarding with the mallet project linked in the issue. Clarify the command syntax, supported platforms, and whether the goal is range forwarding or full NAT before implementation; done means the agreed forwarding mode works end to end.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100