I have a small scale ISP business. I always have to work with local client.
But now some people wanted to do business as well in other town,
so I gave them connection via air device with local ip but one of them asking me for real ip. Company gave me
the real ip buty I don’t know how I can assign a real ip on my mikrotik for my reseller. So now I am asking for help.
FIY,
My real IP:
IP: 180..204
Subnet: 255.255.255.248
Gateway: 180...201
DNS: 180.***.129.3
DNS: 8.8.8.8
Now for my resaler they just gave me one ip
IP: 180...202
For your information my resaler is now connected to me via local ip
IP: 192.168.64.2/30
Now how can I configure on my mikrotik and theirs to provide them the real ip?
That’s if the reseller is connected directly to your router. If not, repeat this config on as many intermediate routers as required. Reseller can then add this address to their router in addition to 192.168.64.2, and set it up to be used as required.
It depends on used equipment. Since there’s only one address, you can’t use the usual subnet-based config. Other way is to use point to point addressing, where it’s possible to connect two completely different addresses with /32 netmask.
If both devices use RouterOS, then just this on yours:
If they don’t have device with RouterOS, it’s also possible to make it work at least with Linux and Windows (>=NT6). But not every Linux-based device will necessarily support that in its configuration interface.
But it shouldn’t be really necessary. Unless their device is some really limited kind, it must be able to deal with more addresses.