On Sat, 10 Sep 2005, Aleksander wrote:
> Hi Pawel, > thanks for your help. I found the problem. The 0/32 alias dont work > with rdr. It only works with map and bimap. > Then I change the rules to: > rdr sppp0 x.x.x.x port 4662 -> 192.168.1.2 port 4662 tcp > rdr sppp0 x.x.x.x port 3620 -> 192.168.1.2 port 3620 udp > everything works fine. But I get on every reconnection a new ip. > Do you have an idea how to change this rule to "any ip", so that I > dont have to update my ipnat.conf on every reconnect? > rdr sppp0 0.0.0.0/0 port 4662 -> 192.168.1.2 port 4662 tcp rdr sppp0 0.0.0.0/0 port 3620 -> 192.168.1.2 port 3620 udp Hope this helps. Larry.
