the advertising is not the problem, how can I use one of the public ip address that I advertise via BGP for NAT/PAT? The router that advertised the public ip via BGP is the same router that has to do the NAT/PAT for my internal private ip space.
eth0; interface going to upstream provider /30 private
eth1: interface going to my internal network, public range
redistribute connected interface eth1 into BGP, routing is fine, public ip space is advertised
how can i use eth1 for NAT/PAT?