hi see ipfilter's homepage @ http://coombs.anu.edu.au/~avalon/ also `man ipfilter`, `man ipf.conf` a quick example for your azureus: in /etc/ipf.conf: # allow the private interface pass in on hme1 all pass out on hme1 all # block the public block in log on hme0 all block out log on hme0 all # exceptions pass in quick on hme0 proto tcp from any to any port = AZUREUS'PORT flags S keep state pass in quick on hme0 proto tcp from any to any port = AZUREUS'PORT keep state
edit /etc/ipnat.conf rdr hme0 PUBLICIP/32 port AZUREUSPORT -> 192.168.1.2 port AZUREUSPORT udp rdr hme0 PUBLICIP/32 port AZUREUSPORT -> 192.168.1.2 port AZUREUSPORT tcp On 8/27/07, Daniel Atencio <[EMAIL PROTECTED]> wrote: > Right now I have everything ready to go in my Sunblade,except that I need to > know how to configure the firewall to allow Azureus transfers.There seems to > be no easy way around this and fwbuilder is anything but intuitive.Why does > it have to be so hard to do something as simple as opening a coupe of ports? > > > This message posted from opensolaris.org > _______________________________________________ > opensolaris-help mailing list > [email protected] > -- --- Andy _______________________________________________ opensolaris-help mailing list [email protected]
