Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Freebsd Internet Connection, how to configure internet connection
haalaaluu
post Sep 2 2005, 12:24 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 11
Joined: 26-April 05
Member No.: 4,402



hello people,
i got a littol problem with internet conection configuration in freebsd. there is a router in dhcp with sharing all togehter 4 computers. i dont want freebsd to dhcp server but client and just simply want to connect.
thks
huh.gif
Go to the top of the page
 
+Quote Post
freehost
post Sep 28 2006, 10:55 AM
Post #2


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 27-September 06
Member No.: 16,193



QUOTE(haalaaluu @ Sep 2 2005, 12:24 PM) *

hello people,
i got a littol problem with internet conection configuration in freebsd. there is a router in dhcp with sharing all togehter 4 computers. i dont want freebsd to dhcp server but client and just simply want to connect.
thks
huh.gif


rc.conf all you need.

%ifconfig
------------------------------
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=8<VLAN_MTU>
inet 192.168.0.254 netmask 0xffffff00 broadcast 192.168.0.255
ether 00:0d:88:39:fa:5f
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
------------------------------
#vi /etc/rc.conf
------------------------------
gateway_enable="YES"
hostname="gateway.example.com"
ifconfig_rl0="inet 192.168.0.254 netmask 255.255.255.0"
------------------------------

man rc.conf

http://www.freebsd.org/doc/en_US.ISO8859-1...work-setup.html
Go to the top of the page
 
+Quote Post
Artluo100
post Jan 1 2007, 07:59 PM
Post #3


Member - Active Contributor
Group Icon

Group: Members
Posts: 87
Joined: 8-June 05
Member No.: 5,984



log into Freebsd as root or SU into root.

type in 'sysinstall'

from there go to configuration, and the rest should be straightforward.

you can try this or what the guy above me wrote. I just find 'sysinstall' easier since you don't have to edit anything.

This post has been edited by Artluo100: Jan 1 2007, 08:00 PM
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Linux User Needs Help Learning Freebsd(7)
  2. Freebsd Burning & Installation Problems(2)
  3. Help, Attempting To Boot Freebsd-6 <solved>(1)
  4. Freebsd. An Installation Report(20)
  5. Pc-bsd(6)
  6. Freebsd Commands..(1)


 



- Lo-Fi Version Time is now: 7th July 2008 - 01:19 AM