Hellow
I have on my CORE Router CCR1036 a /28 Public IP from my ISP provider
ether1-WAN = x.x.x.x/28
I will like to DHCP to my customers those IP's What is the best way to do it?
Hi Arios,Hellow
I have on my CORE Router CCR1036 a /28 Public IP from my ISP provider
ether1-WAN = x.x.x.x/28
I will like to DHCP to my customers those IP's What is the best way to do it?
Now that would make my ISP angrySetting up DHCP for public IP addresses is not any different than setting it up for private ones, at least as far as DHCP itself is concerned.
If you have an interface with the public IP address configured on it, try using the DHCP setup wizard to do it easily. Otherwise, define a pool with the usable public IP addresses, a network with the correct IP/netmask (e.g. 192.0.2.32/28 gateway=192.0.2.33), and configuring the dhcp server to run on the public interface with the public IP pool.
The only real difference is that you'd want to make sure there's no NAT on this interface's outbound connections.
If they're routing a /28 to your router, and you're handing out public IP addresses with a dhcp server that runs on your "lan-facing" interface, then the ISP shouldn't care. If they're just dropping a /28 off at you from the WAN side, then more than likely they've got you isolated from your neighbors, so that shouldn't break anything either.Now that would make my ISP angry, but it's also a working example.. It all depends on what you would like to do..
True, that wouldn't be a problem, but i understood you were advising running a DHCP server on the WAN interfaceIf they're routing a /28 to your router, and you're handing out public IP addresses with a dhcp server that runs on your "lan-facing" interface, then the ISP shouldn't care. If they're just dropping a /28 off at you from the WAN side, then more than likely they've got you isolated from your neighbors, so that shouldn't break anything either.Now that would make my ISP angry, but it's also a working example.. It all depends on what you would like to do..
"interface with public IP" != "wan interface"
I know that's normally the case in most people's experience nowadays, but they're really two completely different concepts, which is why it didn't cross my mind to specify "lan" interface- heck, when I got started in this field, even LAN interfaces always had public IP addresses on them..... on one of those blazingly-fast dual-channel ISDN connections we used to sell. (128Kbps, baby - it was like loading the web page straight from your hard drive!)
plus, pppoe would let him use all 16 addresses of the /28"interface with public IP" != "wan interface"
I know that's normally the case in most people's experience nowadays, but they're really two completely different concepts, which is why it didn't cross my mind to specify "lan" interface- heck, when I got started in this field, even LAN interfaces always had public IP addresses on them..... on one of those blazingly-fast dual-channel ISDN connections we used to sell. (128Kbps, baby - it was like loading the web page straight from your hard drive!)
Yep, that's the interpetation.. must me the late hour over here. Assumptions assumptions, but you are right.. it more or less lays in line with the 'chop the /28 into 2x 29'.
Would still go for the PPPoE route, but isn't really what he asked for (DHCP)