- source:
192.168.1.0/24 - destination:
172.16.1.0/24 - policy:
SNAT
iptables -A FORWARD -s 192.168.1.0/24 -d 172.16.1.1/24 -j ACCEPT
iptables -A FORWARD[......]
192.168.1.0/24172.16.1.0/24SNATiptables -A FORWARD -s 192.168.1.0/24 -d 172.16.1.1/24 -j ACCEPT
iptables -A FORWARD[......]
/usr/share/zoneinfo/etc/localtimeWhen I edited crontab on bash, everything is removed after reboot.
crond section# SPDX-License-Identifier: LGPL-2.1-or-later
#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify[......]
yusian@Macbook ~ % sudo route change default 192.168.1.1
change net default: gateway 192.168.1.1
[……]