i'm setiing up LAN with these configurations:
[admin@MikroTik] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 D 192.168.1.5/24 192.168.1.0 192.168.1.255 ether4
1 192.168.10.1/24 192.168.10.0 192.168.10.255 ether1
[admin@MikroTik] /ip arp> print
Flags: X - disabled, I - invalid, H - DHCP, D - dynamic
ADDRESS MAC-ADDRESS INTERFACE
0 D 192.168.1.1 00:01:38:2B:A9:BD ether4
1 D 192.168.10.2 00:50:8D:75:75:01 ether1
[admin@MikroTik] /ip arp> /ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE
0 A S 0.0.0.0/0 r 192.168.1.1 1 ether4
1 ADC 192.168.1.0/24 192.168.1.5 0 ether4
2 ADC 192.168.10.0/24 192.168.10.1 0 ether1
ehter1 is my home network. ether4 is connected to ADSL modem, that automaticly dials to ISP. when connected to home network cant get internet access. what configurations hame i missed?