Hello, Im having a bit of an issue connecting two servers.
This is my main server(s1) ngircd.conf
[server] #S2 name = secondserver.net host = 192.168.1.102 port = 6667 MyPassword = <scrubbed> PeerPassword = <scrubbed> Group = 4 [server]#S3 name = backupmain.net host = 192.168.1.103 port = 6667 MyPassword = <scrubbed> PeerPassword = <scrubbed> Group = 4
This is the ngircd from my backup server (s3)
[Server] #S1 name = mainservername.net host = 192.168.1.101 port = 6667 MyPassword = <scrubbed> PeerPassword = <scrubbed> Group = 4
The connection to s2 works fine. No issues there. When I start up the backup server with ngircd -n, I get the "backupmain.net" is not configured here." Have I missed something?