-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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:
04:53:56.171433 [worker-63] 08:08:10.923397000 [WARN] [relay2exit:173.244.209.5] [socket.c:812] [syscallhandler_connect] attempting to connect to address '0.26.218.174:25' for which no host exists
04:53:56.189871 [worker-30] 08:08:10.964678000 [WARN] [relay1exitguard:192.42.116.25] [socket.c:812] [syscallhandler_connect] attempting to connect to address '0.217.161.2:25' for which no host exists
04:54:14.054405 [worker-63] 08:08:41.747397000 [WARN] [relay2exit:173.244.209.5] [socket.c:812] [syscallhandler_connect] attempting to connect to address '0.34.211.176:25' for which no host exists
04:54:14.165074 [worker-30] 08:08:42.013158000 [WARN] [relay1exitguard:192.42.116.25] [socket.c:812] [syscallhandler_connect] attempting to connect to address '0.69.50.124:25' for which no host exists
04:54:14.178831 [worker-63] 08:08:42.066397000 [WARN] [relay2exit:173.244.209.5] [socket.c:812] [syscallhandler_connect] attempting to connect to address '0.15.255.28:25' for which no host exists
04:54:14.208260 [worker-30] 08:08:42.124870000 [WARN] [relay1exitguard:192.42.116.25] [socket.c:812] [syscallhandler_connect] attempting to connect to address '0.49.51.192:25' for which no host exists
04:54:14.217769 [worker-30] 08:08:42.152870000 [WARN] [relay1exitguard:192.42.116.25] [socket.c:812] [syscallhandler_connect] attempting to connect to address '0.252.75.78:25' for which no host exists
2- unsupported socket
04:55:40.387151 [worker-15] 08:11:19.098723000 [WARN] [server3:11.0.0.66] [socket.c:1211] [syscallhandler_socket] unsupported socket domain "1", we only support AF_INET
04:55:42.437866 [worker-27] 08:11:22.788000000 [WARN] [server1:11.0.0.63] [socket.c:1211] [syscallhandler_socket] unsupported socket domain "1", we only support AF_INET
04:55:42.492532 [worker-59] 08:11:22.917114000 [WARN] [server2:11.0.0.65] [socket.c:1211] [syscallhandler_socket] unsupported socket domain "1", we only support AF_INET
04:55:46.101605 [worker-73] 08:11:29.882831000 [WARN] [server4:11.0.0.67] [socket.c:1211] [syscallhandler_socket] unsupported socket domain "1", we only support AF_INET
04:55:47.071638 [worker-54] 08:11:31.685506000 [WARN] [server10:11.0.0.64] [socket.c:1211] [syscallhandler_socket] unsupported socket domain "1", we only support AF_INET
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.
Metadata
Metadata
Assignees
Labels
No labels