📄 description.txt
字号:
This is a test of setting up a VPN in a situation where the ISP hasprovided a single public /32, it has been *routed* (layer 3) to thecustomer at a private 10.net address.NOTE: NAT is *not* involved. We will use north, nic, east. .---------. | north | |192.1.3.4| '---------' | 10.1.1.93 | | | 10.1.1.254 .---------. | nic | | | '---------' | .---------. | | east | +-----------------+ | | | '---------'On nic, there is: route add -host 192.1.3.4 gw 10.1.1.93but nic has no interface on 192.1.3.0/24.On north, one has: ip addr add 10.1.1.93/24 dev eth1 ip addr add 192.1.3.4/32 dev eth1 ip route add 0.0.0.0/0 via 10.1.1.254 src 192.1.3.4The first problem is that pluto can not see the alias that is made in thisway, and so it doesn't know which end of the connection is which.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -