jpillora / jpillora/chisel

Forward all ports

Open
#190 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

duplicate enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.