Richard Fish: > On 11/26/06, Sergio Polini <[EMAIL PROTECTED]> wrote: > > My pings (perhaps all DNS lookups) are slow even if connect my PC > > to both the wireless router and the cable, i.e. when there are > > both a "fast" (metric 0) and a "slow" (metric 2000) interface. > > > > > What do "ifconfig wlan" and "iwconfig wlan" report for the fast > > > and slow states? > > > > Fast (i.e. normal ;-) state happens only when net.wlan0 is > > stopped. When I start net.wlan0: > > Are both wired and wireless enabled? Your original posting doesn't > show any records for eth0. In the 'slow' state, what is the output > of 'ifconfig -a' and route?
Hi Richard! Here are three cases. Cases #1 - Cold boot, only wire enabled sergio ~ # ifconfig -a eth0 Link encap:Ethernet HWaddr 00:16:D3:09:2D:17 inet addr:XX.XXX.XXX.250 Bcast:255.255.255.255 Mask:255.255.248.0 UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1728 errors:0 dropped:0 overruns:0 frame:0 TX packets:1408 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:917612 (896.1 Kb) TX bytes:165737 (161.8 Kb) Interrupt:16 gre0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-CF-A2-00-00-00-00-00-00-00-00 NOARP MTU:1476 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:19 errors:0 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1119 (1.0 Kb) TX bytes:1119 (1.0 Kb) sergio ~ # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 23.252.112.0 * 255.255.248.0 U 0 0 0 eth0 loopback * 255.0.0.0 U 0 0 0 lo default 23.252.112.1 0.0.0.0 UG 0 0 0 eth0 NB: gre0 should be there because of an error in my kernel .config: CONFIG_NET_IPGRE=y ;-) -- gentoo-user@gentoo.org mailing list