The 10.99.99.x is the network connected to the internal interface.
The 10.99.64.x is the network on the external interface.
I cannot connect to the internal interface from 10.99.64.50 and have no idea why. I hope the cut down, and IP changed config below is enough to show what I am trying to do.
interface ethernet0 auto
interface ethernet1 auto
ip address outside 10.99.64.5 255.255.254.0
ip address inside 10.99.99.1 255.255.255.0
nat (inside) 0 10.99.99.0 255.255.255.0 0 0
static (inside,outside) 10.99.99.50 10.99.99.50 netmask 255.255.255.255 0 0
telnet 10.99.64.50 255.255.255.255 inside
telnet timeout 5
Bruce D. Meyer, CCNA, MCSE
Network Analyst
City of Columbia, SC
The 10.99.64.x is the network on the external interface.
I cannot connect to the internal interface from 10.99.64.50 and have no idea why. I hope the cut down, and IP changed config below is enough to show what I am trying to do.
interface ethernet0 auto
interface ethernet1 auto
ip address outside 10.99.64.5 255.255.254.0
ip address inside 10.99.99.1 255.255.255.0
nat (inside) 0 10.99.99.0 255.255.255.0 0 0
static (inside,outside) 10.99.99.50 10.99.99.50 netmask 255.255.255.255 0 0
telnet 10.99.64.50 255.255.255.255 inside
telnet timeout 5
Bruce D. Meyer, CCNA, MCSE
Network Analyst
City of Columbia, SC