Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Port problem  (Read 5214 times)

0 Members and 1 Guest are viewing this topic.

Xaero

  • Guest
Port problem
« on: February 15, 2006, 06:50:50 PM »

I want to run 2 servers on 1 ip. On 2 ports. But if i run Anope, he go to my first server. The first server haves the port: 6667, the second server, haves port: 6668.


Quote

# RemoteServer <hostname> <port> <password>  [REQUIRED]
#     Specifies the remote server hostname and port.  The hostname may
#     either be a standard Internet hostname or dotted-quad numeric
#     address; the port number must be an integer between 1 and 65535
#     inclusive.  The password is a string which should be enclosed in
#     double quotes if it contains any spaces (or just for clarity).
#
#     The remote server and port may be overridden at runtime with the
#     -remote command-line option.  The password may not be set at runtime.
#
#     If services can't connect to the RemoteServer, they will try
#     RemoteServer2 (if defined). If they can't connect to RemoteServer2,
#     they will use RemoteServer3 (if defined).

RemoteServer    [my ip] 6668      "mypass"
#RemoteServer2  locahost 6667 "mypass"
#RemoteServer3  localhost 6667 "mypass"
Logged

Pieter Bootsma

  • Team
  • *
  • Offline Offline
  • Posts: 189
    • http://geniusdex.net/
(No subject)
« Reply #1 on: February 15, 2006, 07:35:59 PM »

One instance of anope can only connect to one irc server. If both irc servers are linked they should share the same set of services.
Logged

ShelLuser

  • Guest
(No subject)
« Reply #2 on: February 26, 2006, 01:53:24 PM »

I think you're overlooking If services can't connect to the RemoteServer, they will try RemoteServer2.
Logged
Pages: [1]   Go Up