| 간단하게 리눅스 서버 만들기 http://wiz.pe.kr/233 페도라 리눅스 네트워크 고정 http://wiz.pe.kr/451 http://www.mjmwired.net/resources/mjm-fedora-f9.html#network http://kldp.org/node/100332 http://dblab.co.kr/375 cmd #1 /etc/init.d/NetworkManager stop ntsysv (NetworkManager 해지, network 체크) system-config-network-tui (고정아이피및, DNS추가) (network 사용 체크, 사용하고자 하는 고정IP 체크) service network restart init 6 cmd #2 ping sendto: Network is unreachable 이 발생했을 때 이런 방법으로 해결.. Edit /etc/sysconfig/network-scripts/ifcfg-eth0 (or whatever device) DEVICE=eth0 IPADDR=*insert IP address here" NETMASK=*insert netmask here* NETWORK=*insert network address here* BROADCAST=*insert broadcast address here* GATEWAY=_insert gateway address here* ONBOOT="yes" = interface will be active at boot time. "no" = interface will NOT be active at boot time. .If you have X-Windows set up, you can also use RH's "Network Configurator" (/usr/bin/netcfg) which actually writes to these files. Additionally, after editing the file, do a "ifup eth0" to activate it and ifdown eth0 to deactivate it. |
페도라10 버전에 버그가 있다.
콘솔에서 직접 설정 변경해 줘야 한다.

댓글목록
등록된 댓글이 없습니다.