Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Can't find devices after install of SoftEther VPN server #270

Open
olofbokedal opened this issue Jan 27, 2016 · 2 comments
Open

Can't find devices after install of SoftEther VPN server #270

olofbokedal opened this issue Jan 27, 2016 · 2 comments

Comments

@olofbokedal
Copy link

I've got a Raspberry Pi where I installed airsonos easily using #212. Everything worked as it should until I installed a VPN server on my Raspberry. Now, airsonos gets stuck on "Searching for Sonos devices on network..."

I narrowed it down to the network interfaces, and although I'm not entirely comfortable with virtual interfaces and advanced networking in general, I believe that the problem is the bridge which is used by the VPN server.

I followed the gist at https://gist.github.com/jhenkens/11190151 when installing the VPN server. The interesting part is the /etc/network/interfaces file, which is setup as:

auto lo

iface lo inet loopback

auto br0
iface br0 inet dhcp
    bridge_ports eth0
    bridge_stp off
    bridge_waitport 0
    bridge_maxwait 0
    bridge_fd 0
    post-up ip link set br0 address <SAME-ADDRESS-AS-ETH0>

allow-hotplug eth0
iface eth0 inet manual

Perhaps someone could see the problem right away? I've tried to hardcode the IP of my Sonos device based on #79, but with no luck.

@stephen
Copy link
Owner

stephen commented Feb 21, 2016

Potentially fixed by #260? (available in 0.2.6)

@olofbokedal
Copy link
Author

It sounded like a perfect match, but unfortunately the results are still the same :(

I'm sorry that I'm not able to provide any more details. Please feel free to instruct me in anyway if you'd like a log, verbose output, or any other debug info.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants