mình cần cấu hình :
+host inside có thể đi ra outside(internet)
+host outside có thể tới server trong dmz (static 12.0.0.2->203.1.1.3)
+host trong nội bộ mạng inside truy cập dmz ko cần nat
mình đã cầu hình nhưng các host ở các interface ko thể ping đc nhau (các host có thể ping tới interface trên pix mà nó nối tới)
mình cầu hình như sau:
int e0
nameif inside
ip add 11.0.0.1 255.0.0.0
int e1
nameif dmz
ip add 12.0.0.1 255.0.0.0
sec 50
int e2
nameif outside
ip add 203.1.1.2 255.255.255.0
////nat cac host inside ra outside////
nat (inside) 1 11.0.0.0 255.0.0.0
global (outside) 1 interface (PAT)
///////outside host access dmz server////
static (dmz,outsite) 203.1.1.3 12.0.0.2
access-list allowed permit ip any host 203.1.1.3
access-group allowed in interface outside
//////còn làm cho inside host truy cập dmz ko nat thì chưa bít làm ///
KẾT QUẢ: các host inside ko ping đc outside ,các host out side ko ping đc server 12.0.0.2
Các pro xem giúp chỉ xem mình cần làm gì nữa ?
+host inside có thể đi ra outside(internet)
+host outside có thể tới server trong dmz (static 12.0.0.2->203.1.1.3)
+host trong nội bộ mạng inside truy cập dmz ko cần nat
mình đã cầu hình nhưng các host ở các interface ko thể ping đc nhau (các host có thể ping tới interface trên pix mà nó nối tới)
mình cầu hình như sau:
int e0
nameif inside
ip add 11.0.0.1 255.0.0.0
int e1
nameif dmz
ip add 12.0.0.1 255.0.0.0
sec 50
int e2
nameif outside
ip add 203.1.1.2 255.255.255.0
////nat cac host inside ra outside////
nat (inside) 1 11.0.0.0 255.0.0.0
global (outside) 1 interface (PAT)
///////outside host access dmz server////
static (dmz,outsite) 203.1.1.3 12.0.0.2
access-list allowed permit ip any host 203.1.1.3
access-group allowed in interface outside
//////còn làm cho inside host truy cập dmz ko nat thì chưa bít làm ///
KẾT QUẢ: các host inside ko ping đc outside ,các host out side ko ping đc server 12.0.0.2
Các pro xem giúp chỉ xem mình cần làm gì nữa ?
Comment