--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/975e7780-d2df-4936-ade8-a13e9cdbcdf4%40chromium.org.
crosh> route /0 default via 192.168.0.1 dev mlan0 metric 1 /1 100.115.92.0/30 dev br0 proto kernel scope link src 100.115.92.1 /2 192.168.0.0/24 dev mlan0 proto kernel scope link src 192.168.0.32 /3
crosh> route /0 100.115.92.0/30 dev br0 proto kernel scope link src 100.115.92.1 /1

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hterm+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
Scott Harney |
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hter...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hterm+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hter...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hterm+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hter...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hterm+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
chronos@localhost / $ sudo iptables -S -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -d 224.0.0.251/32 -p udp -m udp --dport 5353 -j ACCEPT -A INPUT -d 239.255.255.250/32 -p udp -m udp --dport 1900 -j ACCEPT -A FORWARD -m mark --mark 0x1 -j ACCEPT -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT -A FORWARD -o br0 -j ACCEPT -A OUTPUT -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT -A OUTPUT -o lo -j ACCEPT
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hter...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hterm+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAO1eQ3gPBVtBCRoyZ8nROy-g953SLT1-eUc%2BC8O5Jf-cVYoVZw%40mail.gmail.com.
[ +cernekee ]it might be in other tables and not just the main input/output/forward oneslooking at some bugs, we were still chasing things in R62. Kevin might know the current status wrt ARC++ connection forwarding.


The SSH server has a local address which is 100.115.92.2 and I can ping the address from Crosh (the ChromeOS shell) with or without a network connection.