secres:notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| secres:notes [2021/12/03 11:14] – [OpenVPN] orel | secres:notes [2024/03/18 15:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1057: | Line 1057: | ||
| # ... | # ... | ||
| # Initialization Sequence Completed | # Initialization Sequence Completed | ||
| + | |||
| + | $ ifconfig | ||
| + | tap0: flags=4419< | ||
| + | inet6 fe80:: | ||
| + | ether da: | ||
| + | RX packets 0 bytes 0 (0.0 B) | ||
| + | RX errors 0 dropped 0 overruns 0 frame 0 | ||
| + | TX packets 27 bytes 2210 (2.1 KiB) | ||
| + | TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | ||
| </ | </ | ||
| Line 1062: | Line 1071: | ||
| Configurons maintenant le client1 sur nile... | Configurons maintenant le client1 sur nile... | ||
| + | <code text client1.conf> | ||
| + | client | ||
| + | dev tap | ||
| + | proto udp | ||
| + | remote 172.16.0.2 1194 | ||
| + | nobind | ||
| + | persist-key | ||
| + | persist-tun | ||
| + | ca ca-cert.pem | ||
| + | cert client1-cert.pem | ||
| + | key client1-key.pem | ||
| + | verify-x509-name " | ||
| + | comp-lzo | ||
| + | verb 3 | ||
| + | lladdr AA: | ||
| + | </ | ||
| + | |||
| + | Puis démarrons le client VPN, on récupère normalement sur l' | ||
| + | |||
| + | < | ||
| + | $ openvpn --config client1.conf | ||
| + | </ | ||
| + | à compléter... | ||
| ==== SSH et Progammation avec OpenSSL ==== | ==== SSH et Progammation avec OpenSSL ==== | ||
secres/notes.1638530071.txt.gz · Last modified: 2024/03/18 15:05 (external edit)
