I have a mikrotik base pppoe server with /29 (1.1.1.1/29) public pool for my WAN, example 1.1.1.1 is ISP gateway and 1.1.1.2 is on mikrotik wan interface.
and users gets private Ip series (192.168.1.0/24) via pppoe server which then gets natted. everything ok.
Now I want to provide public to some clients also via same router. My ISP can provide /24 public ip pool (2.2.2.0/24).
My question is What configuration at my router end would be required? and what settings I should ask my ISP to do for me at there end? what should I say to my ISP that how to route the new pool to where?
What I have found o far via goggling is that I have to create a pool with new public ip series pool and assign it in pppoe profile, ok fine, now I have to create mange rule to mark traffic coming fro new public pool and in route , I have to define gateway for these marked traffic pointing to 1.1.1.1 ? correct?
Should I have to create a new ROUTE for 2.2.2.0/24 pool pointing to 1.1.1.1 ? How?
sorry for so many question