This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
tobiasdam
commented
Mar 15, 2017
- added several changes to support ipv6
- apate supports now ipv6
- first changes for per device configuration
- several bugfixes
-- If the gateway dropped ARP packets with it's IP as pdst or psrc the clients remained unspoofed whilst the ARP table entries of the gateway were spoofed -- Therefore replies from the gateway never reached the clients, which resulted in bricking the Internet connectivity
-- added ipv6tables rules -- enabled ipv6 forwarding -- added ipv6 link-local address to hosts file for upri.box
- privoxy listens on ipv6 address
-- this broke the network in some cases - apate now supports ipv6 -- ipv4 only, ipv6 only and ipv4/ipv6 dualstack is now possible -- IPv6 device discovery works by using --- ICMPv6 multicast pings to discover e.g. Unix devices --- MLDv2 queries to discover e.g. Windows devices - some internal structural changes
- merged changes
- disabled logrotation done by supervisord -- this caused old logfiles to survive the environment switch
- separate processes for ipv4 and ipv6, should increase performance under heavy load - several bugfixes
- merged remodeled apate - fixes Issue #35
…ggle entry in the redis db - fixed spoofing in listeners -- devices are only spoofed if they aren't already disabled - PubSubThread now listens for toggled devices
-- scapy's send() method configures all interfaces to promisc if no interface is specified via iface
-- enables checking for finished interface configuration -- should fix apate startup issues
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.