do not know why have this error, is it a bug of GNS3 ? or my configuration or topology have problem?
https://drive.google.com/file/d/0Bxs_ao6uuBDUYjZJMml4YjFObms/view?usp=sharing
DNS site 10.0.0.25--- virtual ip 10.0.0.27
|
web site 192.168.1.120--inside--192.168.1.7ASA10.0.0.9--outside-- 10.0.0.7 switch -----10.0.0.23router 25.0.0.1---ubuntu--25.0.0.3
DNS 10.0.0.23
sudo route delete -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0
sudo route delete -net 115.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0
sudo route add -net 10.0.0.0 netmask 255.0.0.0 gw 25.0.0.1 dev eth0
ip address 25.0.0.3
gateway 25.0.0.1
ASA
conf t
interface GigabitEthernet0
description INSIDE
nameif inside
security-level 50
ip address 192.168.1.7 255.255.255.0
no shutdown
end
conf t
interface GigabitEthernet1
description OUTSIDE
nameif outside
security-level 0
ip address 10.0.0.9 255.0.0.0
no shut
access-list acl_outside_new extended permit tcp any any eq www
access-group acl_outside_new in interface inside
end
conf t
object network DNS_INSIDE
host 192.168.1.120
nat (inside,outside) static 10.0.0.27 dns
end
conf t
route outside 0.0.0.0 0.0.0.0 10.0.0.7 1
router eigrp 1
network 192.168.1.0 255.255.255.0
network 10.0.0.0 255.0.0.0
network 25.0.0.0 255.0.0.0
end
DNS site 10.0.0.25--- virtual ip 10.0.0.27
|
web site 192.168.1.120--inside--192.168.1.7ASA10.0.0.9--outside-- 10.0.0.7 switch -----10.0.0.23router 25.0.0.1---ubuntu--25.0.0.3
Router1
conf t
hostname Router1
ip routing
int fa0/1
ip address 10.0.0.23 255.0.0.0
shut
no shut
int fa1/1
ip address 25.0.0.1 255.0.0.0
shut
no shut
end
conf t
no router eigrp 1
router eigrp 1
network 10.0.0.0 255.0.0.0
network 25.0.0.0 255.0.0.0
end
conf t
ip name-server 10.0.0.27
end
conf t
line vty 0 4
password cisco
login
end
DNS site 10.0.0.25--- virtual ip 10.0.0.27
|
web site 192.168.1.120--inside--192.168.1.7ASA10.0.0.9--outside-- 10.0.0.7 switch -----10.0.0.23router 25.0.0.1---ubuntu--25.0.0.3
conf t
hostname Switch1
vlan 5
int vlan 5
ip address 10.0.0.7 255.255.255.0
end
conf t
int fa1/1
switchport
switchport access vlan 5
switchport mode access
shut
no shut
int fa1/2
switchport
switchport access vlan 5
switchport mode access
shut
no shut
int fa1/3
switchport
switchport access vlan 5
switchport mode access
shut
no shut
int fa1/4
switchport
switchport access vlan 5
switchport mode access
shut
no shut
end
conf t
line vty 0 4
password cisco
login
end
conf t
ip route 25.0.0.0 255.0.0.0 10.0.0.23
end