Hi Tamas
1. First, you'll have to enable dynamic nat on the public interface of
the bm server
2. Then depending what traffic you want to allow thru, the protocol on
the filter will change.
3. Source interface will be private and destination will be public
4. Source ports will be dynamic ones, 1024-65535. Source ip will be the
pc on the inside. If it is using dynamic ip then you will have a a
problem as you will not be able to use src ip
5. Destination port will be depending the traffic you want to allow
6. Destination address will be all
7. Enable Stateful filter so you only need one exception.
Does that machine have a fixed IP? If not, you will have problems. If
so, you can allow it out with NAT, but you could also allow it out via
proxy without having to have it authenticate if that works better for
you.
As Mysterious said, enable dynamic NAT on the public IP address. (You
need to be sure your default filtering is working - see tip #13 at the
URL below).
If you have a simple situation of a single host with fixed IP address,
do what Mysterious said, and you can use the built-in www-http-st
filter definition for your filter exception. But if you don't have a
fixed IP address, adding such an exception would allow anyone to bypass
the proxy.
You will also need to have DNS capability for that host if it is not
using the proxy. This might mean adding another filter exception
(private to public, dns-udp-st).
Craig Johnson
Novell Support Connection SysOp
*** For a current patch list, tips, handy files and books on
BorderManager, go to http://www.craigjconsulting.com ***