All, I’m really getting my rear end whipped trying to accomplish this. I have a ccr1009 that I want to use to assign static public IP addresses to clients. Is there anyone willing to establish a remote session with me via teamviewer to help me out? I have a /27 but can’t figure out how to get the public IP all the way to the client router.
Do you need a full public IP on the inside, or is enough to just map some port from the public IP to the inside host?
I already tried to just do a 1 for 1 nat and it still didn’t get past the nat issue on xbox 1. I think I need the public directly to the customer Router.
So you problem is to get an xbox to work?
You can make a bridge and add an extra interface to the outside interface. But then the xbox will be on the outside and very open.
Are you using PPPoE or DHCP?
DHCP. Don’t want anything to do with PPPoE.
Have you tried assigning the IP via DHCP leases to the MAC of the clients CPE?
Have you added the nat rule and place it above the current nat rule on your CCR
/ip firewall nat
add action=accept chain=srcnat comment=“Client Static IP” src-address=111.111.111.111
111.111.111.111 been the public ip you want to assign to the client