- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2019 01:55 PM
Is there any issue w/ the following configuration:
object-group network obj_myinternal_ips
network-object host 172.16.23.20
network-objecthost 172.16.23.100
object network obj_myexternal
network-object host 192.168.23.200
nat (inside,outside) source dynamic obj_myinternal_ips obj_myexternal
where obj_myexternal is a public ip on the outside interface other than the interface ip?
Solved! Go to Solution.
- Labels:
-
Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2019 02:22 PM
Yes that will work fine, those 2 IP addresses will be natted behind 192.168.23.200.
Obviously you need a space between object-group and host, but I'm guessing that's a typo.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2019 02:22 PM
Yes that will work fine, those 2 IP addresses will be natted behind 192.168.23.200.
Obviously you need a space between object-group and host, but I'm guessing that's a typo.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019 05:58 AM
