View previous topic :: View next topic |
Author |
Message |
lufu82 n00b
Joined: 11 Jan 2004 Posts: 10 Location: Halle, Germany
|
Posted: Fri Sep 17, 2004 8:24 am Post subject: KDE network interference |
|
|
Hello everyone,
I've got a problem with my router(DLINK). When I fire up Linux, I receive an IP from it (dynamically). But when I run kde, my computer slows down. I have to wait up to two minutes to get a desktop, and even then, it won't work faster. Running konsole (every other program as well) lasts around one minute. I tried to switch my router to static IP adresses, but that won't change anything. The only solution at this moment is to plug off the lan cable from my computer (that is not really the solution I am looking for).
What should I do ? |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Sep 17, 2004 8:31 am Post subject: |
|
|
Post output of:
Code: | ifconfig -a
route -n
netstat -ltp |
And, if applicable:
Code: | iptables -L
iptables -L -t nat |
_________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
lufu82 n00b
Joined: 11 Jan 2004 Posts: 10 Location: Halle, Germany
|
Posted: Fri Sep 17, 2004 11:16 am Post subject: |
|
|
Here are the outputs :
ifconfig -a :
eth0 Link encap:Ethernet HWaddr 00:01:29:26:93:17
inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:71 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:21658 (21.1 Kb) TX bytes:3400 (3.3 Kb)
Base address:0xa000 Memory:fa000000-fa020000
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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:200 (200.0 b) TX bytes:200 (200.0 b)
route -n :
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
netstat -ltp :
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
some interesting facts : when i turn on my computer and the adsl modem is connected to the www, there are no problems with kde and its speed (the same as i wrote above as if i plug off the lan cable). |
|
Back to top |
|
|
fls Tux's lil' helper
Joined: 18 Apr 2003 Posts: 111 Location: Germany
|
Posted: Fri Sep 17, 2004 11:52 am Post subject: |
|
|
What do you have in your /etc/hosts, /etc/hostname and /etc/dnsdomainname? _________________ First they ignore you, then they laugh at you, then they fight you, then you win. Mahatma Ghandi |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Sep 17, 2004 12:06 pm Post subject: |
|
|
What kind of ADSL connection do you have ? _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
lufu82 n00b
Joined: 11 Jan 2004 Posts: 10 Location: Halle, Germany
|
Posted: Fri Sep 17, 2004 2:34 pm Post subject: |
|
|
I've got a Arcor DSL 1000 connection, I use a DLINK 624+ WLAN router, an Arcor DSL Speedmodem 50.
I have a list of localhost, my own ip, the one of my girlfriends computer and the ip of the router in /etc/hosts, in /etc/hostname is the name of my computer (the name of my street) and in /etc/dnsdomainname is homenetwork. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Sat Sep 18, 2004 8:29 pm Post subject: |
|
|
By "what kind" I meant: is it a pptp, a PPPoE, a bridge or a real (straight) connection ?
In every case except the last two you need to configure those connections. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
|