Another problem with network

jerry jturba at nethere.com
Tue Jun 27 17:55:16 UTC 2006


I just installed kubuntu and everything went well. The only problem (so 
far) is that I can't ping or ssh to my other computer. I can ping and 
ssh into kubuntu from the other linux computer.

I can ping localhost (kubuntu) and I am on dialup and can use the net 
without problem.

Here is ifconfig:

jerry at backup:~ $ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:50:BA:D8:5A:71
           inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
           inet6 addr: fe80::250:baff:fed8:5a71/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:88 errors:0 dropped:0 overruns:0 frame:0
           TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:23566 (23.0 KiB)  TX bytes:10070 (9.8 KiB)
           Interrupt:11 Base address:0x6000

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:4930 errors:0 dropped:0 overruns:0 frame:0
           TX packets:4930 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:457935 (447.2 KiB)  TX bytes:457935 (447.2 KiB)

ppp0      Link encap:Point-to-Point Protocol
           inet addr:69.85.154.107  P-t-P:69.19.219.149 
Mask:255.255.255.255
           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
           RX packets:202 errors:0 dropped:0 overruns:0 frame:0
           TX packets:238 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:3
           RX bytes:135877 (132.6 KiB)  TX bytes:32238 (31.4 KiB)

sit0      Link encap:IPv6-in-IPv4
           NOARP  MTU:1480  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)

the /etc/ssh/ssh_config files are identical on both computers;

jerry at backup:~ $ cat /etc/ssh/ssh_config
#       $OpenBSD: ssh_config,v 1.20 2005/01/28 09:45:53 dtucker Exp $

# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

# Host *
    ForwardAgent yes
    ForwardX11 yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
    Port 22
    Protocol 2
#   Cipher 3des
#   Ciphers 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
#   EscapeChar ~

Here is /etc/hosts:

jerry at backup:~ $ cat /etc/hosts
127.0.0.1 localhost backup
192.168.1.10 backup.jerrysdomain.com backup
192.168.1.50 main.jerrysdomain.com main

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

Here is the result of ssh:

jerry at backup:~ $ time ssh jerry at main -v
OpenSSH_4.2p1 Debian-7ubuntu3, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to main [192.168.1.50] port 22.
debug1: connect to address 192.168.1.50 port 22: Connection timed out
ssh: connect to host main port 22: Connection timed out

real    3m8.991s
user    0m0.010s
sys     0m0.007s

I did have both modules 8139too and 8139cp install, and blacklisted 
8139cp as andreas explained in another thread. I did reboot.

Here is the relevant part of lspci -v:

0000:00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
         Subsystem: D-Link System Inc DFE-538TX
         Flags: bus master, medium devsel, latency 32, IRQ 11
         I/O ports at ec00 [size=256]
         Memory at e6000000 (32-bit, non-prefetchable) [size=256]
         Capabilities: <available only to root>



jerry at backup:~ $ lsmod |grep 8139
8139too                26880  0
mii                     5888  1 8139too

I also installed etherape but get error messages; "no suitable device 
found"     when I start it from gui.

jerry at backup:~ $ etherape
X Error: BadDevice, invalid or uninitialized input device 166
   Major opcode:  144
   Minor opcode:  3
   Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 166
   Major opcode:  144
   Minor opcode:  3
   Resource id:  0x0
Failed to open device

(EtherApe:16926): GLib-GObject-WARNING **: IA__g_object_set_property: 
object class `GtkTable' has no property named `orientation'
/bin/sh: /usr/bin/esd: No such file or directory

I have been googling and cannot find a solution. Any help would be 
appreciated.

Thanks
Jerry Turba




More information about the kubuntu-users mailing list