trouble passing public ips on

Hey guys,
I have been searching and reading and trying for a few days now with no luck, what im tying to do is get my backhaul up and going i got internet but i cant get it out the mikrotik 1100 I can ping upstream from my mikrotik but i cant get it to work on any other ports and pass my public ips on to my users. Here is the setup im wanting to do.
WAN IP: 167.XXX.198.XXX
my public ips: 67.55.XX/24
I have tried setting up dhcp with no luck
i have tried nat with mas on and no luck.
I have tried setting up a hotspot with no luck
I thought i had everything set up right but of course nope and got fed up and rest the router board and ready to start over.

I have Ether13 as my WAN and ether3 as my hotspot. If i can get internet and pass my public ips on i will be happy and will be able to figure the rest out on my own so i guess i am asking for a lil help plz.

Configure the WAN interface IP address: http://wiki.mikrotik.com/wiki/Manual:IP/Address - that’s the address that connects you to your provider.
Configure the LAN interface IP address - that interface gets an interface in the /24 of public IPs you have
Configure a static route: http://wiki.mikrotik.com/wiki/Manual:IP/Route

/ip route add dst-address=0.0.0.0/0 gateway=167.XXX.198.XXX

That’s literally all that is required, provided your ISP is routing you your /24.

Thats what i have been trying is those right there guess its time to contact my isp.
and thank you for your quick response

well before i contacted them i thought i would try to ping from ether2 with my 67.55.X.X to my 167.X.198.X and i could not ping from my WAN side the 167… i could ping upstream just fine.

Problem Fixed.