I am new to the Nethserver camp and have encountered an issue (in both Nethserver 6.7 and 7.2 Alpha2).
After a basic install in a VM, with two NICs (one red and one green - static IPs each), I have installed firewall, vpn services. Also I have ensured that all software is up-to-date.
I have tried to add a PPPoE (logical) interface. When the form appears, there is a pull-down box for the ethernet interface but without any choices. I would have expected that there be at least one (e.g. the red interface for ethernet).
The sample networks db entry looks like this:
[root@gateway ~]# db networks show
eth0=ethernet
bootproto=none
gateway=192.168.2.1
hwaddr=00:0c:29:14:e0:d9
ipaddr=192.168.2.2
netmask=255.255.255.0
role=red
eth1=ethernet
bootproto=none
device=eth1
gateway=0.0.0.0
hwaddr=00:0C:29:14:E0:CF
ipaddr=192.168.32.1
netmask=255.255.255.0
onboot=yes
role=green
ppp0=xdsl-disabled
AuthType=auto
Password=secret
name=PPPoE
provider=TekSavvy
role=red
user=a@a.a
I am at loss how to proceed. Ideas?