* [gentoo-user] network configuration problem
@ 2006-12-27 11:02 Chuanwen Wu
2006-12-27 11:12 ` Oliver Schmidt
0 siblings, 1 reply; 11+ messages in thread
From: Chuanwen Wu @ 2006-12-27 11:02 UTC (permalink / raw
To: gentoo-user
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 Ethernet,and I choose the
driver in the kernel:
Ethernet (1000 Mbit) --->
<M> Broadcom Tigon3 support
After I compile the kernel ,I can see the module tg3.ko,which I see it
when I use livecd to start my machine.
Other configuration:
# cat /etc/conf.d/net
config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd 202.114.26.255" )
routes_eth0=( "default gw 202.114.26.193" )
What is problem?
Thanks in advanced!
--
wcw
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-27 11:02 [gentoo-user] network configuration problem Chuanwen Wu
@ 2006-12-27 11:12 ` Oliver Schmidt
2006-12-27 11:47 ` Mick
2006-12-27 14:12 ` Chuanwen Wu
0 siblings, 2 replies; 11+ messages in thread
From: Oliver Schmidt @ 2006-12-27 11:12 UTC (permalink / raw
To: gentoo-user
Hello
"already taken on" means the IP is already taken in the Network.
Another host with the same IP exist in your LAN.
regards
Oli
> 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 Ethernetï¼and I choose the
> driver in the kernel:
>
> Ethernet (1000 Mbit) --->
> <M> Broadcom Tigon3 support
>
> After I compile the kernel ,I can see the module tg3.ko,which I see it
> when I use livecd to start my machine.
>
> Other configurationï¼
>
> # cat /etc/conf.d/net
> config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd 202.114.26.255" )
> routes_eth0=( "default gw 202.114.26.193" )
>
> What is problem?
> Thanks in advanced!
> --
> wcw
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-27 11:12 ` Oliver Schmidt
@ 2006-12-27 11:47 ` Mick
2006-12-27 14:18 ` Chuanwen Wu
2006-12-27 14:12 ` Chuanwen Wu
1 sibling, 1 reply; 11+ messages in thread
From: Mick @ 2006-12-27 11:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]
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
> > netmount was not started
[snip]
> > Other configurationï¼
> >
> > # cat /etc/conf.d/net
> > config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd 202.114.26.255" )
> > routes_eth0=( "default gw 202.114.26.193" )
> >
> > What is problem?
> > Thanks in advanced!
Do you have to specify a fixed IP address? Couldn't you use dhcpcd and let it
obtain an address from the router?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-27 11:12 ` Oliver Schmidt
2006-12-27 11:47 ` Mick
@ 2006-12-27 14:12 ` Chuanwen Wu
2006-12-27 16:55 ` Dan
[not found] ` <34680.192.168.0.254.1167229864.squirrel@www.kernelpanic.ch>
1 sibling, 2 replies; 11+ messages in thread
From: Chuanwen Wu @ 2006-12-27 14:12 UTC (permalink / raw
To: gentoo-user
2006/12/27, Oliver Schmidt <oli@kernelpanic.ch>:
> 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 means
nobody else is using my this ip.
>
> regards
> Oli
>
>
> > 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 Ethernet,and I choose the
> > driver in the kernel:
> >
> > Ethernet (1000 Mbit) --->
> > <M> Broadcom Tigon3 support
> >
> > After I compile the kernel ,I can see the module tg3.ko,which I see it
> > when I use livecd to start my machine.
> >
> > Other configuration:
> >
> > # cat /etc/conf.d/net
> > config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd 202.114.26.255" )
> > routes_eth0=( "default gw 202.114.26.193" )
> >
> > What is problem?
> > Thanks in advanced!
> > --
> > wcw
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
wcw
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-27 11:47 ` Mick
@ 2006-12-27 14:18 ` Chuanwen Wu
0 siblings, 0 replies; 11+ messages in thread
From: Chuanwen Wu @ 2006-12-27 14:18 UTC (permalink / raw
To: gentoo-user
> 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
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-27 14:12 ` Chuanwen Wu
@ 2006-12-27 16:55 ` Dan
[not found] ` <34680.192.168.0.254.1167229864.squirrel@www.kernelpanic.ch>
1 sibling, 0 replies; 11+ messages in thread
From: Dan @ 2006-12-27 16:55 UTC (permalink / raw
To: gentoo-user
On Wed, 27 Dec 2006 22:12:08 +0800
"Chuanwen Wu" <wcw8410@gmail.com> 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 service net.eth0
> > > netmount was not started
> > >
> > > My network is Brodcom Netlink(TM) Gibabit Ethernet,and I choose
> > > the driver in the kernel:
> > >
> > > Ethernet (1000 Mbit) --->
> > > <M> Broadcom Tigon3 support
> > >
> > > After I compile the kernel ,I can see the module tg3.ko,which I
> > > see it when I use livecd to start my machine.
> > >
> > > Other configuration:
> > >
> > > # cat /etc/conf.d/net
> > > config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd
> > > 202.114.26.255" ) routes_eth0=( "default gw 202.114.26.193" )
have you tried to ping 202.114.26.194 on your network? Have you tried
manually configuring networking with ifconfig?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
[not found] ` <35826.192.168.0.254.1167295225.squirrel@www.kernelpanic.ch>
@ 2006-12-29 1:27 ` Chuanwen Wu
2006-12-29 23:13 ` Dan
0 siblings, 1 reply; 11+ messages in thread
From: Chuanwen Wu @ 2006-12-29 1:27 UTC (permalink / raw
To: gentoo-user
2006/12/28, Oliver Schmidt <oli@kernelpanic.ch>:
> 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 Lan now,just like
www.google.com.And now i can do emerge *** .Thank you!!!
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 problem,now?
>
> (192.168.0.254 is my default gateway)
>
> Please compile the nic-driver static into the kernel .... let me know the outcome.
>
I have compile the driver into the kernel.And the result is just as
what i say above.
> best regards
> Oliver
>
--
Best regards,
wcw
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-29 1:27 ` Chuanwen Wu
@ 2006-12-29 23:13 ` Dan
2006-12-30 0:54 ` Chuanwen Wu
0 siblings, 1 reply; 11+ messages in thread
From: Dan @ 2006-12-29 23:13 UTC (permalink / raw
To: gentoo-user
On Fri, 29 Dec 2006 09:27:46 +0800
"Chuanwen Wu" <wcw8410@gmail.com> wrote:
> 2006/12/28, Oliver Schmidt <oli@kernelpanic.ch>:
> > 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 problem,now?
assuming you were just doing that or have by now, mind
sending /etc/conf.d/net ?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-29 23:13 ` Dan
@ 2006-12-30 0:54 ` Chuanwen Wu
2007-01-01 11:03 ` Strong Cypher
0 siblings, 1 reply; 11+ messages in thread
From: Chuanwen Wu @ 2006-12-30 0:54 UTC (permalink / raw
To: gentoo-user
2006/12/30, Dan <dan@spore.ath.cx>:
> On Fri, 29 Dec 2006 09:27:46 +0800
> "Chuanwen Wu" <wcw8410@gmail.com> wrote:
>
> > 2006/12/28, Oliver Schmidt <oli@kernelpanic.ch>:
> > > 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 problem,now?
>
> assuming you were just doing that or have by now, mind
> sending /etc/conf.d/net ?
I have sent my /etc/conf.d/net in my first email.Just as below:
# cat /etc/conf.d/net
config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd 202.114.26.255" )
routes_eth0=( "default gw 202.114.26.193" )
After
#ifconfig eth0 MYIP
#route add default gw MYGW
I can connect the internet now,just like ping www.google.com.
But as I said ,every time I do
#/etc/init.d/net.eth0 start
the error appear: MYIP already taken on eth0.
And I also can't start sshd and ftp because they need to start net.eth0...
> --
> gentoo-user@gentoo.org mailing list
>
>
--
wcw
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2006-12-30 0:54 ` Chuanwen Wu
@ 2007-01-01 11:03 ` Strong Cypher
2007-01-02 7:33 ` Chuanwen Wu
0 siblings, 1 reply; 11+ messages in thread
From: Strong Cypher @ 2007-01-01 11:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1814 bytes --]
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 and fail cause
already up
they don't try down before up ... so
if you configure manually by typing command
ifconfig eth0 MYIP netmask MYNETMASK brd MYBRD
route add default gw MYGW
so .. eth0 is up and net.eth0 couldn't do up again
so ifconfig eth0 down shutdown the network card, and so all work fine after
:)
have fun
2006/12/30, Chuanwen Wu <wcw8410@gmail.com>:
>
> 2006/12/30, Dan <dan@spore.ath.cx>:
> > On Fri, 29 Dec 2006 09:27:46 +0800
> > "Chuanwen Wu" <wcw8410@gmail.com> wrote:
> >
> > > 2006/12/28, Oliver Schmidt <oli@kernelpanic.ch>:
> > > > 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 problem,now?
> >
> > assuming you were just doing that or have by now, mind
> > sending /etc/conf.d/net ?
> I have sent my /etc/conf.d/net in my first email.Just as below:
>
> # cat /etc/conf.d/net
> config_eth0=( "202.114.26.194 netmask 255.255.255.0 brd 202.114.26.255" )
> routes_eth0=( "default gw 202.114.26.193" )
>
> After
> #ifconfig eth0 MYIP
> #route add default gw MYGW
>
> I can connect the internet now,just like ping www.google.com.
> But as I said ,every time I do
> #/etc/init.d/net.eth0 start
> the error appear: MYIP already taken on eth0.
>
> And I also can't start sshd and ftp because they need to start net.eth0...
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
> --
> wcw
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 2713 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] network configuration problem
2007-01-01 11:03 ` Strong Cypher
@ 2007-01-02 7:33 ` Chuanwen Wu
0 siblings, 0 replies; 11+ messages in thread
From: Chuanwen Wu @ 2007-01-02 7:33 UTC (permalink / raw
To: gentoo-user
2007/1/1, Strong Cypher <cypherstrong@gmail.com>:
> 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 article in gentoo-wiki called HARDWARE_Intel_945G.And I
followed it ,then my network
problem disappeared,although my ethernet configuration is the same
with this article.
the addr of this article:http://gentoo-wiki.com/HARDWARE_Intel_945G
Still thank Oliver Schmidt,Mike,Dan and Strong Cypher,you taught me a
lot about how to config the network.
--
Happy New Year!
wcw
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2007-01-02 7:41 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-27 11:02 [gentoo-user] network configuration problem Chuanwen Wu
2006-12-27 11:12 ` Oliver Schmidt
2006-12-27 11:47 ` Mick
2006-12-27 14:18 ` Chuanwen Wu
2006-12-27 14:12 ` Chuanwen Wu
2006-12-27 16:55 ` Dan
[not found] ` <34680.192.168.0.254.1167229864.squirrel@www.kernelpanic.ch>
[not found] ` <7797aa370612271758q4609ff46m1cbebeb17960ec69@mail.gmail.com>
[not found] ` <35826.192.168.0.254.1167295225.squirrel@www.kernelpanic.ch>
2006-12-29 1:27 ` Chuanwen Wu
2006-12-29 23:13 ` Dan
2006-12-30 0:54 ` Chuanwen Wu
2007-01-01 11:03 ` Strong Cypher
2007-01-02 7:33 ` Chuanwen Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox