Re: [gentoo-user] network configuration problem

2007-01-01 Thread Strong Cypher
did you configure manually your ip for testing before starting net.eth0 ??? in this case, try ifconfig eth0 down and /etc/init.d/net.eth0 if work fine, just add it to default profile rc-update add net.eth0 default just an explanation: ifconfig do up on network card, so net.eth0 try up too

Re: [gentoo-user] network configuration problem

2007-01-01 Thread Chuanwen Wu
2007/1/1, Strong Cypher [EMAIL PROTECTED]: did you configure manually your ip for testing before starting net.eth0 ??? Thank you!Believe me,I have tried your advice.But the problem is still there. Now ,I have find out the cause.It's still the problem of configuration of the kernel. I find a

Re: [gentoo-user] network configuration problem

2006-12-29 Thread Dan
On Fri, 29 Dec 2006 09:27:46 +0800 Chuanwen Wu [EMAIL PROTECTED] wrote: 2006/12/28, Oliver Schmidt [EMAIL PROTECTED]: Hello Chuanwen But everytime I do #/etc/init.d/net.eth0 start or #/etc/init.d/sshd start the error is still all the same : MYIP already taken on eth0. How can I fix the

Re: [gentoo-user] network configuration problem

2006-12-29 Thread Chuanwen Wu
2006/12/30, Dan [EMAIL PROTECTED]: On Fri, 29 Dec 2006 09:27:46 +0800 Chuanwen Wu [EMAIL PROTECTED] wrote: 2006/12/28, Oliver Schmidt [EMAIL PROTECTED]: Hello Chuanwen But everytime I do #/etc/init.d/net.eth0 start or #/etc/init.d/sshd start the error is still all the same : MYIP

Re: [gentoo-user] network configuration problem

2006-12-28 Thread Chuanwen Wu
2006/12/28, Oliver Schmidt [EMAIL PROTECTED]: Hello Chuanwen You can't ping a host out of you lan because after use ifconfig, no default gateway is set. You can set this using these two lines: ifconfig eth0 192.168.0.1 up route add default gw 192.168.0.254 Yeah,I can ping the host out of my

[gentoo-user] network configuration problem

2006-12-27 Thread Chuanwen Wu
Hi,everyone! I am tring to install my gentoo on my new machine. And when I start my gentoo,the error is : …… 202.114.26.194 202.114.26.194 already taken on eth0 ERROR:Problem starting needed service net.eth0 netmount was not started My network is Brodcom Netlink(TM) Gibabit

Re: [gentoo-user] network configuration problem

2006-12-27 Thread Mick
On Wednesday 27 December 2006 11:12, Oliver Schmidt wrote: [snip] I am tring to install my gentoo on my new machine. And when I start my gentoo,the error is : …… 202.114.26.194 202.114.26.194 already taken on eth0 ERROR:Problem starting needed service net.eth0

Re: [gentoo-user] network configuration problem

2006-12-27 Thread Chuanwen Wu
2006/12/27, Oliver Schmidt [EMAIL PROTECTED]: Hello already taken on means the IP is already taken in the Network. Another host with the same IP exist in your LAN. But when i restart my machine and enter another OS(ubuntu),the network is OK and the ip is the same:202.114.26.194?So I think this

Re: [gentoo-user] network configuration problem

2006-12-27 Thread Chuanwen Wu
Do you have to specify a fixed IP address? Couldn't you use dhcpcd and let it obtain an address from the router? Yes,we must use the fixed IP. -- Regards, Mick -- wcw -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] network configuration problem

2006-12-27 Thread Dan
On Wed, 27 Dec 2006 22:12:08 +0800 Chuanwen Wu [EMAIL PROTECTED] wrote: Hi,everyone! I am tring to install my gentoo on my new machine. And when I start my gentoo,the error is : …… 202.114.26.194 202.114.26.194 already taken on eth0 ERROR:Problem starting needed