Coder Social home page Coder Social logo

ban2bgp's People

Contributors

wladwm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dronmaxman

ban2bgp's Issues

Is eBGP possible with this?

Hi, I ran this code and was able to establish iBGP with my router, however I wish to setup eBGP.
How do I do this?

Stopping the Router from forwarding the IP info

Hello, I have executed your code Ban2BGP.
I have established neighbourhood between my system and Router.
When I am pushing IPs( to block ) from my system to the router , I don't want it to forward the information ahead to other routers. How do we stop that from happening or is it already taken care of ?

Can't update IPv6 routes

Hi, I have been trying to publish routes to a router 2001:db8::1 which is connected via IPv6. The PC pushing the routes is 2001:db8::2.
My neighborship is established and I can confirm that on the router. However, I am not getting those updates on the router. Can you point out if I am missing out anything here?
This is my ban2bgp.ini file.

[main]
httplisten=0.0.0.0:8080
listen=0.0.0.0:1179
nexthop6=2001:db8::2
communities=666:666
peers=peer_r1 
duration=3600
skiplist=2001:db8::1/64

[peer_r1]
peer=2001:db8::1
localas=65535
as=33771
mode=blackhole

Issue with connection with 10.0.0.1

Hi,
We were trying to run ban2bgp!
On doing cargo run only this gets printed:
Listening on http://0.0.0.0:8080
A process to port 179 also opens!
But Connecting to 10.0.0.1:179 does not print?
We made point to point to a route with ubuntu machine keeping ip addresses as mentioned!

Earlier we had to change tokio-util = "0.6.6" to tokio-util = { version = "0.6.6", features = ["full"] } to overcome build error in Cargo.toml

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.