Hi All,
I am unable to ping or tracert the web, I had been fiddling with this for 2 days and am unable to find any solutions, my knowlede of routing and gateways is weak,
Setup is
Zyxel (10.0.0.1) -- Ubnt (10.0.0.2)--Ubnt(10.0.0.3)--Ubnt(10.0.0.4)--Ubnt(10.0.0.5)--Mikrotik Rb1100hx2---192.168.1.1-255 Lan devices.
Zyxel is setup in bridge to Mikrotik, Ubnt are wds wireless bridge.
With my setup I can access all the setup pages for Ubnt wireless bridges and the Zyxel modem. I cannot for some reason ping from the 192.168.1.0 lan to the 10.0.0.0 or www
Any suggestions welcome , and export of my config is below
Thanks
Jeremy
[admin@MikroTik] > export
jun/30/2014 15:25:03 by RouterOS 6.15
software id = LRXA-SFAN
/interface bridge
add comment="Internal Network" l2mtu=1598 name=bridge-local protocol-mode=none
/ip neighbor discovery
set bridge-local comment="Internal Network"
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/port
set 0 name=serial0
set 1 name=serial1
/ppp profile
add change-tcp-mss=yes name=ppp-wan
/interface pppoe-client
add ac-name="" add-default-route=yes allow=pap default-route-distance=1 dial-on-demand=no disabled=no interface=ether2 keepalive-timeout=60 max-mru=1500 max-mtu=1500 mrru=disabled name=pppoe-wan password=xxxxxxxxx
profile=ppp-wan service-name="" use-peer-dns=yes user=jeremynzl@xxxx.xx.xx
/ip neighbor discovery
set pppoe-wan discover=no
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge port
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether4
add bridge=bridge-local interface=ether5
add bridge=bridge-local interface=ether1
add bridge=bridge-local interface=ether6
add bridge=bridge-local interface=ether7
add bridge=bridge-local interface=ether8
/ip address
add address=192.168.1.52/24 comment="default configuration" interface=ether1 network=192.168.1.0
add address=192.168.1.1/24 interface=bridge-local network=192.168.1.0
add address=10.0.0.6/16 interface=ether2 network=10.0.0.0
/ip dns
set allow-remote-requests=yes cache-size=10000KiB max-udp-packet-size=512
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=drop chain=input comment="Drop Invalid connections" connection-state=invalid
add chain=input comment="Allow Established connections" connection-state=established
add chain=input comment="Allow ICMP" protocol=icmp
/ip firewall nat
add action=masquerade chain=srcnat comment=nat-internet-access out-interface=pppoe-wan to-addresses=0.0.0.0
add action=masquerade chain=srcnat out-interface=ether2
/ip hotspot service-port
set ftp disabled=yes
/ip hotspot walled-garden ip
add action=accept disabled=no dst-address=172.16.0.1
/ip proxy
set always-from-cache=yes cache-administrator=web-proxy cache-on-disk=yes parent-proxy=0.0.0.0 serialize-connections=yes
/ip route
add distance=1 dst-address=10.0.0.1/32 gateway=ether2
add distance=1 dst-address=10.0.0.2/32 gateway=ether2
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
/ip upnp
set allow-disable-external-interface=no enabled=yes show-dummy-rule=no
/ip upnp interfaces
add interface=ether1 type=internal
add interface=pppoe-wan type=external
/snmp
set enabled=yes trap-community=public
/system clock
set time-zone-name=Pacific/Auckland
/system clock manual
set dst-delta=-01:00 time-zone=-01:00
/system ntp client
set enabled=yes primary-ntp=202.89.49.65 secondary-ntp=202.89.49.65
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 111.69.67.99 1
1 ADC 10.0.0.0/16 10.0.0.6 ether2 0
2 A S 10.0.0.1/32 ether2 1
3 A S 10.0.0.2/32 ether2 1
4 ADC 111.69.67.99/32 111.69.86.207 pppoe-wan 0
5 ADC 192.168.1.0/24 192.168.1.1 bridge-local 0
[admin@MikroTik] /ip route>