Git Product home page Git Product logo

surereddy / eou Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seanmanson/eou

0.0 1.0 0.0 140.76 MB

An Ethernet over UDP tunnel driver for OpenBSD

Makefile 1.67% Roff 5.47% C 74.62% Yacc 0.65% GAP 0.01% C++ 4.60% Rebol 0.01% Perl 6 1.02% R 0.01% Perl 5.74% Shell 1.49% Terra 0.01% Lex 0.08% Awk 0.05% 1C Enterprise 0.01% Logos 0.17% M4 0.33% Smarty 0.01% Objective-C 1.57% GCC Machine Description 2.51%

eou's Introduction

eou

An Ethernet over UDP tunnel driver for OpenBSD 5.7, created for COMP3301 at UQ in 2015. It provides a new ifconfig device driver to the system to allow connections to be made over a dummy ethernet connection. This allows ip tunnelling between two distinct networks.

The UDP connection uses a proprietary protocol, given by the assignment spec provided in the respository. The server end of this connection is not provided, as it wasn't given to us (the lecturer kept it to themselves). eou has the ability to allow multiple tunnels between the same server and client by using separate network IDs, as well as support for different starting ips (if we have multiple connections to different networks).

For more info, see the assignment spec under assignment3.pdf

Usage

Create a new eou device:

ifconfig eou0 create

Tunnel between this and a host and set the network ID: (port can be set optionally after the host ip)

ifconfig eou0 vnetid 1337
ifconfig eou0 tunnel localhost 123.123.123.0

Connection status can be viewed using ifconfig:

?>ifconfig eou0
eou0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      priority: 0
      groups: eou
      media: Ethernet autoselect
      status: no carrier
      tunnel: inet 127.0.0.1 -> 216.58.203.110:3301

eou's People

Contributors

seanmanson avatar

Watchers

James Cloos avatar

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.