GithubHelp home page GithubHelp logo

cmur2 / vyatta-sixxs Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 120 KB

Support AICCU and especially SixXS for Vyatta/EdgeOS mainly for firewalling - deprecated as SixXS was sunset.

vyatta edgeos sixxs aiccu ipv6 edgerouter

vyatta-sixxs's Introduction

vyatta-sixxs

This is another approach then e.g. vyatta-aiccu to support AICCU and especially SixXS for Vyatta/EdgeOS mainly for firewalling. Maybe a more fragile one.

It requires that the AICCU interface is setup outside of and before Vyatta (e.g. using Debian /etc/network/interfaces) since this module relies on it's presence and that AICCU is started and controlled outside of Vyatta (e.g. simply using sysvinit). There are some special options needed for AICCU to function with a precreated tun interface.

The major task of this Vyatta module is to apply the Vyatta firewall rules onto an interface managed mainly outside Vyatta. Additional capabilities that are not tested but should work out of the box: description, traffic-policy, redirect.

Sample

/etc/network/interfaces:

auto sixxs0
iface sixxs0 inet6 static
    address YOUR_IPv6
    netmask 64
    gateway POP_IPv6
    pre-up ip tuntap add mode tun $IFACE
    up ip link set mtu 1280 dev $IFACE

/etc/aiccu.conf:

username XXX
password XXX
ipv6_interface sixxs0
tunnel_id XXX
verbose false
daemonize true
automatic true
requiretls false
defaultroute true
noconfigure true

Note: some options may be redundant. The ipv6_interface name should match your precreated one and noconfigure should be true in our case.

vyatta-sixxs's People

Contributors

cmur2 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.