You are not logged in.
Hello!
I have a pretty uncommon problem. I have three computers connected to a router (Ubuntu, WinXP, Arch) but only mine (with Arch 0.8) has problems with upload & CVS. I can't upload files on sites like rapidshare.de or zshare.net. I also can't send images to imageshack.us. The second problem is CVS. When I'm trying to connect there is an error displaying: 'No route to host'. The problem occurs when I use my wlan card (D-Link DWL-610), and when I connect by a cable. Router is configured 100% correctly (other computers don't have such problems).
Please help me ![]()
Here is my rc.conf:
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="pl_PL"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Warsaw"
KEYMAP=pl
CONSOLEFONT=lat2-16.psfu.gz
CONSOLEMAP=8859-2_to_uni.trans
USECOLOR="yes"
#
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=(acpi_cpufreq speedstep_lib)
#
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
#
MODULES=(ndiswrapper p4-clockmod cpufreq_ondemand cpufreq_powersave cpufreq_userspace freq_table)
USELVM="no"
#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="eternia"
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
wlan0="dhcp"
INTERFACES=(lo wlan0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
#
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
# NET_PROFILES=()
#
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng hal network !dhcdbd !iptables alsa gdm netfs crond
powersaved mpd)
# End of fileifconfig:
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:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:672 (672.0 b) TX bytes:672 (672.0 b)
wlan0 Link encap:Ethernet HWaddr 00:0D:88:E5:E5:5E
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20d:88ff:fee5:e55e/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3660 errors:0 dropped:0 overruns:0 frame:0
TX packets:3694 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2321622 (2.2 Mb) TX bytes:817068 (797.9 Kb)
Interrupt:11 Memory:f4000000-f4000025iwconfig:
lo no wireless extensions.
wlan0 IEEE 802.11b ESSID:"Kopytko"
Mode:Managed Frequency:2.462 GHz Access Point: 00:0E:8E:0B:20:B3
Bit Rate=11 Mb/s Tx-Power:20 dBm Sensitivity=0/3
RTS thr:off Fragment thr:off
Power Management:off
Link Quality:62/100 Signal level:-56 dBm Noise level:-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:2 Missed beacon:0
eth0 no wireless extensions.Offline
What do you get from:
route -nAlso, if you're on DHCP, you probably should comment out the gateway line in /etc/rc.conf as they're on two different networks.
Iain.
Offline
Thats my route -n :
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 wlan0Offline
Are you using iptables?
Offline
Are you using iptables?
this is not firewall problem. if ports are blocked, then cvs reports time out message.
does cvs host exist? what say nslookup for cvs host?
Offline
nslookup cvs host:
nslookup: couldn't get address for 'host': not foundLast edited by purete (2007-03-16 18:55:46)
Offline
Some ideas? I really need it. I don't want to downgrade to ubuntu ![]()
Offline