You are not logged in.

#1 2007-03-02 15:58:36

purete
Member
Registered: 2007-03-02
Posts: 19

Upload problem & CVS:'no route to host'

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 big_smile

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 file

ifconfig:

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-f4000025

iwconfig:

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

#2 2007-03-07 14:04:42

expat_iain
Member
From: Malta GC
Registered: 2007-02-20
Posts: 19

Re: Upload problem & CVS:'no route to host'

What do you get from:

route -n

Also, 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

#3 2007-03-08 09:52:18

purete
Member
Registered: 2007-03-02
Posts: 19

Re: Upload problem & CVS:'no route to host'

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 wlan0

Offline

#4 2007-03-11 18:53:29

expat_iain
Member
From: Malta GC
Registered: 2007-02-20
Posts: 19

Re: Upload problem & CVS:'no route to host'

Are you using iptables?

Offline

#5 2007-03-11 23:58:58

borgcube
Member
From: Slovakia
Registered: 2007-03-11
Posts: 13
Website

Re: Upload problem & CVS:'no route to host'

expat_iain wrote:

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

#6 2007-03-16 15:18:35

purete
Member
Registered: 2007-03-02
Posts: 19

Re: Upload problem & CVS:'no route to host'

nslookup cvs host:

nslookup: couldn't get address for 'host': not found

Last edited by purete (2007-03-16 18:55:46)

Offline

#7 2007-03-20 11:16:18

purete
Member
Registered: 2007-03-02
Posts: 19

Re: Upload problem & CVS:'no route to host'

Some ideas? I really need it. I don't want to downgrade to ubuntu tongue

Offline

Board footer

Powered by FluxBB