net-byte
Results
1
comments of
net-byte
怎么把 tun 数据从物理设备发出,又是怎么回来的? 用iptables相互转发 # Masquerade outgoing traffic iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE # Allow return traffic...