Re: snat with dynamic ip address

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/29/24 12:19, seentr@xxxxxxxxxxxx wrote:
Have you tried masquerade? Seems like it is what you are looking for.

Thanks.  Masquerade was it.

/Lars

table ip nat {
        chain postrouting {
                type nat hook postrouting priority srcnat; policy accept;
                ip saddr 172.16.3.0/24 oifname "wlan0" masquerade;
        }
}






[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux