Compare commits
No commits in common. "6e33ccce33627c5453eb4e841db8d9cb12efbcb2" and "01c2b769365ca006c07308c310431e7b14c7cbc8" have entirely different histories.
6e33ccce33
...
01c2b76936
@ -1,16 +0,0 @@
|
||||
[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!
|
12
roles/fw-ferm-1/nmap-rvp1.txt
Normal file
12
roles/fw-ferm-1/nmap-rvp1.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# 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
|
@ -1,16 +0,0 @@
|
||||
[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!
|
9
roles/fw-ferm-2/nmap-rvp2.txt
Normal file
9
roles/fw-ferm-2/nmap-rvp2.txt
Normal file
@ -0,0 +1,9 @@
|
||||
Starting Nmap 7.80 ( https://nmap.org ) at 2023-01-27 09:33 CET
|
||||
Nmap scan report for 192.168.0.52
|
||||
Host is up (0.00021s latency).
|
||||
|
||||
PORT STATE SERVICE
|
||||
51820/tcp filtered unknown
|
||||
MAC Address: 08:00:27:31:FA:71 (Oracle VirtualBox virtual NIC)
|
||||
|
||||
Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds
|
Loading…
x
Reference in New Issue
Block a user