Archive for the ‘La Fonera’ Category

La foneraにOpenWrtを入れた

La foneraにOpenWrtを入れる

OpenWrtのインストール記録。結構手間かかったなぁ。まだ、インストールしただけの状態だから、これからいろいろ設定。インストール後はこんな感じ。

BusyBox v1.11.2 (2009-01-05 06:34:55 CET) 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
 KAMIKAZE (8.09, r14511) ----------------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
 ---------------------------------------------------
root@OpenWrt:/# uname -a
Linux OpenWrt 2.6.26.5 #21 Sat Feb 14 23:12:28 CET 2009 mips unknown
root@OpenWrt:/# lsmod
Module                  Size  Used by    Tainted: P
ath_ahb               126240  0
wlan_xauth               448  0
wlan_wep                3680  0
wlan_tkip               9344  0
wlan_ccmp               5088  0
wlan_acl                2528  0
ath_rate_minstrel       8640  1
ath_hal               161280  3 ath_ahb,ath_rate_minstrel
wlan_scan_sta           7904  0
wlan_scan_ap            5152  0
wlan                  154192  10 ath_ahb,wlan_xauth,wlan_wep,wlan_tkip,wlan_ccmp,wlan_acl,ath_rate_minstrel,wlan_scan_sta,wlan_scan_ap
nf_nat_tftp              448  0
nf_conntrack_tftp       2448  1 nf_nat_tftp
nf_nat_irc               864  0
nf_conntrack_irc        2720  1 nf_nat_irc
nf_nat_ftp              1440  0
nf_conntrack_ftp        4960  1 nf_nat_ftp
ipt_MASQUERADE          1152  1
iptable_nat             3376  1
nf_nat                 10944  5 nf_nat_tftp,nf_nat_irc,nf_nat_ftp,ipt_MASQUERADE,iptable_nat
xt_state                 832  6
nf_conntrack_ipv4       8256  9 iptable_nat,nf_nat
nf_conntrack           37968  11 nf_nat_tftp,nf_conntrack_tftp,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_conntrack_ftp,ipt_MASQUERADE,iptable_nat,nf_nat,xt_state,nf_conntrack_ipv4
ipt_REJECT              1888  2
xt_TCPMSS               2720  1
ipt_LOG                 4544  0
xt_multiport            1824  0
xt_mac                   704  0
xt_limit                1216  1
iptable_mangle          1184  0
iptable_filter           960  1
ip_tables               8816  3 iptable_nat,iptable_mangle,iptable_filter
xt_tcpudp               1856  3
x_tables                8752  11 ipt_MASQUERADE,iptable_nat,xt_state,ipt_REJECT,xt_TCPMSS,ipt_LOG,xt_multiport,xt_mac,xt_limit,ip_tables,xt_tcpudp
ppp_async               7936  0
ppp_generic            21376  1 ppp_async
slhc                    4480  1 ppp_generic
crc_ccitt                992  1 ppp_async
root@OpenWrt:/#