NetCheck
Raik (463) 2059 posts |
This widget was never intended to be an application. It was initially created to “kick” a Wifi-Bridge, and later a WIFI HAT, on a Pi-Top as the connection would often fail after a restart. Fake! Only the installed adapter are displayed! ;-) The current state of this app is perhaps best described as “it works for me!” |
John Sandgrounder (1650) 574 posts |
Hmmm. It does not work yet. and with my static IP address it also changes some parameters, needing a reboot to get the network going again. |
Raik (463) 2059 posts |
Can you tell me a bit more? |
John Sandgrounder (1650) 574 posts |
Rasperry Pi 2v2 running RO 5.24
| Startup file for !Internet | | | Set Inet$HostName Tracking Set Inet$EtherDevice EtherUSB Set Inet$EtherIPAddr 10.0.128.116 Set Inet$EtherIPMask 255.255.0.0 | | Interface: Ethernet over USB | RMEnsure EtherUSB 0.08 RMLoad System:Modules.Network.EtherUSB IfConfig -e ej0 10.0.128.116 netmask 255.255.0.0 CheckError Set Inet$EtherTypeA <Inet$EtherType> | | Loopback | IfConfig -e lo0 127.0.0.1 CheckError Set Inet$EtherType <Inet$EtherTypeA> Unset Inet$EtherTypeA | | Name resolver | If "<Inet$Resolvers>" = "" Then Set Inet$Resolvers 8.8.4.4 8.8.8.8 Set Alias$InetLoadResolver "If <Boot$OSVersion> > 370 Then X ResolverConfig Else RMEnsure Resolver 0.55 RMLoad System:Modules.Network.Resolver" SetEval Inet$TestEval 1 RMEnsure Resolver 0.55 SetEval Inet$TestEval 0 If Inet$TestEval THEN ResolverConfig Unset Inet$TestEval | | Routing | Route -e add default 10.0.128.1 CheckError Run Choices:Internet.Routes CheckError Set Inet$IsGateway "" Set Inet$RouteDOptions "" | | Access | IfThere Resources:$.Resources.ShareFS.!Boot then Run Resources:$.Resources.ShareFS.!Boot RMFind Freeway 0.26 System:Modules.Network.Freeway RMFind ShareFS 3.38 System:Modules.Network.Share+ SetEval Inet$KickFiler 1 |
Raik (463) 2059 posts |
Thanks a lot. |
John Sandgrounder (1650) 574 posts |
Running NetCheck v160. It fails after I click on KickNet from the taskbar. Doing that gives error message No DHCP interface. I then get Failed to resolve host name when I use Netsurf to access this forum (even though I was previously logged in) |
Raik (463) 2059 posts |
Looks like I have something forget or a wrong order. As I wrote, I work on it but “kick” works only with DHCP at this time. |
Raik (463) 2059 posts |
Please download again and try. Have changed one line. |
John Sandgrounder (1650) 574 posts |
Much Better. No error messages. And I am still logged in. |