IPTables.Net
IPTables.Net copied to clipboard
A library for for interfacing C# with Linux IPTables, Conntrack & IP Utils
Attempting to use the library with ssfactory from SystemInteract.Remote. Everything I attempt to do throws a NotImplementedException. Example ```c# var factory = new SshFactory(host, username, password); system = new IpTablesSystem(factory,...
ITNOA This builder help us to more easier make rule resolves #28
If its loaded manually or if the IPv6 side of things is not used it does not crash
The published nuget package does not contain license information. Third Party software compliance tool like BlackDuck trigger unknown license warning.
ITNOA I think it is good to add support for nftables As you can see in [RedHat](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_firewalls_and_packet_filters/getting-started-with-nftables_firewall-packet-filters#assembly_migrating-from-iptables-to-nftables_getting-started-with-nftables) **nftables is successor of iptables**
ITNOA Hi I have rule like below ```text -A INPUT --protocol tcp --source 2.2.2.2 --destination 1.1.1.1 --source-port 111 --destination-port 222 --jump DROP ``` I try this rule in `iptables` command...
ITNOA Hi, I think it is good to provide `iptchelper` as NuGet package, that people can add this library by `dotnet` and does not need compile manually thanks
Thank you for a great job.👍 When I tested it on Ubuntu 20.04.3 LTS \ iptables v1.8.4 (legacy) . ```csharp var sys = new IpTablesSystem(new LocalFactory(), new IPTablesBinaryAdapter()); var chain...
Fails to load both versions of targets due to how libxtables works.