Ask for help about the dhcp and lan

Hello i am very newbie at Mikrotik and i try to set up in order to let me to connect to the internet and use vnc to connect my local pc2、3、4 such as 192.168.1.4:5123 . I will try to learn more but first of all i want to setup the connection. please help.


This is my setting output. Is it any wrong if so please give the solution.Many thanks!

/interface ethernet
set [ find default-name=ether6 ] comment=LAN mac-address=00:78:2C:E8:34:4F
name=LAN-pc1 speed=100Mbps
set [ find default-name=ether5 ] mac-address=00:78:2C:E8:34:4E name=LAN-pc2
speed=100Mbps
set [ find default-name=ether4 ] mac-address=00:78:2C:E8:34:4D name=LAN-pc3
speed=100Mbps
set [ find default-name=ether2 ] comment=LAN mac-address=00:78:2C:E8:34:4B
name=LAN-pc4 speed=100Mbps
set [ find default-name=ether3 ] mac-address=00:78:2C:E8:34:4C name=LAN-WiFi speed=
100Mbps
set [ find default-name=ether1 ] comment=WAN mac-address=00:78:2C:E8:34:4A
name=WAN speed=100Mbps
/ip neighbor discovery
set LAN-pc1 comment=LAN
set LAN-pc2 comment=LAN
set WAN comment=WAN
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/ip pool
add name=dhcp ranges=192.168.1.3-192.168.1.30
/ip dhcp-server
add add-arp=yes address-pool=dhcp disabled=no interface=LAN-pc1 lease-time=3d
name=dhcp
/port
set 1 name=serial1
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/user group
set read policy=“local,telnet,ssh,reboot,read,test,winbox,password,sniff,sensiti
ve,api,!ftp,!write,!policy,!web”
set write policy=“local,telnet,ssh,reboot,read,write,test,winbox,password,sniff,
sensitive,api,!ftp,!policy,!web”
set full policy=“local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,passw
ord,sniff,sensitive,api,!web”
/interface bridge port
add disabled=yes interface=LAN-pc1
add disabled=yes interface=LAN-WiFi
add disabled=yes interface=LAN-pc2
add disabled=yes interface=LAN-pc3
add disabled=yes interface=LAN-pc4
/ip address
add address=192.168.1.1/24 interface=LAN-pc1 network=192.168.1.0
/ip dhcp-client
add default-route-distance=0 disabled=no interface=WAN
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=8.8.8.8 gateway=192.168.1.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.1.1 name=router
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.1.0/24
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system package update
set channel=current
/tool romon port
add