mikrotik with ether1 and ppp-out1 interface (LAN card 100TX and USB OPTION connected to internet) but there is no routing between those 2 interface???
(from ppp interface I can ping public ip, but no from private interface)
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU
0 R ether1 ether 1500
1 R ppp-out1 ppp-out 1500
[admin@MikroTik] /interface>
.
.
.
[admin@MikroTik] /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 GATEWAY DISTANCE
0 ADS 0.0.0.0/0 10.112.112.142 1
1 ADC 10.112.112.142/32 178.160.66.114 ppp-out1 0
2 ADC 192.168.0.0/24 192.168.0.1 ether1 0
[admin@MikroTik] /ip route>
any ideas???