(http://www.gentoo.org/doc/en/gentoo-x86 ... #doc_chap4)
I did a "net-setup eth0" - And I'm pretty sure my settings for static ip, gateway, broadcast, mask, and namerservers are correct (triple checked)
The computer is located on LAN using a proxyserver to get online, so i also set up the http ftp and RSYNC -proxies.
But there is no network response. I've tried pinging my nameservers, and other computers on LAN wíth no result (100% loss)
And the machine was running winXP 5 mins ago, so I know the hardware is working correctly.
What could be the problem
Is there a way to check if the system autodetected the correct hardware
Is the line "domain mydomain.com" essential in the file "/etc/resolv.conf"
Isn't it supposed to beCode listing 4.8: Setting a Proxy
// If the proxy restricts HTTP traffic:
# export http_proxy="machine.company.com:1234"
// If the proxy restricts FTP traffic:
# export ftp_proxy="machine.company.com"
// If the proxy restricts RSYNC traffic:
# export RSYNC_PROXY="machine.company.com"
# export http_proxy="machine.company.com:port"
# export ftp_proxy="machine.company.com:port"
# export RSYNC_PROXY="machine.company.com:port"
I tried both anyway... same result


