Operating System...Beautiful

검색 :
RSS 구독 : 글 / 댓글 / 트랙백 / 글+트랙백

글 검색 결과

FreeBSD Networking
글 1개

FreeBSD Networking Settings

2008/09/26 01:01, 글쓴이 ruo91
vi /etc/rc.conf

# -- sysinstall generated deltas -- # Sat Sep 20 23:57:51 2008
# Created: Sat Sep 20 23:57:51 2008
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
# 기본 라우터 아이피 (기본 게이트웨이)
defaultrouter="192.168.1.1"
# 호스트네임 설정
hostname="freebsd.yongbok.com"
# le0 아이피 설정 , 넷마스크 설정
ifconfig_le0="inet 192.168.1.30  netmask 255.255.255.0"
keymap="us.iso"
linux_enable="YES"
sshd_enable="YES"

DNS 설정
vi /etc/resolv.conf

nameserver 168.126.63.1
nameserver 168.126.63.2
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2008/09/26 01:01 2008/09/26 01:01

맨 위로