View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001920 | unreal | ircd | public | 2004-07-05 19:09 | 2007-06-11 16:23 |
Reporter | wolfwood | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | *nix | OS | FreeBSD | OS Version | 4.9 |
Product Version | 3.2.1 | ||||
Fixed in Version | 3.3-alpha0 | ||||
Summary | 0001920: Problem with changing portrange in listen block + /rehash | ||||
Description | When you start your server listening one only port 6664-6665, and then change it to 6660-6669 later on, only ports 6660-6665 will be listened one. I discovered this bug while I was upgrading my network to the latest version, and in order to get ports 6660-6669 i had to restart the server. | ||||
Steps To Reproduce | Compile Defualt Unreal, with options SSL and ~ & mode support enabled. Setup listen {} like: listen IP:6664-6665 { options { clientsonly; }; }; And start the server. Now go back into the config file, change the listen {} to: listen IP:6660-6669 { options { clientsonly; }; }; And rehash the server. Now do /stats P, only ports 6660-6665 will be opened, and a restart will be required to open ports 6666-6669. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Usually, the server will leave the port open if there are clients connected to it. That would be one reason why the ports would be left open. On the other hand, i cannot explain why it only goes up to 6665 |
|
Bump. Does this still exist? |
|
I think this may have been fixed with removing portnum. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-07-05 19:09 | wolfwood | New Issue | |
2004-07-09 22:58 | ryangard | Note Added: 0006962 | |
2004-07-10 11:34 | syzop | Summary | Error in listen {} block => Problem with changing portrange in listen block + /rehash |
2005-12-19 19:33 | syzop | Severity | block => minor |
2007-04-27 05:42 |
|
Note Added: 0013833 | |
2007-04-27 05:42 |
|
Status | new => feedback |
2007-06-11 16:23 |
|
Status | feedback => resolved |
2007-06-11 16:23 |
|
Fixed in Version | => 3.3-alpha0 |
2007-06-11 16:23 |
|
Resolution | open => fixed |
2007-06-11 16:23 |
|
Assigned To | => stskeeps |
2007-06-11 16:23 |
|
Note Added: 0014329 |