I am new to this so bear with me.
Inside my network I have servers using public addresses and I use private addresses for my pcs, and devices on both nets communicate amongst themselves. I need to add a route to my router attached to the internet so packets know how to get back to the 10 network. There are no gateway statements on the servers to get back to the private network.
ip route 10.1.1.0 255.255.255.0 192.123.64.249
The 192.246.69.249 address is an interface on a router between the two networks.
I'm running bgp on the internet router and I do not want that route advertised. Is there a way to prevent it or do I even need to?
Thanks
Inside my network I have servers using public addresses and I use private addresses for my pcs, and devices on both nets communicate amongst themselves. I need to add a route to my router attached to the internet so packets know how to get back to the 10 network. There are no gateway statements on the servers to get back to the private network.
ip route 10.1.1.0 255.255.255.0 192.123.64.249
The 192.246.69.249 address is an interface on a router between the two networks.
I'm running bgp on the internet router and I do not want that route advertised. Is there a way to prevent it or do I even need to?
Thanks