scVENUS / PeekabooAV-Installer

This repository provides scripts and configuration files to install, update and test a Peekaboo installation
GNU General Public License v3.0
7 stars 9 forks source link

Integration for INetSim Internet Services Simulation Suite #42

Closed Jack28 closed 4 years ago

Jack28 commented 5 years ago

The inventory now contains another server inetsim_server which receives inetsim and configuration as well as iptables DNAT rule to make it the entire internet.

Jack28 commented 5 years ago

I'm testing with two more iptables rules:


iptables -t nat -I PREROUTING 1 -i eth1 -p tcp --match multiport ! --dports 53,123,514,110,80,465,21,25,2042,443,990,995,6667  -j REDIRECT --to-port 80
iptables -t nat -I PREROUTING 1 -i eth1 -p udp --match multiport ! --dports 53,123,2042  -j REDIRECT --to-port 53
michaelweiser commented 5 years ago

I'm testing with two more iptables rules:

I expect merging should wait for the results of your tests?