Temat: WDR4300
Wgrałem to oprogramowanie:
Using username "root".
root@192.168.1.108's password:
BusyBox v1.23.2 (2015-06-15 21:29:03 CEST) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
----------------------------------------------------------------
| |
| OpenWrt Chaos Calmer (r46163) |
| Build time: 2015-07-04 07:37 CEST |
| |
| Cezary Jackiewicz (obsy), http://eko.one.pl |
| |
----------------------------------------------------------------
| Machine: TP-Link TL-WDR4300 v1 |
| Uptime: 0d, 00:04:24 |
| Load: 0.12 0.08 0.05 |
| Flash: total: 4.3MB, free: 4.0MB, used: 7% |
| Memory: total: 123.0MB, free: 108.0MB, used: 12% |
| WAN: |
| LAN: 192.168.1.108 |
| radio0: mode: ap, ssid: Gargoyle4300, channel: 8, conn: 0 |
| radio1: mode: ap, ssid: Gargoyle4300, channel: 36, conn: 0 |
----------------------------------------------------------------
root@Gargoyle:~#
Łącze się telnetem i WinSCP a nie mogę się połączyć przeglądarką, jaki może być tego przyczyna?
Tak wygląda mój confing w pliku netword:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0.1'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option dns '192.168.1.1 192.168.1.1'
option ipaddr '192.168.1.108'
config interface 'wan'
option dns '194.204.152.34 194.204.159.1'
option peerdns '0'
option ifname 'eth1'
option proto 'dhcp'
config switch
option reset '1'
option enable_vlan '1'
option name 'switch0'
config switch_vlan
option vlan '1'
option ports '0t 2 3 4 5'
option device 'switch0'
config switch_vlan
option vlan '2'
option ports '0t 1'
option device 'switch0'