ok here is the situation i use the mikrotik as a gateway via pppoe to my dsl provider on ether1
i want to have the other static ips go thru the miktotik via 1 port to a switch
ether1
pppoe = 77.66.16.254 gateway
255.255.255.248
ips i have left are 249,250,251,252,253
if i put a switch on ether2 and i want to hand out those addresses statically not dhcp or pppoe
what would be the best way to accomplish this , my idea was
1 put ip on ether2 as 77.66.16.254 with the network as 77.66.16.254 and no broadcast
then each ip behind ether2 on the switch would put the static ip in, such as 77.66.16.249 with 77.66.16.254 gateway and 255.255.255.248 subnet.
Anyone have a better idea for putting mulitple statics behind 1 port on the mikrotik with a switch hooked to it??
oh the ips are not real btw heh
ok well that wont work, so far i can bind an ip to and interface and thats about it , doesnt anyone have an idea on how to do this , i want to have the mikrotik be the dsl gateway , which i have over pppoe , then i want to bind the rest of the public ips to interfaces connnected to the miktotik via a switch
i guess ill post to myself since noone answers lol
ok i got something to work
i added all the ips to one interface
pppoe-out on ether1 gets me 76.55.251.222 gateway ip address
then
ether3 ip address 76.55.251.222 network 76.55.251.221
ether3 ip address 76.55.251.222 network 76.55.251.220
ether3 ip address 76.55.251.222 network 76.55.251.219
ether3 ip address 76.55.251.222 network 76.55.251.218
ether3 ip address 76.55.251.222 network 76.55.251.217
then plug a switch into ether3 and assign my routers each one of those ips and bling bling i can have all of them on that one interface
anyone else have a diff idea on how to do this???