ajout README.md

This commit is contained in:
Mathis Laceppe 2023-01-27 09:41:55 +01:00
parent 143c3878a3
commit 70950f9e4e
2 changed files with 16 additions and 12 deletions

16
roles/fw-ferm-1/README.d Normal file
View File

@ -0,0 +1,16 @@
[Ferm]:http://ferm.foo-projects.org/
Modifier l'execution d'iptables [plus d'info ici]:https://wiki.debian.org/iptables
```bash
update-alternatives --set iptables /usr/sbin/iptables-legacy```
Pour tester utiliser [Nmap]:https://nmap.org/man/fr/man-briefoptions.html
```bash
sudo nmap -p51820 192.168.0.51```(r-vp1)
```bash
sudo nmap -p51820 192.168.0.52```(r-vp2)
Sortie :
`PORT STATE SERVICE
51820/tcp filtered unknown`
Faire des ping!

View File

@ -1,12 +0,0 @@
# CMD
sudo nmap -pU:51820 192.168.0.51
#Resultat
Starting Nmap 7.80 ( https://nmap.org ) at 2023-01-27 09:02 CET
Nmap scan report for 192.168.0.51
Host is up (0.00030s latency).
PORT STATE SERVICE
51820/tcp filtered unknown
MAC Address: 08:00:27:F0:E2:46 (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds