VirtualOSでCentOS 6.5をローカルで実行しています。私はそれをセットアップし、すべてが完璧に機能していました。週末後に戻ってきて、コンピューターがフリーズしていることに気づいたので、ハードな再起動が必要でした。これで、仮想CentOSインストールにリモートでアクセスできなくなりました。開発中のWebサイトをssh、ftp、または表示できません。VIA virtualboxで問題なくログインできます。また、CentOS内から外部サイトにアクセスできないようです。基本的には、vmからサーバーにのみログインでき、それで終わりです...
ファイルの結果をコピーして貼り付けたいのですが、GUIがなく、コマンドラインからコピーできないため、現時点ではできません。できる限りベストを書きます...
コマンド: ping google.com
ping google.com
ping: unknown host google.com
コマンド:(ping jpCentos.ocean.local
ホスト名)
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.058 ms
コマンド: ping 8.8.8.8
ping 8.8.8.8
From 10.1.1.158 icmp_seq=1 Destination Host Unreachable
コマンド: dig google.com
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.23.rc1.el6_5.1 <<>> google.com
;; global options: +cmd
;; connection timed out; no servers could be reached
の内容: resolve.conf
search ocean.local
nameserver 10.1.1.19
の内容: /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=jpCentos.ocean.local
GATEWAY=10.1.1.3
の内容: /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
UUID=4c88f74e-57ca-465b-a0dd-78e12ff6e591
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
HARDWARE=08:00:27:8C:xx:xx
DEFROUTE=yes
PEERDNS=yes
PEERROUTES=yes
IPADDR=10.1.1.158
NETMASK=255.255.254.0
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
コマンド: iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:mysql
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:10040
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
iptablesとcsfを無効にしようとしましたが、問題は解決しません。
コマンド: route -n
Destination Gateway Genmask Flags Metric Ref Use Iface
10.1.0.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
0.0.0.0 10.1.1.3 0.0.0.0 UG 0 0 0 eth0
コマンド: nslookup google.com
;; connection timed out; trying next origin
;; connection timed out; no servers could be reached
コマンド: nslookup 8.8.8.8
;; connection timed out; trying next origin
;; connection timed out; no servers could be reached
コマンド: dig ns.google.com @8.8.8.8
;; connection timed out; trying next origin
;; connection timed out; no servers could be reached
コマンド: ifconfig eth0
eth0 Link encap:Ethernet HWaddr 08:00:27:8C:xx:xx
inet addr:10.1.1.158 Bcast:10.1.1.255 Mask:255.255.254.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Window7ネットワークの詳細:(ocean.localは私たちのネットワークです)
Connection-specific DNS Suffix:
Description: Realtek PCIe GBE Family Controller
Physical Address: 8C-89-A5-C8-xx-xx
DHCP Enabled: No
IPv4 Address: 10.1.0.235
IPv4 Subnet Mask: 255.255.254.0
IPv4 Default Gateway: 10.1.1.3
IPv4 DNS Server: 10.1.1.19
IPv4 WINS Server: 10.1.1.19
NetBIOS over Tcpip Enabled: Yes
Link-local IPv6 Address: fe80::2ce5:c9e5:6bdb:d536%12
IPv6 Default Gateway:
IPv6 DNS Server:
これを分離するために何か他のものが必要な場合はお知らせください。ネットワーク設定がネットワークに適切に設定されていることを確認しましたが、不明な変数がいくつかあります(PEER変数)。