Xin chào mọi người.
Mình có mô hình mạng như sau - ISP cho 16 ip public
Centos (Eth0: ip public)----->( F0/1 - ip public)router(F0/0)----->Lease line
Tình hình là mình đặt IP public cho server card eth0 trỏ GW về con router nhưng sao con Centos lại ko ra đc internet. Trong khi đó mình lấy con laptop đăt IP public trỏ GW về con router thì lại ra đc internet.
Cau hinh router như sau
Mình có mô hình mạng như sau - ISP cho 16 ip public
Centos (Eth0: ip public)----->( F0/1 - ip public)router(F0/0)----->Lease line
Tình hình là mình đặt IP public cho server card eth0 trỏ GW về con router nhưng sao con Centos lại ko ra đc internet. Trong khi đó mình lấy con laptop đăt IP public trỏ GW về con router thì lại ra đc internet.
Cau hinh router như sau
Code:
Building configuration... Current configuration : 863 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router1800 ! boot-start-marker boot-end-marker ! enable password ******** ! no aaa new-model ip cef ! ! ! ! ip name-server 8.8.8.8 ip name-server 208.67.220.220 multilink bundle-name authenticated ! ! archive log config hidekeys ! ! ! ! ! interface FastEthernet0/0 description wan ip address IP public ip tcp adjust-mss 1412 duplex auto speed auto ! interface FastEthernet0/1 description lan ip address IP public duplex auto speed auto ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 GW ISP ! ! no ip http server ip dns server ! ! ! control-plane ! ! line con 0 line aux 0 line vty 0 4 password *************** logging synchronous login ! scheduler allocate 20000 1000 end