I have a ROS with wireless clients, all natted... and i have more than 1 public IPs assigned to my MT.
how can i assign a public ip to one client without using nat (redirect)... assign directly the public ip to the client.
Is it possible?
Can you post a little example on how to do that? I've been looking for one but wasn't lucky..of course you can assign ip addresses to your clients, but then all simple routing rules come into play with subnets, network addresses etc.
this would be my reccomendation. we use the same method, except we always assign public IPs in our PPPoE Pool's. works great, and when a customer doesn't pay their bill, make a quick change to the database, reset the connection and they get assigned a private ip, which is not routable to anywhere but a splash page saying "please contact our billing department" most people pay the same dayI authenticate users on my network using PPPoE, most if not all residential subscribers get a private address (172.16.xx.xx) conserving the /22 we have from our ISP for static and business customers. Using PPPoE it's just a matter of changing the clients "Pool" or static IP assignment in the database, and a simple reset of the PPPoE connection to get them a public IP.
Do you mean, on the same router? The core one?It can be done another way, like if you make a bridge with your public n local interface you can give real IP to your client end. and for bandwidth control just make a simple queue for that real IP.
Regards