Este artigo link sobre a criação de um ponto de acesso com ponte apenas está claramente incompleto, mas menciona isso exemplo:
config interface lan
option type 'bridge'
option ifname 'eth0 eth1' # Bridges lan and wan
option proto 'dhcp' # Change as appropriate
em seguida, mais tarde, isso é para dispositivos com um switch dedicado (minha situação, suponho, mas não entendo a eth0.1 VLAN)
config interface lan
option type 'bridge'
option ifname 'eth0.1 eth1' # Bridges vlan 1 and wan
option proto 'dhcp' # Change as appropriat
Agora me chame se estiver errado, mas eth0 e eth1 representam duas interfaces físicas diferentes. Isso levanta a questão: Qual endereço MAC devo usar para informar ao servidor dhcp do roteador principal para reservar um endereço IP estático? O dispositivo que estou usando para o ponto de acesso é um Netgear R7800.
root@netgear-r7800:~# ls -l /sys/class/net
lrwxrwxrwx 1 root root 0 Oct 20 16:05 br-lan -> ../../devices/virtual/net/br-lan
lrwxrwxrwx 1 root root 0 Jan 1 1970 eth0 -> ../../devices/platform/soc/37200000.ethernet/net/eth0
lrwxrwxrwx 1 root root 0 Jan 1 1970 eth1 -> ../../devices/platform/soc/37400000.ethernet/net/eth1
lrwxrwxrwx 1 root root 0 Nov 1 07:57 gre0 -> ../../devices/virtual/net/gre0
lrwxrwxrwx 1 root root 0 Nov 1 07:57 gretap0 -> ../../devices/virtual/net/gretap0
lrwxrwxrwx 1 root root 0 Nov 1 07:57 ifb0 -> ../../devices/virtual/net/ifb0
lrwxrwxrwx 1 root root 0 Nov 1 07:57 ifb1 -> ../../devices/virtual/net/ifb1
lrwxrwxrwx 1 root root 0 Jan 1 1970 lo -> ../../devices/virtual/net/lo
lrwxrwxrwx 1 root root 0 Nov 1 07:57 sit0 -> ../../devices/virtual/net/sit0
lrwxrwxrwx 1 root root 0 Oct 20 16:05 wlan0 -> ../../devices/platform/soc/1b500000.pci/pci0000:00/0000:00:00.0/0000:01:00.0/net/wlan0
lrwxrwxrwx 1 root root 0 Oct 20 16:05 wlan1 -> ../../devices/platform/soc/1b700000.pci/pci0001:00/0001:00:00.0/0001:01:00.0/net/wlan1
lrwxrwxrwx 1 root root 0 Oct 20 16:05 wlan1-1 -> ../../devices/platform/soc/1b700000.pci/pci0001:00/0001:00:00.0/0001:01:00.0/net/wlan1-1
Tags openwrt