- bookworm 3.3.5+ds-10
SS-NAT(1) | Shadowsocks-libev Manual | SS-NAT(1) |
NAME¶
ss-nat - helper script to setup NAT rules for transparent proxy
SYNOPSIS¶
ss-nat [-ouUfh] [-s <server_ip>] [-S <server_ip>] [-l <local_port>] [-L <local_port>] [-i <ip_list_file>] [-a <lan_ips>] [-b <wan_ips>] [-w <wan_ips>] [-e <extra_options>]
DESCRIPTION¶
Shadowsocks-libev is a lightweight and secure socks5 proxy. It is a port of the original shadowsocks created by clowwindy. Shadowsocks-libev is written in pure C and takes advantage of libev to achieve both high performance and low resource consumption.
ss-nat(1) sets up NAT rules for ss-redir(1) to provide traffic redirection. It requires netfilter’s NAT module and iptables(8). For more information, check out shadowsocks-libev(8) and the following EXAMPLE section.
OPTIONS¶
-s <server_ip>
-l <local_port>
-S <server_ip>
-L <local_port>
-i <ip_list_file>
-a <lan_ips>
-b <wan_ips>
-w <wan_ips>
-e <extra_options>
-o
-u
-U
-f
-h
EXAMPLE¶
ss-nat requires iptables(8). Here is an example:
# Enable NAT rules for shadowsocks, # with both TCP and UDP redirection enabled, # and applied for both PREROUTING and OUTPUT chains root@Wrt:~# ss-nat -s 192.168.1.100 -l 1080 -u -o # Disable and flush all NAT rules for shadowsocks root@Wrt:~# ss-nat -f
SEE ALSO¶
ss-local(1), ss-server(1), ss-tunnel(1), ss-manager(1), shadowsocks-libev(8), iptables(8), /etc/shadowsocks-libev/config.json
04/18/2024 | Shadowsocks-libev 3.3.5 |