On Thu, Nov 23, 2006 at 12:38:05PM +1100, [EMAIL PROTECTED] wrote:
> The PF router I setup is an Internet router that allow people access the
> Internet.
> But in the mean time, this PF router also connected to a local freebsd server.
> As a user behind the PF router, i also want to ssh into the l
On Thursday 23 November 2006 02:38, [EMAIL PROTECTED] wrote:
> Hi,
>
> The PF router I setup is an Internet router that allow people access
> the Internet. But in the mean time, this PF router also connected to a
> local freebsd server. As a user behind the PF router, i also want to
> ssh into the
On 11/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
The current NAT rules in the PF router setup as:
# pfctl -a NATRULES -sn
nat on sis0 inet from 192.168.1.0/24 to any -> (sis0) round-robin
nat on sis0 inet from 172.17.3.0/24 to any -> (sis0) round-robin
nat on sis0 inet from 10.1.10.0/2
Dont you have anothers no nat rules
Try:
pass in from 172.17.3.0/24 to 10.1.10.0/24
Gilberto
2006/11/22, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Hi,
The PF router I setup is an Internet router that allow people access the
Internet. But in the mean time, this PF router also connected to a
Hi,
The PF router I setup is an Internet router that allow people access the
Internet. But in the mean time, this PF router also connected to a local
freebsd server. As a user behind the PF router, i also want to ssh into the
local freebsd server (10.1.10.2). But currently I m not able to ssh i