Hi.

i have a pppoe conn. to my isp and i managed to get it working.
Working from which host? The gateway or an internal host.

on the internal interface rl1 my hostname.rl1 looks like this:  inet
192.168.0.1 255.255.255.0 NONE
Assuming your interface rl1 is up ...

1. Is my hostname.rl1 OK do i have to add an alias for client( XP ) comp
Is IP forwarding enabled?
(Check by running sysctl  net.inet.ip.forwarding)
If not enable it.

2. what would be the NAT rule in my case
    I tried the rule from pf - NAT section and pf - firewall for home of
small office and it doesnt work
Whats your internal and whats your external interface?
My internal interface is xl0 and my external tun0 and so this
NAT line works for me:

ext_if="tun0"
int_if="xl0"
nat on $ext_if from $intranet to any -> $ext_if

HTH,

Andreas.

--
Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?

Reply via email to