區網設定問題 - Linux

Table of Contents


請問一下各位大大, 我在virtualbox建立了兩個VM設定分別如下

A電腦
HWADDR=xx:xx:xx:xx:xx:xx
TYPE=Ethernet
UUID=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
ONBOOT=yes
BOOTPROTO=none
NM_CONTROLLED=yes
IPADDR=192.168.1.100
NETMASK=255.255.255.0

B電腦
HWADDR=xx:xx:xx:xx:xx:xx
TYPE=Ethernet
UUID=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
ONBOOT=yes
BOOTPROTO=none
NM_CONTROLLED=yes
IPADDR=192.168.1.101
NETMASK=255.255.255.0

因為我主要區網互聯所以沒有設定GATEWAY

目前我已經把iptables關掉, 但AB電腦ping的時候還是ping到, 是否有哪邊需要設定

以下是兩台配置連結

A : http://ppt.cc/4Ajq

B : http://ppt.cc/C7Gp

--

All Comments

Kyle avatarKyle2014-09-11
應該是pin不到吧XD
Barb Cronin avatarBarb Cronin2014-09-11
請問要如何修改?
Oliver avatarOliver2014-09-15
bootproto=static
Dinah avatarDinah2014-09-19
應該是你virtualbox網路設定的問題,跟linux無關