Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
default net-setup isn't robust enough for this.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
madtomkidd
Apprentice
Apprentice


Joined: 13 Jan 2003
Posts: 170
Location: Dayton, OH

PostPosted: Tue Jan 14, 2003 3:56 pm    Post subject: default net-setup isn't robust enough for this. Reply with quote

I have slackware running on my laptop. I can hit the net and do all sorts of stuff through slack, but i wanted to give gentoo a try.

I downloaded the 1.4rc2 iso for amd XP processors and am trying to get things running from here.

i do an lsmod and it shows my "natsemi" module lodaed

Then, if i do the net-setup or dhcpcd i get nothing.

With slack, i have to specify a hostname and domain then dhcp does the rest. What files can i edit/create in gentoo to add this information.

From reading the install doc, I pretty much have to get this working before I can finish the install... so any help is appreciated.

Thanks!
Back to top
View user's profile Send private message
Sven Vermeulen
Retired Dev
Retired Dev


Joined: 29 Aug 2002
Posts: 1345
Location: Mechelen, Belgium

PostPosted: Tue Jan 14, 2003 5:26 pm    Post subject: Reply with quote

You can specify hostname during installation with dhcpcd. The domainname should be handed out by the DHCP-server. You can force this with -D:
Code:

~# dhcpcd -h $HOSTNAME -D

Check the manpage of dhcpcd for more information.

After the installation you can set all necessary information in /etc/conf.d/net in the dhcpcd_ethX variable.
Back to top
View user's profile Send private message
madtomkidd
Apprentice
Apprentice


Joined: 13 Jan 2003
Posts: 170
Location: Dayton, OH

PostPosted: Tue Jan 14, 2003 8:54 pm    Post subject: thanks, but it didn't quite work... Reply with quote

I tried setting this up like this:

dhcpcd -h uhastbx-laptop eth0

no dice.

tried the above with -D after the laptop and before the eth0

still no dice.

I know with Slackware, it's funny about how it connects to our network and I have to specify the domain name. i wasn't able to find that anywhere in the man pages.

The steps for slackware's netconfig are:
host name : uhastbx-laptop
domain: mydomain.com
dhcp? : yes
nameserver: (let dhcp figure it out)
probe my card : natsemi module
save.

I'm guessing there is something different, so I can't just straight up copy files (i've tried finding some from slack to copy, but can't find the right ones)

more help?

Can I just install since I got the whole GRP disk and set this up later?
I kept getting messages saying that I needed to do an emerge to update some tables and such.

help? please?
Back to top
View user's profile Send private message
Sven Vermeulen
Retired Dev
Retired Dev


Joined: 29 Aug 2002
Posts: 1345
Location: Mechelen, Belgium

PostPosted: Wed Jan 15, 2003 7:42 am    Post subject: Reply with quote

Try to give you the fully qualified host- and domainname as hostname:
Code:

~# dhcpcd -h myhost.mydomain.tld eth0
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum