Blank Network config in GUI but configured

star26bsd

New Member
Feb 7, 2014
12
0
1
I accidentally edited /etc/network/interfaces manually and directly. Now the GUI doesn't show any network config, however, all networks are set up properly since the interfaces file does exist. But I fail to force the GUI to reread that file. Tried renaming interfaces to interfaces.new and reboot, no luck. Any ideas? Almost the same net config does work on another node ...
 
Yes, sure.

---snip---
# network interface settings
auto lo
iface lo inet loopback

iface eth1 inet manual

iface eth0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.26.202
netmask 255.255.255.0
gateway 192.168.26.1
bridge_ports eth0
bridge_stp off
bridge_fd 0

# VLAN for DRBD
auto eth1.1
iface eth1.1 inet static
address 10.0.0.2
netmask 255.255.255.252
vlan-raw-device eth1

######### WWW-Chain #########
# 1. Layer
auto vmbr110
iface vmbr110 inet manual
bridge_ports eth1.110
bridge_stp off
bridge_fd 0

# 2. Layer
auto vmbr120
iface vmbr120 inet manual
bridge_ports eth1.120
bridge_stp off
bridge_fd 0

# 3. Layer
auto vmbr130
iface vmbr130 inet manual
bridge_ports eth1.130
bridge_stp off
bridge_fd 0

#### Message-Chain (3) ######
# 1. Layer
auto vmbr310
iface vmbr310 inet manual
bridge_ports eth1.310
bridge_stp off
bridge_fd 0

# 2. Layer
auto vmbr320
iface vmbr320 inet manual
bridge_ports eth1.320
bridge_stp off
bridge_fd 0

# 3. Layer
auto vmbr330
iface vmbr330 inet manual
bridge_ports eth1.330

##### Legacy-Chain (9) ######
# 1. Layer
auto vmbr910
iface vmbr910 inet manual
bridge_ports eth1.910
bridge_stp off
bridge_fd 0
---snip---

Thanks for your help!
Stephan
 
Re: Blank Network config in GUI but configured [SOLVED]

I found the issue. Epic fail. Since I've set a umask of 027 and freshly copied the interfaces file from my other node, the permissions were set to 640 root/root only, so that the GUI wasn't able to read that file. Sorry for the noise. However, is there a log file where the GUI logs its actions? Would be helpful sometimes...

Thanks!
Stephan