Hi,
I want to know how is it (i.e if) possible to provide live ip’s to client without using NAT.
I have three “/24” subnets of live ip’s and i want to give them to client by creating virtual interfaces and doing subnetting.
Like for example i have this subnet 137.0.0.1/24
Now i divide it further “137.0.0.100/29” with gateway “137.0.0.96” and broadcast “137.0.0.103”. Now here i have a 6 ip pool, now i will create a virtual interface with IP set to “137.0.0.96”. And i want to give my client this 6 ip pool, with out NAT.
So that if they goto http://www.whatismyip.com they should see their own live IP not the IP of server. And also if they take trace they should see the route from their gateway, then to our main gateway.
In linux it is easy, by enabling ip_forwarding and some firewall rules. However, in Mikrotik i dont know how to accomplish this.
Please help me out ASAP, i am facing allot of issues.