diff --git a/bridge/proxyarp/README.md b/bridge/proxyarp/README.md index 600564e..a616b0b 100644 --- a/bridge/proxyarp/README.md +++ b/bridge/proxyarp/README.md @@ -3,3 +3,5 @@ This bridge is a lot simpler than the NAT version. Just plug your client(s) into the bridge and it should just work. Make sure to use a hub (NOT a switch) if you have more than one bridged client. A switch doesn't let the bridge see all the traffic from the clients. + +Also, `parprouted` has a bug where it prints its error messages as raw Ethernet frames over the network. If something isn't working, open Wireshark and restart `parprouted`. Look for white "Ethernet II" frames. diff --git a/bridge/proxyarp/arp-install.sh b/bridge/proxyarp/arp-install.sh index 96f8b65..4abf370 100755 --- a/bridge/proxyarp/arp-install.sh +++ b/bridge/proxyarp/arp-install.sh @@ -94,7 +94,7 @@ WPA_SUPP_FILE="/etc/wpa_supplicant/wpa_supplicant-$WLAN_IFACE.conf" cat >"$WPA_SUPP_FILE" <