Jump to content
xisto Community

freehost1405241531

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by freehost1405241531


  1. 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
    :P


    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://forums.xisto.com/no_longer_exists/
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.