Someone asked me to provide the cURL commands to release and renew the WAN IP on Linksys routers so here they are:
Release WAN IP:
curl http://username:password@192.168.1.1/apply.cgi -d "submit_button=Status_Router&submit_type=release&change_action=gozila_cgi&wan_proto=dhcp"
Renew WAN IP:
curl http://username:password@192.168.1.1/apply.cgi -d "submit_button=Status_Router&submit_type=renew&change_action=gozila_cgi&wan_proto=dhcp"
Subscribe to:
Post Comments (Atom)
PiKVM to NVR
Trying to connect to your IP Camera Network Video Recorder (NVR) via your PiKVM and it’s not working? No video from the NVR on...
-
Hikvision TFTP Tool. I am uploading a copy here for my archival purposes. TFTP.zip ( tftpserv . exe) This was originally downloaded f...
-
Hikvision iVMS4200 software for linux systems. This was hosted on the Hikvision website as a BETA copy. I downloaded a copy before it was r...
-
Here is how to enable SSH on my Hikvision Camera using a cURL command, you can use it on the camera's as well. cURL Command: curl -...
Great to know. Thanks for posting.
ReplyDeleteHi,
ReplyDeletethe post is really nice very few of technology blogs having information about linksys router technical support setup the post is so helpful for technical professionals.
Linksys Router Technical Support please visit the link.
Thankyou
Lacy Brown
how do you format the URL when the linksys only has password and no username? There is no way to config a username.
ReplyDeleteTry:
Delete1) curl http://password@192.168.1.1...remainderurlhere
or
2) curl http://:password@192.168.1.1