softether 客户端连接

因为限制,不能出现关键字,因此用***代替关键字

windows 客户端的使用

下载客户端 https://www.softether-download.com/cn.aspx?product=softether

softether 客户端连接

安装完成后打开

softether 客户端连接

填入服务端 的配置

softether 客户端连接

双击 连接

softether 客户端连接

linux 客户端的使用

安装客户端

https://www.softether-download.com/cn.aspx?product=softether

进入用户目录

# cd /usr/local/

传入远程主机

# rz

softether 客户端连接

解压安装包

# tar zxvf softether-***client-v4.28-9669-beta-2018.09.11-linux-x64-64bit.tar.gz

进入目录

cd  ***client

softether 客户端连接

安装依赖包gcc, 编译安装

#yum install -y gcc

#make

全部选 1

softether 客户端连接

启动服务

./***client start

配置客户端

# ./***cmd

选择 2

softether 客户端连接

回车 默认 localhost

softether 客户端连接

允许客户端管理

#RemoteEnable 

softether 客户端连接

退出配置,回到控制台

#exit

设置路由

# ip route add 远程服务器ip via 本地默认网关 dev eth0

删除默认路由

# ip route del default 

添加路由

#ip route add default via 远程服务器网关

softether 客户端连接

配置详情
softether 客户端连接

检测连接

ping 8.8.8.8

softether 客户端连接

windows客户管理端

输入 远程linux主机 ip

softether 客户端连接

建立连接

softether 客户端连接

双击连接 如果没响应 f5 刷新

ip变为远程 服务器IP

softether 客户端连接

特殊情况

如果***连接没有ip

DHCP 自动获取ip

#dhclient

此时配置连接完成了