Git Product home page Git Product logo

tesi's Introduction

My thesis

The thesis is available here

In the local_architecture folder there is the same architecture studied in the thesis, but virtualized in docker containers.

Abstract

Abstract tesi

In questo elaborato viene trattata l'implementazione di una VPN site-to-site tra un Router 4G e un'Host generico. Dopo una breve introduzione al networking, a OpenVPN e OpenWRT, verranno visti gli obiettivi da raggiungere e le componenti necessarie. I successivi capitoli tratteranno le configurazioni dei vari dispositivi, ponendo particolare attenzione alle fasi di test. In conclusione verrà raggiunto l'obbiettivo di instaurare una comunicazione bidirezionale tra dispositivi di tipo domotico, connessi a un Router 4G in ambiente CG-NAT, con un host client generico attraverso una VPN su server remoto.

Abstract tesi in lingua

This paper discusses the implementation of a VPN site-to-site between a 4G Router and a generic Host. After a short introduction to networking, OpenVPN and OpenWRT, will be seen the objectives to be achieved and the necessary components. The successive chapters will deal with the configuration of the devices, with particular attention to the test phases. Finally, the objective of establishing two-way communication between home automation devices, connected to a 4G Router in CG-NAT environment, and a generic host client was achieved through a VPN on a remote server.

tesi's People

Contributors

simone-viozzi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

tesi's Issues

scrivi introduzione

da vedere

per TCP/ip

  • cos'e' internet -> rete di reti bla bla
  • section Internet Protocol Suite
  • cos'e' il modello tcp ip
  • immagine con gli strati e l'incapsulamento
  • quali sono gli strati che compongono il modello tcp ip
  • cattura wireshark
  • section incapsulamento
  • spiegazione incapsulamento
  • esempio incapsulamento

per openvpn [?]

  • cos'e' openvpn
  • openvpn e' una vpn di livello 4 -> fare confronto con altri tipi di vpn a livelli piu' bassi
  • incapsulamento openvpn vs incapsulamento vpn a livello piu' basso
  • autenticazione alla vpn -> cenni a pki e come funziona
  • cfratura VPN
  • cosa puo' passare nella vpn -> tun/tap

openwrt

  • che e'
  • che scopo ha
  • differenza tra openwrt e ubuntu ?
  • sposta banner di openwrt
  • sposta screen di luci

check ips

the config poit to 10.8.0.0/24, need to check if thats the right one

add the `ufw` nat part to the tex

# START OPENVPN RULES
# NAT table rules
*nat
:POSTROUTING ACCEPT [0:0]
# Allow traffic from OpenVPN client to eth0 (change to the interface you discovered!)
-A POSTROUTING -s 10.8.0.0/8 -o eth0 -j MASQUERADE
COMMIT
# END OPENVPN RULES

collega host al router

devo creare una nuova rete con subnet diversa e mettere sia host_domotico sia router dentro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.