Wrzuciłem nowy firmware (r37054), przez telnet ustawiłem hasło, zalogowałem się przez ssh i zrobiłem tak:
login as: root
root@192.168.1.1's password:
BusyBox v1.19.4 (2013-06-12 20:28:59 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
----------------------------------------------------------------
| |
| OpenWrt Attitude Adjustment 12.09 (r37054) |
| Build time: 2013-06-29 08:10 CEST |
| |
| Cezary Jackiewicz (obsy), http://eko.one.pl |
| |
----------------------------------------------------------------
| Machine: TP-Link TL-WDR3600 v1 |
| Uptime: 0d, 00:01:29 |
| Load: 0.66 0.26 0.10 |
| Flash: total: 4.7M, free: 4.4M, used: 6% |
| Memory: total: 126664K, free: 112012K, used: 11% |
| WAN: |
| LAN: 192.168.1.1 |
----------------------------------------------------------------
root@OpenWrt:~# cd ..
root@OpenWrt:/# cd etc
root@OpenWrt:/etc# cd config
root@OpenWrt:/etc/config# vi firewall
config rule
option name bltest
option src lan
option dest wan
option src_mac CC:AF:78:00:11:3C
option target REJECT
root@OpenWrt:/etc/config# /etc/init.d/firewall restart
Warning: Unable to locate ipset utility, disabling ipset support
Warning: Section @zone[1] (wan) cannot resolve device of network 'wan6'
Warning: Section @rule[5] (bltest) does not specify a protocol, assuming TCP+UDP
* Flushing IPv4 filter table
* Flushing IPv4 nat table
* Flushing IPv4 mangle table
* Flushing IPv4 raw table
* Flushing conntrack table ...
* Populating IPv4 filter table
* Zone 'lan'
* Zone 'wan'
* Rule 'Allow-DHCP-Renew'
* Rule 'Allow-Ping'
* Rule 'bltest'
(null) v4: Bad mac address "cc:af:78:0:11:3c"
root@OpenWrt:/etc/config#
Może ja po prostu robię coś nie tak?