new ISP and they required a live internal IP address for monitoring…
the prob is that when we try to get to our own website (from our LAN), using the live (external) ip, it wont work.
Cisco Internetwork Operating System Software
IOS ™ C2600 Software (C2600-D-M), Version 12.0(3)T3, RELEASE SOFTWARE (fc1)
replaced the live real ip addy’s with a.b.c.xxx and leave the xxx a real number.
ip subnet-zero
no ip domain-lookup
!
interface Ethernet0/0
description connected to EthernetLAN
ip address 172.16.10.10 255.255.0.0 secondary
ip address a.b.c.65 255.255.255.224
ip access-group 100 in
no ip directed-broadcast
ip nat inside
no mop enabled
!
interface Serial0/0
description connected to Internet
ip address a.b2.c2.46 255.255.255.252 !*b2 & c2 are different than b & c
ip access-group 101 in
no ip directed-broadcast
ip nat outside
no ip mroute-cache
no fair-queue
!
router rip
version 2
passive-interface Serial0/0
network 172.16.0.0
no auto-summary
!
ip nat pool BRO a.b.c.66 a.b.c.94 netmask 255.255.255.224
ip nat inside source list 5 pool BRO overload
ip nat inside source static 172.16.0.2 a.b.c.91
ip nat inside source static 172.16.1.2 a.b.c.90
ip nat inside source static 172.16.10.100 a.b.c.94
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
no ip http server
!
access-list 5 permit 172.16.0.0 0.0.0.255
access-list 5 permit 172.16.5.0 0.0.0.255
access-list 5 permit 172.16.10.0 0.0.0.255
access-list 5 permit 172.16.100.0 0.0.0.255
access-list 100 permit ip any any