mininet / mininet

Emulator for rapid prototyping of Software Defined Networks

Home Page:https://mininet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telnet: Unable to connect to remote host: Connection refused

weWillGetThere opened this issue · comments

I've tried telnet localhost bgpd in terminal, xterm, and the mn example sudo mn, all of them succeeded.
However, when I ran this command on a project that was slightly modified based on BGP Path Hijacking Attack Demo, the following error occurred:

Connecting to shell
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Then I ran pingall, which succeeded in the mn example, to get things below:

*** Ping: testing ping reachability
h1-1 -> X X X X X X X X X X X
h1-2 -> X X X X X X X X X X X
h1-3 -> X X X X X X X X X X X
h2-1 -> X X X X X X X X X X X
h2-2 -> X X X X X X X X X X X
h2-3 -> X X X X X X X X X X X
h3-1 -> X X X X X X X X h4-1 X X
h3-2 -> X X X X X X X X X h4-2 X
h3-3 -> X X X X X X X X X X h4-3
h4-1 -> X X X X X X h3-1 X X X X
h4-2 -> X X X X X X X h3-2 X X X
h4-3 -> X X X X X X X X h3-3 X X
*** Results: 95% dropped (6/132 received)

commented

Did you debug this further to see what is up with the BGP hijacking demo?