-
Notifications
You must be signed in to change notification settings - Fork 15
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
Traffic destined to unknown host #29
Comments
For (1): What changes have you made to tornettools or the configuration files? The simulations run for I think 60 simulated minutes by default, but it looks like yours is at over 8 hours? But yeah something's weird about those addresses. It's not just tgen that makes connections, but tor relays/clients also need to make connections, and IP addresses for tor hosts are set by shadow (the shadow config currently only allows you to set an IP hint). But these addresses starting with For (2): This is normal. Tor creates a unix socket and shadow doesn't yet support unix sockets. |
I was running a 24h long simulation with a bunch of hiddenservices that stop at different times.
Fair enough, but on those hosts Thanks for your comments. |
@stevenengler both issues can be reproduced with configs that contain multiple hiddenservices. I could not however reproduce with the minimal Tor config shipped with shadow, but I can definitely reproduce consistently with configs generated via #5. I don't see anything wrong with the config, so I think these are genuinely shadow issues (and in that case, I guess we should probably close this issue and open one over there). My environment:
I'm on commit Attaching my shadow.config here, but you probably need to generate yours unless you want me to attach the whole simulation folder (but that's pretty big): From shadow.log, I can still see these:
but also these:
and I can't explain especially these last ones, given that these servers don't run Tor but only TGen as you can see. |
@sporksmith mentioned what seems like the cause in shadow/shadow#1620:
|
While running a number of simulations, all generated via tornettools and mostly with scale 0.001, I have noticed in my logfiles the following:
1- traffic destined to addresses that do not exist, on SMTP port:
2- unsupported socket
Is this normal?
In relation to (1), I would have thought that all the traffic is carefully crafted by tgen so that it's directed to other hosts of the network, and not to unknown hosts (and on port 25).
In relation to (2), I don't see what application might want to try and open an AF_UNIX socket. I think there's only tgen on those servers if I'm not mistaken.
Let me know if you need more info and how I can dig that up.
The text was updated successfully, but these errors were encountered: