Loading
0
1
Жил был у меня роутер ASUS и хорошо дружил с 3G модемом, никаких проблем с их совместной работой не было. Но в роутере регулярно по непонятным причинам слетали все настройки к дефолтным и его приходилось очень часто перенастраивать, а альтернативных прошивок к нему не существует ни одной. Купил ему на замену Tp-Link на который есть альтернативные прошивки на любой вкус. Так вот остановился я на OpenWrt, подружил с новым роутером тот же модем, соединение подымается без проблем. Но есть один нюанс в работе, соединение держится когда 5 минут, когда 30 и более но обязательно обрывается и сразу же переподключается. 3G модем сеть ловит хорошо и на старом роутере соединение держалось часами если не сутками, а на Tp-Link больше чем полтора часа не видел чтобы держалось соединение. При сёрфинге обрывов и переподключений можно и не заметить, но при IP телефонии обрывы достают. Добавлю так же то что сам модем работает на USB удлинители около 8 метров по экранированной витой паре поэтому первым делом грешу на недостаток питания через работу в TP-Link (воткнуть напрямую модем в роутер без проводов для теста в моем случае крайне проблематично). Как то для эксперимента добавлял к своим 8 метрам кабеля еще 3 метра удлинителя и такой длинный кабель без проблем работал на старом роутере Asus. Когда добавил те же 3 метра кабеля к основному и воткнул в новый Tp-Link тот не увидел модем вовсе. И когда отслеживал что происходит в Luci на Tp-Link с подключением, то в момент обрыва вижу сообщение Ошибка: Network device is not present. Блок питания для Tp-Link 12 вольт и 1 ампер, ставил другой блок на 12 вольт и 1.5 ампера, такие же обрывы. Если дело в питании, может на OpenWrt можно как то рулить силу тока на USB порт? Или может дело не в питании? Кто чего скажет на этот счет? Можно конечно купить активный USB хаб, но для начала хотелось бы понять в чем проблема. Нашел вот здесь https://stackoverflow.com/questions/4702216/controlling-a-usb-power-supply-on… команду echo «0» > «/sys/bus/usb/devices/usbX/power/autosuspend» но подключившись к роутеру по SSH из под рута она у меня не выполняется.
When i create a new interface through luci, bridging two wifi networks, it results in the interface throwing an error because luci does not create the interface correctly apparently.
steps to reproduce: create two wlan networks (for me this is on two different chipsets, 2.4ghz and 5.8ghz). then go to the network>interfaces and click create new interface. set protocol to static, and bridge the two wlan networks just created. click create. observe the error from the luci interfaces page.
Go to openwrt
r/openwrt
r/openwrt
OpenWrt news, tools, tips and discussion. Related projects, such as DD-WRT, Tomato and OpenSAN, are also on-topic.
Members
Online
•
by
jcr1985
Huawei E5577 via USB
Hello,
i want to connect to WAN via my Huawei E5577 4G Modem. If i start the interface it gives me «Error: Network device is not present». Tested before with an Android Smartphone and USB Tether, which worked fine. Any ideas who to get it working?
Thanks
JCR
More posts you may like
Maintainer: Jason A. Donenfeld Jason@zx2c4.com / Kevin Darbyshire-Bryant ldir@darbyshire-bryant.me.uk
@zx2c4 @ldir-EDB0 @nbd168 @hauke @diizzyy @notgood
Environment: MediaTek MT7628AN ver:1 eco:2 / GL-MT300N-V2 / OpenWrt 22.03.2 r19803-9a599fee93 / LuCI openwrt-22.03 branch git-22.339.35241-4ca7a8d
Description:
Hello,
I want to build a WireGuard tunnel over the Yggdrasil overlay network. The Yggdrasil network is provided by the package yggdrasil
. Yggdrasil successfully establishes its connection to the network over a WiFi Adhoc network. My endpoint is 218:4feb:a509:9db2:2b34:6e7e:e071:5dee
. I have a route to this endpoint and I can ping it. The WireGuard tunnel works when the device is connected to the Internet via WAN. However, if I disconnect the WAN, the message Error: Network device is not present
appears and it does not even try to establish the WG tunnel, although it is possible because the endpoint is reachable.
My expected behavior is that OpenWrt always tries to reach the endpoint if there is a route to it in the kernel routing table.
# ip r g 218:4feb:a509:9db2:2b34:6e7e:e071:5dee
218:4feb:a509:9db2:2b34:6e7e:e071:5dee from :: dev ygg0 src 21e:295a:a561:adb1:f834:9e20:1757:183a metric 256
# ping 218:4feb:a509:9db2:2b34:6e7e:e071:5dee
PING 218:4feb:a509:9db2:2b34:6e7e:e071:5dee (218:4feb:a509:9db2:2b34:6e7e:e071:5dee): 56 data bytes
64 bytes from 218:4feb:a509:9db2:2b34:6e7e:e071:5dee: seq=0 ttl=64 time=1347.156 ms
64 bytes from 218:4feb:a509:9db2:2b34:6e7e:e071:5dee: seq=1 ttl=64 time=384.689 ms
64 bytes from 218:4feb:a509:9db2:2b34:6e7e:e071:5dee: seq=2 ttl=64 time=72.068 ms
64 bytes from 218:4feb:a509:9db2:2b34:6e7e:e071:5dee: seq=3 ttl=64 time=69.410 ms
64 bytes from 218:4feb:a509:9db2:2b34:6e7e:e071:5dee: seq=4 ttl=64 time=69.935 ms
64 bytes from 218:4feb:a509:9db2:2b34:6e7e:e071:5dee: seq=5 ttl=64 time=69.803 ms
^C
--- 218:4feb:a509:9db2:2b34:6e7e:e071:5dee ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 69.410/335.510/1347.156 ms
The command wg
does not output anything.
config wireguard_crxn_p2pnodeygg
list allowed_ips '::/0'
option route_allowed_ips '1'
option endpoint_host '218:4feb:a509:9db2:2b34:6e7e:e071:5dee'
option endpoint_port 'XXXXX'
option persistent_keepalive '20'
option public_key 'XXXXXXXXXXXXXXXXXXXXXXXXXXx'
option preshared_key 'XXXXXXXXXXXXXXXXXXXXXXXXXXx'
config interface 'yggdrasil'
option device 'ygg0'
option proto 'none'