Configuration

Iv been playing with the Microtik RouterBoard 750 for some time now and cant seem to get it working to access internet.
First a bit on my network. I have a satallite modem that connects in Port 1, port 2 is then for the local network and should have addresses in the 10.0.0.* range, port 3 is the public network and should have in the range 192.168.1.*.

Now i have gone through everything and been able to set up dhcp so when i plug in my laptop into port 2 i get an address, but i get no internet. Little help please.

so port 1 has the internet settings correctly, then port 2 has 10.0.0.1. It works fine and i get internet and all. Port 3 now is the problem, its set to 192.168.1.1 but i get ip addresses in the range 10.0.0.*. Why is that?

Do one of these and post output.

/interface ethernet print

you have either a bridge or a switch configured, you must disable that. post your ethernet settings, as the above poster asked

[admin@MikroTik] > /interface ethernet print
Flags: X - disabled, R - running, S - slave 
 #    NAME      MTU   MAC-ADDRESS       ARP        MASTER-PORT      SWITCH    
 
 0    modem     1500  00:0C:42:5A:7D:7A enabled   
 1 R  local     1500  00:0C:42:5A:7D:7B enabled    none             switch1   
 
 2 RS public    1500  00:0C:42:5A:7D:7C enabled    local            switch1   
 
 3  S ether4... 1500  00:0C:42:5A:7D:7D enabled    local            switch1   
 
 4  S ether5... 1500  00:0C:42:5A:7D:7E enabled    local            switch1

It works but i dont find it reliable, goes on and off sometimes. Also some people connecting on my system i cannot ping while others i can. Yet the ones i cant ping have a connection

any ideas?