modif README.md

This commit is contained in:
Johan Largy 2023-01-30 11:08:22 +01:00
parent 64f1b74ba7
commit 0dbbaf0751

View File

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