Hi guys, okay here are my question. This is on a vpn edge router
and I am rusty on my NAT understanding some what. I know how to use NAT
but in my questions below I need understanding. Thanks
1. I was told we are routing the NAT pool so we can hide it from public?
is this true why do you use a ip route to a null0? what does that do?
and why use the nat pool address space for null0?
2. okay. The nat address is using dynamic routing protocol below but
the i want to say the inside 192.158.250.0 has no routing anywhere?
i mean no interface on the router at all not a physical nor logical interface.
but what is more confusing is sometimes it does match an ip nat inside interface ip subnet
but sometimes there is not trace of the ip nat inside ip subnet range on the router.
how can this be. I always thought the ip nat inside and outside had to have a logical or physical
reference. but the nat pool has only BGP routing eenabled but NO interface.
how can you have an ip subnet range and subnets without a actual interface.
but what is weird to me is sometimes the LAN side (ip nat inside) does match the
static 192.158.250.0 address type why is this?
thanks guys. and any good labs and reading reference would help me thank you.
Router 1 Type Cisco
ip nat pool CUST_POOL 165.25.128.193 165.25.128.254 netmask 255.255.255.192
ip nat inside source list nat-list pool CUST_POOL
ip nat inside source static 192.158.250 165.17.128.193
ip nat inside source static 192.158.103 165.17.128.194
ip nat inside source static 192.158.100 165.17.128.195
ip route 165.17.128.192 255.255.255.224 Null0
ip route 165.25.128.192 255.255.255.192 Null0
router bgp 65111
network 165.17.128.192 0.0.0.31
network 165.25.128.192 0.0.0.63