13th
07,12
ubuntu下设置shorewall防火墙服务器采用ubuntu作为操作系统,一块接外网(eth0)。采用shorewall作为防火墙。
配置网卡:
sudo vi /etc/network/interfaces
————————————————
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be a......[显示全文]