테스트 사이트 - 개발 중인 베타 버전입니다

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개

채택된 답변
+20 포인트
thisgun
11년 전
vmware에서도 설정해 주셔야 합니다.
구글에서...
vmware centos 네크워크 설정 이라고 검색해 보세요.
저의 경우 vmware를 작동하는 윈도우 인터넷 브라우저에서 접속 하려면 스샷의 설정된 아이피로 접속해야 되었습니다.
제목 없음.png
 
로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

레스트
11년 전
소중한 답변 감사드립니다.
현재 제가 맥 OSX에 VMware Fusion6라...ㅠ 올려주신 참고 사진과 ㅠㅠ 너무 달라...
흑흑...

댓글을 작성하려면 로그인이 필요합니다.

7년 전

많은 도움이 되었습니다. 감사합니다.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인