Anope SSL
Moderator: Supporters
uh, a firewall doesn't protect against sniffing ;).
Anyway... stuff can only be sniffed if an attacker has control over a device (eg: a computer) in the path between ircserver<----this---->anope.
If you link anope via localhost to your irc server (or in any other way does not cross a LAN/WAN/whatever), then it cannot be sniffed
[uh ok, it can be sniffed, but only by persons on that host and if you got rood/admin privileges]
So, if services are on another server than your IRCd, then you could either install an ircd at that server, or you could run something like stunnel @ your services location and let services connect to the stunnel, then the topology is: ircserver<------SSL secure connection--->stunnel<-->anope.
Anyway... stuff can only be sniffed if an attacker has control over a device (eg: a computer) in the path between ircserver<----this---->anope.
If you link anope via localhost to your irc server (or in any other way does not cross a LAN/WAN/whatever), then it cannot be sniffed
[uh ok, it can be sniffed, but only by persons on that host and if you got rood/admin privileges]
So, if services are on another server than your IRCd, then you could either install an ircd at that server, or you could run something like stunnel @ your services location and let services connect to the stunnel, then the topology is: ircserver<------SSL secure connection--->stunnel<-->anope.
-
codemastr
- Former UnrealIRCd head coder
- Posts: 811
- Joined: Sat Mar 06, 2004 8:47 pm
- Location: United States
- Contact:
I take it you have no idea what a man-in-the-middle attack is? It has absolutely nothing to do with this scenario. If it is on the local machine, there can be no man-in-the-middle attack because there is no man and no middle! The communication is direct - it's the same machine!pstruh22 wrote:and what about attack man-in-the-middle ?
-- codemastr