* [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 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
[parent not found: <34680.192.168.0.254.1167229864.squirrel@www.kernelpanic.ch>]
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