728x90
반응형
virbr0 NAT 인터페이스 disable 시키기
왜 disable 시킬까?
by Vivek Gite · 0 comments
This entry is part 9 of 12 in the series Redhat KVM Virtulization
virtual network (virbr0)는 guest들이 네트웍 서비스에 접근하는 것을 허락하기위해서 Network address translation (NAT) 를 위해 사용된다. 하지만 NAT는 늦고 데스크탑 설치를 위해서 권장된다. 이 Network address translation (NAT)를 disable시키기 위해서는 아래와 같이 설정한다.
현재 설정상태 보기
아래와 같이 명령한다:
#ifconfig
결과 예제:
virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:7921 (7.7 KiB)
또는 아래의 명령을 이용해라:
# virsh net-list
결과 예제:
Name State Autostart
-----------------------------------------
default active yes
virbr0를 disable 시키는 방법:
# ifconfig
# virsh net-destroy default
# virsh net-undefine default
# service libvirtd restart
왜 disable 시킬까?
by Vivek Gite · 0 comments
This entry is part 9 of 12 in the series Redhat KVM Virtulization
virtual network (virbr0)는 guest들이 네트웍 서비스에 접근하는 것을 허락하기위해서 Network address translation (NAT) 를 위해 사용된다. 하지만 NAT는 늦고 데스크탑 설치를 위해서 권장된다. 이 Network address translation (NAT)를 disable시키기 위해서는 아래와 같이 설정한다.
현재 설정상태 보기
아래와 같이 명령한다:
#ifconfig
결과 예제:
virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:7921 (7.7 KiB)
또는 아래의 명령을 이용해라:
# virsh net-list
결과 예제:
Name State Autostart
-----------------------------------------
default active yes
virbr0를 disable 시키는 방법:
# ifconfig
# virsh net-destroy default
# virsh net-undefine default
# service libvirtd restart
반응형
'OS' 카테고리의 다른 글
apache mod_unique_id module 추가 (0) | 2016.01.02 |
---|---|
[에러메세지] - ModSecurity requires mod_unique_id to be installed (0) | 2016.01.02 |
Linux Vi 한글 깨짐 현상 (0) | 2016.01.02 |
Disk I/O 스크립트 예제 (0) | 2016.01.02 |
Linux Proxy Server 구축 - Squid (0) | 2016.01.02 |