vmware에서 CentOS에 APM설치후 윈도우에서 locahost접속하는방법 채택완료
레스트
11년 전
조회 8,331
가상 드라이브에 CentOS6.5 Final 버전을 설치하였습니다.
를 사용하여 내용으로는
Mysql, Apache3, PHP를 설치 완료 했습니다.
localhost 혹은 127.0.0.1이라고 리눅스 OS 안의 인터넷 브라우저에서는 접속이 되지만...
vmware를 작동하는 윈도우 인터넷 브라우저에서는 접속이 되질 않네요 - -; 헛...
</div>
<div><span style="color: #33ff33; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px">$ sudo vi /etc/sysconfig/iptables</span></div>
<div>
</div>
<div><div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00"> Firewall configuration written by system-config-firewall</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00"># Manual customization of this file is not recommended.</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">*filter</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">:INPUT ACCEPT [0:0]</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">:FORWARD ACCEPT [0:0]</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">:OUTPUT ACCEPT [0:0]</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A INPUT -p icmp -j ACCEPT</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A INPUT -i lo -j ACCEPT</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A INPUT -m state --state NEW -m tcp -p tcp --dport 3389 -j ACCEPT</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A INPUT -j REJECT --reject-with icmp-host-prohibited</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">-A FORWARD -j REJECT --reject-with icmp-host-prohibited</font></div>
<div style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; color: #1f1f1f; font-family: '맑은 고딕', 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif; line-height: 23px"><font color="#ffcc00">COMMIT</font></div></div>
<div>
를 주었습니다. 흠...+_+
뭐가 문제가 있을까요? ㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인

현재 제가 맥 OSX에 VMware Fusion6라...ㅠ 올려주신 참고 사진과 ㅠㅠ 너무 달라...
흑흑...