Dear Experts,
we have a 2851 router which interconnect our local network to public network. we recieve our internet on interface e0/1 and e0/0 restricted to our lan as below configs
int e0/0
ip nat inside
int e0/1 X.X.X.226
ip nat outside
! web server
ip nat inside source static x.x.x.245
! last resort
ip route x.x.x.225
our users from internet can access our web server
but we cant access our web server with public address x.x.x.245 or
equivalent domain name and we can only access it with local address in our lan.
how can we access our web server with public FDQN domain name or public ip address ?
Regards
Harry