hello all i hope your all well, im new to the forums and am trying to setup unrealircd on fedora 9 and keep getting these errors when i try to start the server.
That could be your problem, you need to either uncomment the lower lines, or add a ";" after the 6667, so it would read
listen 127.0.0.1:6667;
i tryed changing it just now to my lan ip and my global ip and also a dyndns ip and it still didnt work, but i did get rid of the others and now im getting this
luke9511 wrote:i tryed changing it just now to my lan ip and my global ip and also a dyndns ip and it still didnt work, but i did get rid of the others and now im getting this
Code: Select all
[Mon Sep 1 15:37:49 2008] - Error binding stream socket to IP 74.244.246.39 port 7000 - 74.244.246.39[]:Cannot assign requested address
[Mon Sep 1 15:38:42 2008] - setsockopt(IP_OPTIONS) 74.244.246.39[]:No message of desired type
[Mon Sep 1 15:38:42 2008] - Error binding stream socket to IP 74.244.246.39 port 7000 - 74.244.246.39[]:Cannot assign requested address
[Mon Sep 1 15:39:45 2008] - setsockopt(IP_OPTIONS) 192.168.0.104[]:No message of desired type
[Mon Sep 1 15:39:45 2008] - Error binding stream socket to IP 192.168.0.104 port 7000 - 192.168.0.104[]:Address already in use
Is this on your gateway, or on a separate computer?
If this is not on your gateway, you won't be able to bind to the global IP, as it is not an IP known to the PC - it'll need to bind only to the local lan IP, and ports forwarded from the router. Is anything else using port 7000 on 192.168.0.104?
luke9511 wrote:i tryed changing it just now to my lan ip and my global ip and also a dyndns ip and it still didnt work, but i did get rid of the others and now im getting this
Code: Select all
[Mon Sep 1 15:37:49 2008] - Error binding stream socket to IP 74.244.246.39 port 7000 - 74.244.246.39[]:Cannot assign requested address
[Mon Sep 1 15:38:42 2008] - setsockopt(IP_OPTIONS) 74.244.246.39[]:No message of desired type
[Mon Sep 1 15:38:42 2008] - Error binding stream socket to IP 74.244.246.39 port 7000 - 74.244.246.39[]:Cannot assign requested address
[Mon Sep 1 15:39:45 2008] - setsockopt(IP_OPTIONS) 192.168.0.104[]:No message of desired type
[Mon Sep 1 15:39:45 2008] - Error binding stream socket to IP 192.168.0.104 port 7000 - 192.168.0.104[]:Address already in use
Is this on your gateway, or on a separate computer?
If this is not on your gateway, you won't be able to bind to the global IP, as it is not an IP known to the PC - it'll need to bind only to the local lan IP, and ports forwarded from the router. Is anything else using port 7000 on 192.168.0.104?
not that i know of, i also managed to get it to work once just a bit ago and it only worked locally