pls share your /etc/network/interfaces

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
netfoo
Posts: 1
Joined: Sun Mar 17, 2019 5:56 pm

pls share your /etc/network/interfaces

Post by netfoo » Sun Mar 17, 2019 6:10 pm

i am at my wits end. i have searched high and low for a configuration for 2 physical ethernet adapters with softether. here's my config:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
hostname vpnserver

auto eth1
iface eth1 inet manual
up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE 0.0.0.0 down

softether runs on a hyper-v vm with 2 virtual network adapters plugged into the same virtual switch. eth1 allows mac spoofing, with vlan set to trunk and 0,1-1000.

eth0 doesn't allow mac spoofing. vlan is set to access with a vlanid.

i have a pfsense vm running on the same virtual switch (vlan trunk, 0,1-1000). it serves as a dhcp server.

now i bind my hub to eth1. user cannot connect because there is no dhcp server connection.

i can see that eth1 is not working as expected. what's the correct config?

cedar
Site Admin
Posts: 2077
Joined: Sat Mar 09, 2013 5:37 am

Re: pls share your /etc/network/interfaces

Post by cedar » Tue Jun 04, 2019 9:08 am

Did you try packet capture?

Post Reply