Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telnet: Unable to connect to remote host: Connection refused #1150

Open
weWillGetThere opened this issue Oct 30, 2022 · 1 comment
Open

telnet: Unable to connect to remote host: Connection refused #1150

weWillGetThere opened this issue Oct 30, 2022 · 1 comment

Comments

@weWillGetThere
Copy link

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)

@lantz
Copy link
Member

lantz commented Nov 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants