fonctionnement et problémes [OpenWRT] - réseaux et sécurité - Linux et OS Alternatifs
MarshPosté le 09-06-2010 à 12:53:09
Salut,
Y'a quelques jours j'ai installé OpenWRT sur une Fonera FON2100A, ça marches plutôt bien, mais j'ai quelques bizarreries :
Déjà la connexion wifi joue au yoyo, entre 16/100 et 61/100 de force du signal selon un cycle d'une seconde, y'a des réglages à faire ? Ensuite ifconfig, j'ai cette interface ath0 qui drop tout ce quelle reçoit, comportement normal ? Et j'ai quelques erreurs sur wifi0.
J'ai essayé de modifier net.core.netdev_max_backlok dans tout les sens sans résultats.
Marsh Posté le 09-06-2010 à 12:53:09
Salut,
Y'a quelques jours j'ai installé OpenWRT sur une Fonera FON2100A, ça marches plutôt bien, mais j'ai quelques bizarreries :
Déjà la connexion wifi joue au yoyo, entre 16/100 et 61/100 de force du signal selon un cycle d'une seconde, y'a des réglages à faire ?
Ensuite ifconfig, j'ai cette interface ath0 qui drop tout ce quelle reçoit, comportement normal ? Et j'ai quelques erreurs sur wifi0.
J'ai essayé de modifier net.core.netdev_max_backlok dans tout les sens sans résultats.
ifconfig:
6in4-he Link encap:IPv6-in-IPv4
inet6 addr: 2001:470:c9ce::1/48 Scope:Global
inet6 addr: fe80::c0a8:1/128 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1280 Metric:1
RX packets:273664 errors:0 dropped:0 overruns:0 frame:0
TX packets:179395 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:342424433 (326.5 MiB) TX bytes:14164266 (13.5 MiB)
ath0 Link encap:Ethernet HWaddr 00:18:84:23:B6:1D
inet6 addr: fe80::218:84ff:fe23:b61d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:258744 errors:0 dropped:258744 overruns:0 frame:0
TX packets:363069 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:24832580 (23.6 MiB) TX bytes:428660838 (408.8 MiB)
br-lan Link encap:Ethernet HWaddr 00:18:84:23:B6:1D
inet addr:192.168.1.254 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2001:470:c9ce:f000::1/64 Scope:Global
inet6 addr: fe80::a03c:7aff:fe63:49cf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:258744 errors:0 dropped:0 overruns:0 frame:0
TX packets:358203 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:24832580 (23.6 MiB) TX bytes:427449485 (407.6 MiB)
eth0 Link encap:Ethernet HWaddr 00:18:84:23:B6:1C
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::218:84ff:fe23:b61c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:350496 errors:0 dropped:0 overruns:0 frame:0
TX packets:241548 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:431508953 (411.5 MiB) TX bytes:29927073 (28.5 MiB)
Interrupt:4 Base address:0x1000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:144 (144.0 B) TX bytes:144 (144.0 B)
wifi0 Link encap:UNSPEC HWaddr 00-18-84-23-B6-1D-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:463996 errors:0 dropped:0 overruns:0 frame:4996
TX packets:363363 errors:79 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:195
RX bytes:67801521 (64.6 MiB) TX bytes:442544214 (422.0 MiB)
Interrupt:3 Memory:b0000000-b000ffff
iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"neurone-network"
Mode:Master Frequency:2.442 GHz Access Point: 00:18:84:23:B6:1D
Bit Rate:0 kb/s Tx-Power:18 dBm
RTS thr:off Fragment thr:off
Encryption key:CD44-688B-AE25-33F3-2BF1-12FE-BDC2-D4F7 [2] Security mode:open
Power Management:off
Link Quality=38/70 Signal level=-58 dBm Noise level=-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
br-lan no wireless extensions.
6in4-he no wireless extensions.
/etc/config/network:
config interface loopback
option proto 'static'
option ifname 'lo'
option ipaddr '127.0.0.1'
option ip6addr '::1/128'
option netmask '255.0.0.0'
config interface wan
option proto 'static'
option ifname 'eth0'
option ipaddr '192.168.0.1'
option netmask '255.255.255.0'
option gateway '192.168.0.254'
option dns '2001:470:20::2 8.8.8.8 212.27.53.252 8.8.4.4 212.27.54.252'
config interface he
option proto '6in4'
option ipaddr '192.168.0.1'
option peeraddr '216.66.84.42'
option ip6addr '2001:470:c9ce::1/48'
config interface lan
option proto 'static'
option type 'bridge'
option ipaddr '192.168.1.254'
option netmask '255.255.255.0'
option ip6addr '2001:470:c9ce:f000::1/64'
/etc/config/wireless:
config wifi-device wifi0
option type 'atheros'
option macaddr '00:18:84:23:B6:1D'
option channel '7'
config wifi-iface
option device 'wifi0'
option network 'lan'
option mode 'ap'
option ssid 'neurone-network'
option encryption 'psk2+tkip+aes'
option key 'xxxxxxxxxxxxxxxx'
/etc/openwrt_release:
DISTRIB_ID="OpenWrt"
DISTRIB_RELEASE="10.03"
DISTRIB_CODENAME="backfire"
DISTRIB_DESCRIPTION="OpenWrt Backfire 10.03"
Message édité par High Plains Drifter le 09-06-2010 à 13:26:36
---------------
| < Ceci n'est pas une pipe.