How to get client private IP address in Softether VPN server

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
jennytrout
Posts: 2
Joined: Fri May 05, 2017 12:48 pm

Re: How to get client private IP address in Softether VPN se

Post by jennytrout » Fri May 05, 2017 12:59 pm

have you used softether. I am trying to create a vpn sever for people to use. need outline on setting i up correctly

thisjun
Posts: 2458
Joined: Mon Feb 24, 2014 11:03 am

Re: How to get client private IP address in Softether VPN se

Post by thisjun » Thu May 18, 2017 7:07 am

I think private address may log.
Could you show the log?

starikoff72
Posts: 3
Joined: Sat Jun 03, 2017 5:49 pm

Re: How to get client private IP address in Softether VPN se

Post by starikoff72 » Tue Jun 20, 2017 5:51 am

I did it next way:
Create a new tap device
Add it to bridge (make sure, that bridge-utils are installed)
Assign a static address for bridge interface in /etc/network/interfaces
e.g.
##########
iface br0 inet static
address 10.10.10.1
netmask 255.255.255.0
broadcast 10.10.10.255
bridge_ports tap_vpn
bridge_fd 0
bridge_stp 1
##########
then instal any dhcp server. i used dnsmasq
configure your dhcp server to listen br0 interface and configure an address pool

Than your vpn clients will get an IP address with your dhcp server. And you can add routes with 'ip route" utils, and forward or masquarade your traffic with iptables.

Sorry for my poor english.

Post Reply