Find the answer to your Linux question:
Results 1 to 5 of 5
I've set my network card ( Holco Enterprise co. Shuttle 190 Gbit ), first thru dhcp and then fixed-ip but no luck. My system is a SuSE 10.2 GM x86_64 ...
  1. #1
    Just Joined! filippos's Avatar
    Join Date
    Jul 2005
    Location
    Athena, Ellas
    Posts
    21

    internet NO, network YES

    I've set my network card (Holco Enterprise co. Shuttle 190 Gbit), first thru dhcp and then fixed-ip but no luck.
    My system is a SuSE 10.2 GM x86_64.

    ifconfig returns OK
    route also OK
    dig returns OK too
    BUT traceroute works partially so we have no internet connection to any site.
    I've searched for firewall rules but they don't exist (if they were then, traceroute wouldn't be at step #5 to stop. It would have stopped at step #1).
    My other PCs in network work fine.
    My router's firewall keeps telling me that there is an attack by this PC on UDP ports 64015-64054 to google UDP ports 33449-33488.

    Code:
    # traceroute www.google.com
    traceroute to www.google.com (64.233.183.104), 30 hops max, 40 byte packets
     1  7206adsl2.acn.gr (213.5.0.15)  106.077 ms   105.368 ms   116.678 ms
     2  7206adsl2.acn.gr (213.5.0.15)  605.399 ms   601.420 ms   598.508 ms
     3  213.5.0.158 (213.5.0.158)  1098.888 ms   1095.411 ms   1091.984 ms
     4  213.5.0.230 (213.5.0.230)  1591.952 ms   1588.440 ms   1585.069 ms
     5  pos1-0-cr03-altec.ath.oteglobe.net (62.75.3.161)  2080.297 ms   2076.853 ms   2073.436 ms
     6  * * *
     7  * * *
     8  * * *
     9  * * *
    10  * * *
    11  * * *
    12  * * *
    13  * * *
    14  * * *
    15  * * *
    16  * * *
    17  * * *
    18  * * *
    19  * * *
    20  * * *
    21  * * *
    22  * * *
    23  * * *
    24  * * *
    25  * * *
    26  * * *
    27  * * *
    28  * * *
    29  * * *
    30  * * *

  2. #2
    Linux Newbie framp's Avatar
    Join Date
    Jul 2006
    Location
    Stuttgart, Germany
    Posts
    240
    Download and execute this script which checks for common network configuration errors and gives some advices how to fix them. If you don't get any advice just post the output of the script which provides a lot of informations about your network and will help to isolate the problem.
    "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds

  3. #3
    Just Joined! filippos's Avatar
    Join Date
    Jul 2005
    Location
    Athena, Ellas
    Posts
    21
    Quote Originally Posted by framp View Post
    Download and execute this script w
    collectNWData.sh V0.4.5
    --- What's the type of networktopology?
    --- (2) DSL (Linux)Router <---> LinuxClient
    --- On which host is the script executed?
    --- (1) LinuxClient
    ================================================== ================================================
    ================================================== ================================================
    *** uname -a
    Linux hermes 2.6.18.8-0.3-default #1 SMP Tue Apr 17 08:42:35 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
    ================================================== ================================================
    *** cat /etc/SuSE-release
    openSUSE 10.2 (X86-64)
    VERSION = 10.2
    ================================================== ================================================
    *** cat /etc/resolv.conf | grep -v "^#" | grep -v "^$"
    search gr
    nameserver 213.5.17.21
    nameserver 213.5.41.8
    ================================================== ================================================
    *** cat /etc/hosts | grep -v "^#" | grep -v "^$" | grep -v "::"
    127.0.0.1 localhost
    127.0.0.2 hermes.gr hermes
    ================================================== ================================================
    *** cat /proc/sys/net/ipv4/ip_forward
    1
    ================================================== ================================================
    *** /usr/sbin/iptables -t nat -L
    Chain PREROUTING (policy ACCEPT)
    target prot opt source destination

    Chain POSTROUTING (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    ================================================== ================================================
    *** /sbin/route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    192.168.55.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
    127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
    0.0.0.0 192.168.55.1 0.0.0.0 UG 0 0 0 eth0
    ================================================== ================================================
    *** /sbin/arp -n
    Address HWtype HWaddress Flags Mask Iface
    192.168.55.1 ether 33:13:49:53:21:27 C eth0
    192.168.55.104 ether 33:E0:7D:B6:EB3 C eth0
    192.168.55.159 ether 33:11:22:33:44:55 C eth0
    ================================================== ================================================
    *** /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 6D:60:33:00:00:00
    inet addr:192.168.55.103 Bcast:10.255.255.255 Mask:255.0.0.0
    UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:2565 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1462 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:353129 (344.8 Kb) TX bytes:238165 (232.5 Kb)
    Interrupt:225 Base address:0xdead

    eth0:kir Link encap:Ethernet HWaddr 6D:60:33:00:00:00
    inet addr:192.168.56.113 Bcast:10.255.255.255 Mask:255.0.0.0
    UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:225 Base address:0xdead

    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:74 errors:0 dropped:0 overruns:0 frame:0
    TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:6135 (5.9 Kb) TX bytes:6135 (5.9 Kb)

    ================================================== ================================================
    *** pingTests
    192.168.56.103 : Ping OK
    192.168.55.113 : Ping OK
    127.0.0.1 : Ping OK
    195.135.220.3 : Ping OK
    Linux-Betriebssysteme: SUSE Linux Enterprise : Ping OK
    ================================================== ================================================
    *** /sbin/lspci
    00:00.0 Host bridge: Silicon Integrated Systems [SiS] 662 Host (rev 01)
    00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
    00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS966 [MuTIOL Media IO] (rev 59)
    00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
    00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
    00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
    00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
    00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
    00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 190 Gigabit Ethernet Adapter (rev 01)
    00:05.0 RAID bus controller: Silicon Integrated Systems [SiS] AHCI Controller / RAID mode (rev 02)
    00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
    00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
    00:0a.0 I2O: Digital Equipment Corporation StrongARM DC21285 (rev 04)
    00:10.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
    00:1f.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
    01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter (rev 04)
    ================================================== ================================================
    *** /usr/bin/lsusb
    Bus 003 Device 002: ID 1005:b113 Apacer Technology, Inc. Handy Steno 2.0 (256MB)
    Bus 003 Device 001: ID 0000:0000
    Bus 002 Device 001: ID 0000:0000
    Bus 001 Device 001: ID 0000:0000
    ================================================== ================================================
    *** /sbin/lsmod
    Module Size Used by
    iptable_nat 24964 0
    ip_nat 37804 1 iptable_nat
    ip_conntrack 78372 2 iptable_nat,ip_nat
    nfnetlink 24648 2 ip_nat,ip_conntrack
    nls_iso8859_1 22016 1
    nls_cp437 23808 1
    vfat 30976 1
    fat 73264 1 vfat
    usb_storage 105536 1
    iptable_filter 19968 0
    ip_tables 39784 2 iptable_nat,iptable_filter
    ip6_tables 33480 0
    x_tables 37384 3 iptable_nat,ip_tables,ip6_tables
    snd_pcm_oss 71680 0
    snd_mixer_oss 35840 1 snd_pcm_oss
    snd_seq 82976 0
    snd_seq_device 26516 1 snd_seq
    af_packet 57356 0
    cpufreq_conservative 25608 0
    cpufreq_ondemand 24592 2
    cpufreq_userspace 24064 0
    cpufreq_powersave 18688 0
    acpi_cpufreq 26884 1
    freq_table 22912 1 acpi_cpufreq
    button 24736 0
    battery 28296 0
    ac 22792 0
    loop 34192 0
    dm_mod 81872 0
    ehci_hcd 51080 0
    ohci1394 52040 0
    ohci_hcd 38404 0
    ide_cd 59680 0
    shpchp 56492 0
    usbcore 163368 4 usb_storage,ehci_hcd,ohci_hcd
    cdrom 54056 1 ide_cd
    pci_hotplug 52228 1 shpchp
    ieee1394 130552 1 ohci1394
    i2o_core 65720 0
    floppy 82408 0
    snd_intel8x0 54440 1
    snd_ac97_codec 127832 1 snd_intel8x0
    snd_ac97_bus 19456 1 snd_ac97_codec
    snd_pcm 115464 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
    snd_timer 44680 2 snd_seq,snd_pcm
    snd 89384 10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,s nd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
    soundcore 28192 1 snd
    snd_page_alloc 27792 2 snd_intel8x0,snd_pcm
    sis190 40452 0
    mii 22912 1 sis190
    parport_pc 58984 1
    lp 30664 0
    parport 59660 2 parport_pc,lp
    ext3 167696 2
    mbcache 27016 1 ext3
    jbd 90872 1 ext3
    edd 27912 0
    fan 22408 0
    sg 55080 0
    ahci 41604 3
    libata 145568 1 ahci
    sis5513 31248 0 [permanent]
    thermal 33552 0
    processor 53864 2 acpi_cpufreq,thermal
    sd_mod 39296 6
    scsi_mod 173744 5 usb_storage,sg,ahci,libata,sd_mod
    ide_disk 34304 0
    ide_core 174720 4 usb_storage,ide_cd,sis5513,ide_disk
    ================================================== ================================================
    *** /usr/sbin/iptables -L -vn
    Chain INPUT (policy ACCEPT 1560 packets, 229K bytes)
    pkts bytes target prot opt in out source destination

    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination

    Chain OUTPUT (policy ACCEPT 1044 packets, 179K bytes)
    pkts bytes target prot opt in out source destination
    ================================================== ================================================
    *** cat /etc/sysconfig/SuSEfirewall2 | grep -v "^#" | grep -v "^$"
    FW_DEV_EXT="any"
    FW_DEV_INT=""
    FW_DEV_DMZ=""
    FW_ROUTE="no"
    FW_MASQUERADE="no"
    FW_MASQ_DEV="$FW_DEV_EXT"
    FW_MASQ_NETS="0/0"
    FW_PROTECT_FROM_INT="no"
    FW_SERVICES_EXT_TCP="10000 5801 5901 domain http https ssh"
    FW_SERVICES_EXT_UDP="bootpc domain ipp"
    FW_SERVICES_EXT_IP=""
    FW_SERVICES_EXT_RPC=""
    FW_CONFIGURATIONS_EXT=""
    FW_SERVICES_DMZ_TCP=""
    FW_SERVICES_DMZ_UDP=""
    FW_SERVICES_DMZ_IP=""
    FW_SERVICES_DMZ_RPC=""
    FW_CONFIGURATIONS_DMZ=""
    FW_SERVICES_INT_TCP=""
    FW_SERVICES_INT_UDP=""
    FW_SERVICES_INT_IP=""
    FW_SERVICES_INT_RPC=""
    FW_CONFIGURATIONS_INT=""
    FW_SERVICES_DROP_EXT=""
    FW_SERVICES_REJECT_EXT="0/0,tcp,113"
    FW_SERVICES_ACCEPT_EXT=""
    FW_TRUSTED_NETS=""
    FW_ALLOW_INCOMING_HIGHPORTS_TCP=""
    FW_ALLOW_INCOMING_HIGHPORTS_UDP=""
    FW_FORWARD=""
    FW_FORWARD_MASQ=""
    FW_REDIRECT=""
    FW_LOG_DROP_CRIT="yes"
    FW_LOG_DROP_ALL="no"
    FW_LOG_ACCEPT_CRIT="yes"
    FW_LOG_ACCEPT_ALL="no"
    FW_LOG_LIMIT=""
    FW_LOG=""
    FW_KERNEL_SECURITY="yes"
    FW_STOP_KEEP_ROUTING_STATE="no"
    FW_ALLOW_PING_FW="yes"
    FW_ALLOW_PING_DMZ="no"
    FW_ALLOW_PING_EXT="no"
    FW_ALLOW_FW_SOURCEQUENCH=""
    FW_ALLOW_FW_BROADCAST_EXT="ipp"
    FW_ALLOW_FW_BROADCAST_INT="no"
    FW_ALLOW_FW_BROADCAST_DMZ="no"
    FW_IGNORE_FW_BROADCAST_EXT="yes"
    FW_IGNORE_FW_BROADCAST_INT="no"
    FW_IGNORE_FW_BROADCAST_DMZ="no"
    FW_ALLOW_CLASS_ROUTING=""
    FW_CUSTOMRULES=""
    FW_REJECT=""
    FW_REJECT_INT="yes"
    FW_HTB_TUNE_DEV=""
    FW_IPv6=""
    FW_IPv6_REJECT_OUTGOING=""
    FW_IPSEC_TRUST="no"
    FW_ZONES=""
    FW_USE_IPTABLES_BATCH=""
    FW_LOAD_MODULES=""
    FW_FORWARD_ALWAYS_INOUT_DEV=""
    FW_SERVICES_ACCEPT_INT=""
    FW_SERVICES_ACCEPT_DMZ=""
    ================================================== ================================================
    *** cat /etc/sysconfig/network/config | grep -v "^#" | grep -v "^$"
    DEFAULT_BROADCAST="+"
    GLOBAL_POST_UP_EXEC="yes"
    GLOBAL_PRE_DOWN_EXEC="yes"
    CHECK_DUPLICATE_IP="no"
    DEBUG="no"
    USE_SYSLOG="yes"
    MODIFY_RESOLV_CONF_DYNAMICALLY="yes"
    MODIFY_NAMED_CONF_DYNAMICALLY="no"
    MODIFY_RESOLV_CONF_STATIC_DNS=""
    CONNECTION_SHOW_WHEN_IFSTATUS="no"
    CONNECTION_CHECK_BEFORE_IFDOWN="no"
    CONNECTION_CLOSE_BEFORE_IFDOWN="no"
    CONNECTION_UMOUNT_NFS_BEFORE_IFDOWN="no"
    CONNECTION_SEND_KILL_SIGNAL="no"
    MANDATORY_DEVICES=""
    WAIT_FOR_INTERFACES="20"
    FIREWALL="yes"
    LINKLOCAL_INTERFACES="eth*[0-9]|tr*[0-9]|wlan[0-9]|ath[0-9]"
    IFPLUGD_OPTIONS="-f -I -b"
    FORCE_PERSISTENT_NAMES="yes"
    NETWORKMANAGER="no"
    NM_ONLINE_TIMEOUT="0"

    NM_DISPATCHER="yes"
    ================================================== ================================================
    *** cat /etc/sysconfig/sysctl | grep -v "^#" | grep -v "^$"
    IP_DYNIP="no"
    IP_TCP_SYNCOOKIES="yes"
    IP_FORWARD="yes"
    IPV6_FORWARD="no"
    IPV6_PRIVACY="no"
    IPV6_MLD_VERSION=""
    DISABLE_ECN="yes"
    DMAPI_PROBE="no"
    ENABLE_SYSRQ="no"
    ================================================== ================================================
    *** cat /etc/sysconfig/network/dhcp | grep -v "^#" | grep -v "^$"
    DHCLIENT_MODIFY_SMB_CONF="yes"
    DHCLIENT_BIN=""
    DHCLIENT_DEBUG="no"
    DHCLIENT_SET_HOSTNAME="no"
    DHCLIENT_MODIFY_RESOLV_CONF="yes"
    DHCLIENT_SET_DEFAULT_ROUTE="yes"
    DHCLIENT_MODIFY_NTP_CONF="no"
    DHCLIENT_MODIFY_NIS_CONF="yes"
    DHCLIENT_SET_DOMAINNAME="yes"
    DHCLIENT_KEEP_SEARCHLIST="yes"
    DHCLIENT_LEASE_TIME=""
    DHCLIENT_TIMEOUT="999999"
    DHCLIENT_REBOOT_TIMEOUT=""
    DHCLIENT_HOSTNAME_OPTION="AUTO"
    DHCLIENT_CLIENT_ID=""
    DHCLIENT_VENDOR_CLASS_ID=""
    DHCLIENT_RELEASE_BEFORE_QUIT="no"
    DHCLIENT_SCRIPT_EXE=""
    DHCLIENT_UDP_CHECKSUM="yes"
    DHCLIENT_ADDITIONAL_OPTIONS=""
    DHCLIENT_SLEEP="0"
    DHCLIENT_WAIT_AT_BOOT="5"
    WRITE_HOSTNAME_TO_HOSTS="yes"
    ================================================== ================================================
    *** cat /etc/sysconfig/proxy | grep -v "^#" | grep -v "^$"
    PROXY_ENABLED="no"
    HTTP_PROXY=""
    HTTPS_PROXY=""
    FTP_PROXY=""
    GOPHER_PROXY=""
    NO_PROXY="localhost, 127.0.0.1"
    ================================================== ================================================
    *** cat /etc/sysconfig/ssh | grep -v "^#" | grep -v "^$"
    SSHD_OPTS=""
    ================================================== ================================================
    *** /usr/sbin/iwconfig | /usr/bin/sed "s/\(Encryption key:\)\([^o][^f][^f][^ ]*\)\(.*\)/\1xx xxx-xxxx-xxxx-xxxx-xxxx-xxxxxxx\3/"
    lo no wireless extensions.

    eth0 no wireless extensions.

    ================================================== ================================================
    *** catMyConfig
    ================================================== ================================================
    *** cat /etc/sysconfig/network/ifcfg-eth-id-6d:60:33:00:00:00
    BOOTPROTO='dhcp'
    BROADCAST=''
    ETHTOOL_OPTIONS=''
    IPADDR=''
    MTU=''
    NAME='Holco Enterprise Co, Ltd/Shuttle 190 Gigabit Ethernet Adapter'
    NETMASK=''
    NETWORK=''
    REMOTE_IPADDR=''
    STARTMODE='auto'
    UNIQUE='rBUF.hACpZI7y3i8'
    USERCONTROL='no'
    IPADDR_kir='192.168.55.113'
    NETMASK_kir='255.0.0.0'
    LABEL_kir='kir'
    _nm_name='bus-pci-0000:00:04.0'
    ================================================== ================================================
    *** cat /etc/sysconfig/network/ifcfg-lo
    IPADDR=127.0.0.1
    NETMASK=255.0.0.0
    NETWORK=127.0.0.0
    BROADCAST=127.255.255.255
    STARTMODE=onboot
    USERCONTROL=no

  4. #4
    Linux Newbie framp's Avatar
    Join Date
    Jul 2006
    Location
    Stuttgart, Germany
    Posts
    240
    *** /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 6D:60:33:00:00:00
    inet addr:192.168.55.103 Bcast:10.255.255.255 Mask:255.0.0.0
    UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:2565 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1462 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:353129 (344.8 Kb) TX bytes:238165 (232.5 Kb)
    Interrupt:225 Base address:0xdead

    eth0:kir Link encap:Ethernet HWaddr 6D:60:33:00:00:00
    inet addr:192.168.56.113 Bcast:10.255.255.255 Mask:255.0.0.0
    UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:225 Base address:0xdead
    Hm ...

    You use an invalid netmask. 192.168. ... is a class C network thus you have to use at least 255.255.0.0 as your netmask. I use at home 255.255.255.0. Then your Bcast IP is 10.255.255.255 which is a BC IP address outside of your network. This should be 192.168.56.255. I don't know whether this fixes your problem - but at least it's a good idea to fix this .

    Your eth0 has two IP addresses. Do you actually need them? I'm not familiar with multiple IP addresses for one nic. I would remove this definition if you don't need it.
    "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds

  5. #5
    Just Joined! filippos's Avatar
    Join Date
    Jul 2005
    Location
    Athena, Ellas
    Posts
    21
    I think that the problem is the BAAD sis190 module.
    If I place another card everything is OK
    If there is a newer one than 2006, I would appreciate it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...