|
电脑有两块网卡,eth0 和eth1, 配置软路由
我的配置如下:
eth0 :连接外网
IP:10.214.45.88
子网:255.255.255.0
网关:10.214.45.1
eth1:内网
IP:192.168.2.1
子网:255.255.255.0
路由表如下:
Destination Gateway Genmask Flags Metric Ref Use Iface
10.214.45.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.214.45.1 0.0.0.0 UG 0 0 0 eth0
增加路由转发功能:修改/etc/sysctl.conf 文件 net.ipv4.ip_forward = 1
以上确认之后
eth1网卡连接hub,hub上连接一台pc,为PC1,IP:192.168.2.10
一台PC2和Centos处于同一个网段内,为PC2,IP:10.214.45.100
出现问题:
PC1与PC2 ping 不同
请问我的配置出现了什么问题?帮我指点一下,谢谢 |
|