From cd5b96a1efdf629017ddb70c7393e35f815f7e26 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Tue, 20 Jun 2023 15:17:32 -0600 Subject: [PATCH] forgot a few things --- bridge/proxyarp/README.md | 2 ++ bridge/proxyarp/arp-install.sh | 4 +++- config/arp-config.sh.example | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) 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" <