| Author |
Message |
Zulu
|
|
Post subject: 5861 Router
Posted: Nov 10, 2003 - 12:56 PM
|
|
Starting Bug
Joined: Nov 10, 2003
Posts: 1
Status: Offline
|
|
| Hi there i have followed the instructions on how to setup the firewall on the main page. There is a slight problem i would like to enable ident for irc. using port 113, i have added that port to the nat setup but still the server is unable to ident me properly. if however i disable the firewall or set it to none. the ident work fine please help thanks |
|
|
| |
|
|
|
 |
eusty
|
|
Post subject:
Posted: Nov 10, 2003 - 01:57 PM
|
|
Bug Admin

Joined: Aug 28, 2003
Posts: 1101
Location: King's Lynn
Status: Offline
|
|
No problem!!
You got the firewall script off the site, yes?
If you did then you will notice the lines:-
remote ipfilter append input accept -tcp syn -dp 20:21 internet
remote ipfilter append input accept -tcp rst -dp 20:21 internet
remote ipfilter append output accept -tcp syn -tcp ack -sp 20:21 internet
remote ipfilter append output accept -tcp rst -sp 20:21 internet
Under each instance of these in the script duplicate the line, but replace 20:21 with just 113. Save and execute the script, this will open port 113 to TCP requests. |
_________________ Steve
www.uk-bug.net
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 10, 2003 - 02:20 PM
|
|
|
|
yeah i have tried that already no luck ident no response |
|
|
| |
|
|
|
 |
eusty
|
|
Post subject:
Posted: Nov 10, 2003 - 02:47 PM
|
|
Bug Admin

Joined: Aug 28, 2003
Posts: 1101
Location: King's Lynn
Status: Offline
|
|
If it works without the firewall then my guess is that other ports are needed.
One way to check is go to an online port scanner and check if it says port 113 is open, if it is then you'll have to look at what is required to be open as well. |
_________________ Steve
www.uk-bug.net
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 10, 2003 - 10:53 PM
|
|
|
|
well thanks anyway i think i have solved it by using the firewall monitor traffic function it tells me what is droped so i enable it. thanks. if in future anyone want to enable ident for irc they need to add this
#input
remote ipfilter append input accept -tcp syn -dp 113 internet
remote ipfilter append input accept -tcp rst -dp 113 internet
remote ipfilter append input accept -tcp syn -dp 135 internet
remote ipfilter append input accept -tcp rst -dp 135 internet
#output
remote ipfilter append output accept -tcp syn -tcp ack -sp 113 internet
remote ipfilter append output accept -tcp rst -sp 113 internet
i myself dont know if one of those can be left out but what i did there seems to work. |
|
|
| |
|
|
|
 |
eusty
|
|
Post subject:
Posted: Nov 11, 2003 - 09:58 AM
|
|
Bug Admin

Joined: Aug 28, 2003
Posts: 1101
Location: King's Lynn
Status: Offline
|
|
|
|
|
 |
jZaw
|
|
Post subject:
Posted: Apr 21, 2004 - 12:22 PM
|
|
Bug Mad

Joined: Sep 03, 2003
Posts: 232
Location: Manchester UK
Status: Offline
|
|
or
# identd tcp 113
# outgoing
remote ipfilter append input accept -p tcp -sp 113 internet
remote ipfilter append output accept -p tcp -dp 113 internet
# incoming
remote ipfilter append input accept -p tcp -dp 113 internet
remote ipfilter append output accept -p tcp -sp 113 internet
which is what ive been using since i got the 5861 (long while now)
and dont forget your portforwarding if necessary |
_________________ do acts of random kindness and senseless beauty!
save nat coll coop
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 28, 2005 - 04:29 PM
|
|
|
|
where do i need to add that info too?
i have a winwibble bot but cant get it into my IRC server i got told that it's because my router or firewall is blocking it. and i need to enable port 113 but i dunno how to do that lol.
robbie email: followthewhiterabbit_uba@hotmail.com
please email if you can help!!! |
|
|
| |
|
|
|
 |
|
|