Some problems: Single Unreal on one server

These are old archives. They are kept for historic purposes only.
Post Reply
nero
Posts: 5
Joined: Mon Sep 26, 2005 7:14 pm

Some problems: Single Unreal on one server

Post by nero »

Hi!

I think can get some information about setup.

First, I have readed ALL FAQ & Docs about installation.

After installation and write under my server unrealircd.conf, I have some strange problem.

1. When I have connected to my server via VNC, my xChat can connect to unrealircd, simple to point host name in xChat server settings. All working fine.

2. I can't connect to unreal from internet! I've trying from 3 ISP.

listen *:6697
{
options
{
clientsonly;
};
};

listen *:6667;
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
me
{
name "myhostmy.com";
info "IRC Server";
numeric 1;
};
What's problem can be here?
May be some one can post solution?

Thank you!

-Alex
nero
Posts: 5
Joined: Mon Sep 26, 2005 7:14 pm

Post by nero »

I just want to setup server under one server without links
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

nero
Posts: 5
Joined: Mon Sep 26, 2005 7:14 pm

Post by nero »

Of course I have this already.

1. irc.myhost.com
2. I haven't firewall. And have connection to other 6667 irc servers.

What's problem I have?
[root@me ircd]# ./unreal start
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.3
using TRE 0.7.2 (GPL)

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Loading tunefile..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
[root@me ircd]#
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Do you actually own irc.myhost.com and have it pointed to your box? Or did you just put it in me::name?
Why the hell can't my signature be empty?
"Your message contains too few characters."
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

nero wrote:Of course I have this already.

1. irc.myhost.com
2. I haven't firewall. And have connection to other 6667 irc servers.

What's problem I have?
[root@me ircd]# ./unreal start
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.3
using TRE 0.7.2 (GPL)

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Loading tunefile..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
[root@me ircd]#
Uhm, you.. don't have any problems :P
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
nero
Posts: 5
Joined: Mon Sep 26, 2005 7:14 pm

Post by nero »

Jason wrote:Do you actually own irc.myhost.com and have it pointed to your box? Or did you just put it in me::name?
sure
me
{
name "irc.myhost.com";
info "IRC Server";
numeric 1;
};
w00t,
yeah, but I and nobody haven't connection remotely
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Probably a firewall/router issue then.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
nero
Posts: 5
Joined: Mon Sep 26, 2005 7:14 pm

Post by nero »

thank you

I just add to firewall 6667 port
Post Reply