if you are using your /29 live IP in your WAN interface then it’s not possible to give that IP address for PPPoe Users from that same subnets in LAN interface .
If you will not use the PPPoe then you can give the IP addres from this /29 subnet with configuring one bridge with multiple ports . But through the PPPoE it’s not possible to
provide the IP to LAN PPPoE users from WAN ip subnets .
I’m curious to learn how ISPs assign public IPs to clients using PPPoE.. Also is there any other way than bridging if I’m gonna use DHCP on each router? I wanna separate the WAN interface from the Local interface for security purposes
The answer is you cant give the ip address to your pppoe users from WAN subnet .
there is 2 solutions ,you can get another IP pool for LAN users from your ISP
OR
if you want use these ip’s from wan subnet then you cant run the PPPoE instead of that you can create one bridge and the users can use
that IP’s without any login ..’
Please share my blog so i can write some mikrotik technology’s in this blog .
So the ip’s from 1.2.3.3 to 1.2.3.6 are free. In the ppp profile configuration for the pppoe server, you set the local address to 1.2.3.2 and for the remote field you make an ip pool from 1.2.3.3-1.2.3.6. Where am I wrong that this should not work?
Ok thank you that’s what I thought.. You have an idea how to use the proxy-arp in this situation?
I wish it was this simple.. PPP doesn’t work this way it’s meant to be point-to-point and we need to route the remote IP pool through the ISP gateway. I need 2 different subnets as mentioned above or ask the isp to make the IP for the PPP connection between me and them out of the given subnet so I can route the subnet in different interface
I don’t know if there’s any creative idea.. but I’m out of thoughts.. and I’m starting to live with NATting I made up some scripts to automatically solve some issues when the link is down
I was easily able to do it by just disabling the masquerade in the NAT.. lol I never thought those IPs would be affected by masquerading so I made masquerade only for local interface.. Next step up.. ask for a bigger subnet from the ISP cuz we lost 3 IPs out of the total addresses in the /29 subnet
Thank you all for your replies I really appreciate your help
BTW How do you use mikrotik on GNS3? I’m interested It’d be easier to do experiments on in than running a bunch of vmware machines