Find the answer to your Linux question:
Results 1 to 2 of 2
hi everybody, I have a problem with my network configuration. I'm running a Debian Etch with a Broadcom NetXtreme BCM5754 Gigabit Ethernet controller. I can access to all hosts on ...
  1. #1
    Just Joined! sturmer's Avatar
    Join Date
    Sep 2007
    Location
    Italia
    Posts
    3

    network configuration problem

    hi everybody,
    I have a problem with my network configuration.
    I'm running a Debian Etch with a Broadcom NetXtreme BCM5754 Gigabit Ethernet controller. I can access to all hosts on my local network, but can't go beyond my gateway.
    This is my configuration:
    # route -n
    Code:
    Kernel IP routing table
    Destination       Gateway         Genmask          Flags   Metric  Ref  Use  Iface
    192.168.233.0   0.0.0.0           255.255.255.0   U        0        0        0  eth0
    0.0.0.0            192.168.233.1  0.0.0.0             UG      0        0        0  eth0
    # cat /etc/network/interfaces
    auto lo
    iface lo inet loopback

    auto eth0
    iface eth0 inet static
    address 192.168.233.89
    netmask 255.255.255.0
    gateway 192.168.233.1


    # cat /etc/resolv.conf
    domain science.unitn.it
    search science.unitn.it unitn.it
    nameserver 193.205.194.23
    nameserver 193.205.206.23

    # cat /etc/host.conf
    order hosts, bind
    multi on

    #cat /etc/hosts
    127.0.0.1 localhost loopback
    192.168.233.89 sturmer

    Maybe that's because the DNS server is outside my network (193.295.x.x)?
    Thank you.
    [gianluca ciccarelli]
    Last edited by sturmer; 11-12-2007 at 08:00 AM. Reason: better layout of the routing table

  2. #2
    Just Joined! sturmer's Avatar
    Join Date
    Sep 2007
    Location
    Italia
    Posts
    3

    All right now, thank you

    The problem was the proxy, obviously...
    Forgive me, I found an enlighting thread:
    http://www.linuxforums.org/forum/deb...ling-etch.html

    Thank you anyway

Posting Permissions

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