dialerstring
Technical User
Want to say thanks in advance -thanks.
I'm trying to allow access from my guest network (inside-guest) to particular servers on my inside network. The guest network is using 192.168 network.
I'm getting the error below.
--Config already in place---
static (inside,outside) x.X.X.4 10.1.20.22 netmask 255.255.255.255
static (inside,outside) tcp x.X.X.6 255.255.255.255
static (inside,outside) tcp X.X.X.6 https 10.1.22.1 https netmask 255.255.255.255
--Config I want to add---
static (inside-guest,outside) tcp X.X.X.4 255.255.255.255
static (inside-guest,outside) tcp X.X.X.6 255.255.255.255
static (inside-guest,outside) tcp X.X.X.6 https 10.1.22.1 https netmask 255.255.255.255
WARNING: mapped-address conflict with existing static
inside:10.1.20.22 to outside:X.X.X.4 netmask 255.255.255.255
From my understanding you can't have to static entries for the same ip address and port numbers.
What would be another solution around this? Maybe creating an Object-Group that allow only the ports
I need and applying it and to the inside-guest interface? Hmmm
CCNA
Network Admin
I'm trying to allow access from my guest network (inside-guest) to particular servers on my inside network. The guest network is using 192.168 network.
I'm getting the error below.
--Config already in place---
static (inside,outside) x.X.X.4 10.1.20.22 netmask 255.255.255.255
static (inside,outside) tcp x.X.X.6 255.255.255.255
static (inside,outside) tcp X.X.X.6 https 10.1.22.1 https netmask 255.255.255.255
--Config I want to add---
static (inside-guest,outside) tcp X.X.X.4 255.255.255.255
static (inside-guest,outside) tcp X.X.X.6 255.255.255.255
static (inside-guest,outside) tcp X.X.X.6 https 10.1.22.1 https netmask 255.255.255.255
WARNING: mapped-address conflict with existing static
inside:10.1.20.22 to outside:X.X.X.4 netmask 255.255.255.255
From my understanding you can't have to static entries for the same ip address and port numbers.
What would be another solution around this? Maybe creating an Object-Group that allow only the ports
I need and applying it and to the inside-guest interface? Hmmm
CCNA
Network Admin