質問編集履歴
2
syosiki
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
### 試したこと
|
40
40
|
|
41
41
|
・環境再構築
|
42
|
-
・Test-NetConnection 192.168.33.10 -
|
42
|
+
・Test-NetConnection 192.168.33.10 -Port 80
|
43
43
|
ComputerName : 192.168.33.10
|
44
44
|
RemoteAddress : 192.168.33.10
|
45
45
|
RemotePort : 80
|
1
firewall結果
title
CHANGED
File without changes
|
body
CHANGED
@@ -46,7 +46,22 @@
|
|
46
46
|
InterfaceAlias : VirtualBox Host-Only Network #2
|
47
47
|
SourceAddress : 192.168.33.1
|
48
48
|
TcpTestSucceeded : True
|
49
|
+
・firewall-cmd --list-all
|
50
|
+
public (active)
|
51
|
+
target: default
|
52
|
+
icmp-block-inversion: no
|
53
|
+
interfaces: eth0 eth1
|
54
|
+
sources:
|
55
|
+
services: dhcpv6-client http ssh
|
56
|
+
ports:
|
57
|
+
protocols:
|
58
|
+
masquerade: no
|
59
|
+
forward-ports:
|
60
|
+
source-ports:
|
61
|
+
icmp-blocks:
|
62
|
+
rich rules:
|
49
63
|
|
64
|
+
|
50
65
|
### 補足情報(FW/ツールのバージョンなど)
|
51
66
|
一度質問をしましたが、情報がふえてしまい、また解決できなかったため再度質問させていただきます。
|
52
67
|
ここにより詳細な情報を記載してください。
|