{"id":19738947,"url":"https://github.com/fpopic/openwrt-router-setup","last_synced_at":"2026-03-05T00:03:40.305Z","repository":{"id":71942390,"uuid":"133026056","full_name":"fpopic/openwrt-router-setup","owner":"fpopic","description":"(PoC) OpenWRT quick setup for TL-WR703N","archived":false,"fork":false,"pushed_at":"2020-02-01T21:44:37.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T00:03:07.273Z","etag":null,"topics":["layer7","openwrt","tp-link-wr703n"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpopic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-11T10:30:22.000Z","updated_at":"2023-08-28T10:11:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"75abbee5-a5a1-48d0-9b2b-100a8f474d51","html_url":"https://github.com/fpopic/openwrt-router-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fpopic/openwrt-router-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fopenwrt-router-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fopenwrt-router-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fopenwrt-router-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fopenwrt-router-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpopic","download_url":"https://codeload.github.com/fpopic/openwrt-router-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fopenwrt-router-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30101705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T23:59:36.199Z","status":"ssl_error","status_checked_at":"2026-03-04T23:56:48.556Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["layer7","openwrt","tp-link-wr703n"],"created_at":"2024-11-12T01:15:47.019Z","updated_at":"2026-03-05T00:03:40.176Z","avatar_url":"https://github.com/fpopic.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# openwrt-router-setup\n\n1. Use static IP address on your PC ethernet interface (turn off dhcp)\n\t```bash\n\t\n\t# stop network-manager service\n\tsudo service network-manager stop\n\t\n\t# use static ip on your ethernet interface (enp1s0)\n\tsudo ifconfig enp1s0 192.168.1.2 netmask 255.255.255.0 \n\t\n\t# set default gateway\n\tsudo route add default gw 192.168.1.1\n\t\n\t# confirm the enp1s0 interface\n\tifconfig enp1s0 \n\t\t\n\t\tenp1s0    Link encap:Ethernet  HWaddr 68:f7:28:09:05:21  \n\t\t\t\tinet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0\n\t\t\t\tinet6 addr: fe80::b118:968e:4a9:a3ba/64 Scope:Link\n\t\t\t\tUP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1\n\t\t\t\tRX packets:0 errors:0 dropped:0 overruns:0 frame:0\n\t\t\t\tTX packets:88 errors:0 dropped:0 overruns:0 carrier:0\n\t\t\t\tcollisions:0 txqueuelen:1000 \n\t\t\t\tRX bytes:0 (0.0 B)  TX bytes:15470 (15.4 KB)\n\t```\n\n2. Telnet to the router\n\t```bash\n\ttelnet 192.168.1.1\n\n\t\tTrying 192.168.1.1...\n\t\tConnected to 192.168.1.1.\n\t\tEscape character is '^]'.\n\n\t\t === IMPORTANT ============================\n\t\t\tUse 'passwd' to set your login password\n\t\t\tthis will disable telnet and enable SSH\n\t\t ------------------------------------------\n\n\n\t\tBusyBox v1.19.4 (2013-07-16 19:54:34 CST) built-in shell (ash)\n\t\tEnter 'help' for a list of built-in commands.\n\n\t\t  _______                     ________        __\n\t\t |       |.-----.-----.-----.|  |  |  |.----.|  |_\n\t\t |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|\n\t\t |_______||   __|_____|__|__||________||__|  |____|\n\t\t\t  |__| W I R E L E S S   F R E E D O M\n\t\t -----------------------------------------------------\n\t\t ATTITUDE ADJUSTMENT (12.09[SLboat_Mod_Build_20130716], r37346)\n\t\t -----------------------------------------------------\n\t\t\t* 1/4 oz Vodka      Pour all ingredients into mixing\n\t\t\t* 1/4 oz Gin        tin with ice, strain into glass.\n\t\t\t* 1/4 oz Amaretto\n\t\t\t* 1/4 oz Triple sec\n\t\t\t* 1/4 oz Peach schnapps\n\t\t\t* 1/4 oz Sour mix\n\t\t\t* 1 splash Cranberry juice\n\t\t -----------------------------------------------------\n\t\troot@(none):/#\n\t```\n\n\t```bash\n\t# mount file system in write mode\n\troot@(none):/  mount_root\n\n\t# revert all files to their original state\n\troot@(none):/  firstboot \t\n\n\t# set password to enable ssh\n\troot@(none):/  passwd   \t\n\n\t# enable LuCi via browser\n\troot@(none):/  /etc/init.d/uhttpd enable  \n\troot@(none):/  /etc/init.d/uhttpd start\n\n\t# change ip addr to 192.168.100.1\n\troot@(none):/  vi /etc/config/network \n\n\t# restart router\n\troot@(none):/  reboot -f \t\n\t```\n\n3. Turn on dhcp on your PC\n\t```bash\t\n\t# remove static ip\n\tsudo ip addr flush enp1s0  \n\n\t# use dhcp client\n\tsudo service network-manager restart \n\t```\n \n4. If you need ssh access\n\t```bash\n\t# use static ip on your ethernet interface (enp1s0) with the new subnet .100.\n\tsudo ifconfig enp1s0 192.168.100.99 netmask 255.255.255.0\n\t\n\t# connect using ssh\n\tssh 192.168.100.1 -l root\n  \t```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpopic%2Fopenwrt-router-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpopic%2Fopenwrt-router-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpopic%2Fopenwrt-router-setup/lists"}