Dobroslav Totev
Dobroslav Totev
@MaxPeal Does the vodafone-station expose it's services via HTTPS? Mine doesn't: ``` ❯ nmap 192.168.0.1 Starting Nmap 7.92 ( https://nmap.org ) at 2022-07-04 22:23 CEST Stats: 0:00:42 elapsed; 0 hosts...
I'm using mine in bridge mode, so no layer 3 information is available. I'll see what the output is though. @MaxPeal which model do you have?
Hmm, interesting case. I was under the impression that the vodafone-station always uses IPv4 for LAN connections. How does one change to IPv6?
@MaxPeal Could you please elaborate a bit more on your use case? My box only gives out IPV4 addresses in LAN...
It seems to fail [here](https://github.com/totev/vodafone-station-cli/blob/d1224bf4c374d0f2e682d17c7d265f67342050b3/src/modem/arris-modem.ts#L164). ``` const {data} = await this.httpClient.post( '/php/ajaxSet_Password.php', setPasswordRequest ) ``` I'm wondering why there's no exception with the modem's response. As my access to an...
Thanks for the issue report! Do you happen to know what the original value coming from the modem is in that field? Maybe by executing it with `env DEBUG=\* ./bin/dev...
@PsikoBlock If you can, could you please check the fix here: #143 ?
Potentially fixed with #143