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

No way to connect to irc.europnet.org #53

Open
mchasard opened this issue Jan 13, 2020 · 16 comments
Open

No way to connect to irc.europnet.org #53

mchasard opened this issue Jan 13, 2020 · 16 comments
Labels
bug hacktoberfest Issues proposed to Hacktoberfest participants

Comments

@mchasard
Copy link

Vision 0.10.3 built on Aug 21 2018 18:09:50
This agent goes by the name of Smith... err europnet
Have fun!
[@] Attempting to connect (attempt 1 of 47)
[@] Attempting a connection to irc.europnet.org:6667…
[@] Connection open, waiting for reply from server
[@] Local IP: 10.0.2.15
[@] (It looks like you are behind an internet gateway. Vision will query the IRC server upon successful connection for your gateway's internet address. This will be used for DCC communication.)
[@] Handshaking
[@] Established
-librenet.europnet.org- *** Looking up your hostname...
-librenet.europnet.org- *** If you are having problems connecting due to ping timeouts, please type /quote PONG e@]CgaE[Io or /raw PONG e@]CgaE[Io now.
Closing link: ([email protected]) [Incorrect ping reply for registration]

@n0toose
Copy link

n0toose commented Jan 14, 2020

Successfully managed to reproduce the issue on my end:

image

@pulkomandy
Copy link
Member

A tcpdump capture of the connection would be useful to see what happens.

@mchasard
Copy link
Author

Thanks but how to provide a tcpdump capture ? in order to try to resolve this trouble

@mchasard
Copy link
Author

is that corresponding to this tcpdump ?

Vision 0.10.3 built on Aug 21 2018 18:09:50
This agent goes by the name of Smith... err europnet
Have fun!
[@] Attempting to connect (attempt 1 of 47)
[@] Attempting a connection to irc.europnet.org:6667…
[@] Connection open, waiting for reply from server
[@] Local IP: 10.0.2.15
[@] (It looks like you are behind an internet gateway. Vision will query the IRC server upon successful connection for your gateway's internet address. This will be used for DCC communication.)
[@] Handshaking
[@] Established
-fantasya.europnet.org- *** Looking up your hostname...
-fantasya.europnet.org- *** If you are having problems connecting due to ping timeouts, please type /quote PONG VRWxt?Cmld or /raw PONG VRWxt?Cmld now.
-fantasya.europnet.org- *** Found your hostname (sar95-4-82-243-64-147.fbx.proxad.net)
Closing link: ([email protected]) [Incorrect ping reply for registration]

@pulkomandy
Copy link
Member

In a terminal, run: tcpdump -i /dev/net/... -w capture.pcap (replace ... with the path to the network interface)

While that is running, start Vision and connect to the server.
Then stop tcpdump and send the capture file.

This will capture all network traffic, so it's better to stop all other apps that may send or receive data, for privacy reasons and to keep filesize down

@mchasard
Copy link
Author

mchasard commented Feb 1, 2020

Thanks for this explanations

so i join the capture.pcap file ... dont know if it could help

@n0toose
Copy link

n0toose commented Feb 2, 2020

Thanks for this explanations

so i join the capture.pcap file ... dont know if it could help

The capture.pcap file contains the interactions between your operating system and the internet, including interactions between Vision and irc.europnet.org (as long as you did attempt to connect to that server as you were capturing the data).

It's absolutely helpful, therefore, it would be appreciated if you could share it.

@mchasard
Copy link
Author

mchasard commented Feb 2, 2020

strange i can't attach the file ...i try again

@n0toose
Copy link

n0toose commented Feb 2, 2020

strange i can't attach the file ...i try again

You may want to paste the contents of the file on a platform such as https://del.dog/ or https://paste.ubuntu.com

@mchasard
Copy link
Author

mchasard commented Feb 2, 2020

ok thanks but how to open this file capture.pcap in ordre to paste the contents on a platform as you tell me ?

@n0toose
Copy link

n0toose commented Feb 2, 2020

ok thanks but how to open this file capture.pcap in ordre to paste the contents on a platform as you tell me ?

You could open it up with the Pe text editor, use ALT + A (keyboard combination) to select everything, ALT + C to copy everything, and then open up WebPositive and paste the copied material into the text box. @mchasard

Alternatively, you could run the following command:
cat capture.pcap | nc termbin.com 9999

This will redirect the contents of capture.pcap into a service called termbin, and it should give you a link.

@mchasard
Copy link
Author

mchasard commented Feb 2, 2020

so finally here is the paste link :

https://paste.ubuntu.com/p/H7h4jW3SdP/

@pulkomandy
Copy link
Member

It's a binary file so you can't use one of these services... can't you just attach the binary file directly here?

@mchasard
Copy link
Author

mchasard commented Feb 2, 2020

Sorry , to open the pcap fil , i used wireshark and i have send one of the contents line its not complete...

should i try to attach the capture.pcap here but it doesn't work ?... here extension are limited

i have the file i don't know how to transmit here sorry

@korli
Copy link
Contributor

korli commented Feb 7, 2020

should i try to attach the capture.pcap here but it doesn't work ?... here extension are limited

change the extension.

@mchasard
Copy link
Author

ok i have change extension pcap for zip hoping it will be better

@mchasard mchasard reopened this Feb 12, 2020
@scottmc scottmc added bug hacktoberfest Issues proposed to Hacktoberfest participants labels Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug hacktoberfest Issues proposed to Hacktoberfest participants
Development

No branches or pull requests

5 participants