Temat: OpenWrt jako router 3G - Automatyczny restart połączenia
Cezary tak się ostatnio przyglądnąłem skryptowi do automatycznego restartu:
http://eko.one.pl/?p=openwrt-3g#automat … rtpoczenia
#!/bin/sh
if ! ping -q -c 1 -W 10 8.8.8.8 > /dev/null; then
(ifup wan) &
fi
Nie powinno tam być czasem ifup 3g-wan?