nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

freebsd configure nic

This is a discussion on freebsd configure nic within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; Howto freebsd configure nic? i know little bit linux but freebsd seems to be diffrent any help is respected from ...


Go Back   nixCraft Linux Forum > *BSD Operating systems > All about FreeBSD/OpenBSD/NetBSD

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 12-23-2005, 01:40 AM
bob
Guest
 
Posts: n/a
Default freebsd configure nic

Howto freebsd configure nic? i know little bit linux but freebsd seems to be diffrent any help is respected from all of u!

cheers

bob
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-23-2005, 05:39 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

You can configure nic using sysinstall command.

Method # 1

Code:
sysinstall
At sysinstall main menu select
Configure > Networking

Select Interface and press space bar > Select your ethernet card

It will ask for IPV6, if you need IPV6 say yes lese no

Next it will ask about DHCP server, again if you wanna IP address from DHCP server then just click yet else NO

If you selected No then you need to assign IP, Domain, hostname, Gateway, DNS and other information.


Method # 2

This need editing of configuration file. To setup up ip permanently open file /etc/rc.conf ; add/modify network entries:
Code:
vi /etc/rc.conf
And setup values as follows:
Code:
hostname="fbsdx.mybox.com"
ifconfig_lnc0="inet 192.168.0.6 netmask 255.255.255.0"
Replace lnc0 with your interface name, interface name can be Obtained using ifconfig -a command
Code:
ifconfig -a
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How to configure rlogin ajmalchungath Linux software 2 11-24-2007 11:57 AM
how to configure webalizer asim.mcp Linux software 2 08-25-2006 11:16 AM
how to configure mouse?? asim.mcp Linux software 3 07-23-2006 09:27 PM
Linux how do I configure my modem? goku Linux software 1 07-18-2006 12:18 AM
Unable to configure CACTI puppen Linux software 0 05-19-2006 04:55 PM


All times are GMT +5.5. The time now is 09:43 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36