beta-tester / RPi-PXE-Server

setup a Raspberry Pi as an PXE-Server
307 stars 63 forks source link

How to use this on bridge network #18

Closed squadramunter closed 5 years ago

squadramunter commented 5 years ago

Hi, I want to use this on my Raspberry Pi. There is only one problem. My Raspberry has a bridged network interface. I see that your code only works on eth0

How can I make this work on interface br0?

auto br0 iface br0 inet static address 192.168.1.4 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 bridge_ports eth0 bridge_stp off bridge_fd 0

squadramunter commented 5 years ago

I saw that you already implemented this as an optional feature. I close this comment for now.