Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add devbind tool #1

Closed
wants to merge 27 commits into from
Closed

feat: add devbind tool #1

wants to merge 27 commits into from

Conversation

mkfsn
Copy link

@mkfsn mkfsn commented Sep 6, 2018

No description provided.

- Cosmetic code refactoring into smaller separate functions
- Implemented KNI and port forwarding config
- Added creation of KNI devices and flows (no traffic forwarded yet)
- Implemented port forwarding (including KNI). It works to ssh from public interface.
- Direct all ARP and ICMP traffic to KNI if it is present on interface
- Fixed handling of ICMP and directing all ICMP traffic to KNI if it is present
- Fixed directing traffic to KNI in private subnet
- Implemented ARP requests when target destination MAC is unknown
- Fixed getting ARP response when KNI is enabled on interface
- Fixed directing traffic to KNI when it originates from NAT host
- Fixed printing IPv4 packet address and header
- Switched configuration to multiple hosts in local subnet
- Fixed bug with forwarded port reuse
Copy link

@marcusschiesser marcusschiesser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add examples/devbind with readme

gshimansky and others added 7 commits September 7, 2018 14:46
Added KNI, port forwarding and full ARP support to NAT
Removed situation with zero division from measue function.
THis function itself can be removed for 210nn per 32 packets.
Implemented GRPC control over dump, subnet address and port forwarding
Trivial version bump for fedora image
mkfsn added a commit that referenced this pull request Sep 11, 2018
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.

4 participants