![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DNS settings | bad-ash | SUN Solaris | 8 | 09-30-2008 04:52 AM |
| Help with IBM 550 and HMC settings | System Shock | UNIX for Dummies Questions & Answers | 0 | 06-26-2007 05:05 AM |
| KSH Terminal Settings | dstinsman | UNIX for Dummies Questions & Answers | 6 | 02-17-2006 02:05 PM |
| LAN settings | nickk | Linux | 1 | 02-11-2006 05:36 AM |
| SuSe firewall settings | MadonnaC | Security | 0 | 07-30-2005 07:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
settings in rc.firewall
Hi everyone.
I'm trying to setup eMule and torrents on the local network behind the BSD server. And everything seems to work except one detail - it works as long as Code:
${fwcmd} add deny log tcp from any to any in via ${oif} setup
My question is how do I setup everything to pass only specific ports for torrent and eMule and block everything else? I've tried writing similar rule, but allowing needed ports, but it doesn't work. For instance - Code:
${fwcmd} add pass tcp from any to any in via ${oif} 4662 setup
Thanks in advance. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I suppose this will work
pass in log quick on ${oif} inet proto tcp from any to any port 4662 |
|
#3
|
|||
|
|||
|
It doesn't work. And I don't know why. Is there any order for rules to appear? Or some other rules that can possibly block this one?
|
|||
| Google The UNIX and Linux Forums |