double ip in tracert

hi to all gurus

in my rb450g ether1=wan, ether2=servers, ether3=office_local (10.11.0.0/24), ether4=hotspot, im just wondering why my local ip shows double in windows tracert did i miss something wrong?

c:\Users\Kamote>tracert yahoo.com

Tracing route to yahoo.com [69.147.125.65]
over a maximum of 30 hops:

1 4 ms 4 ms 4 ms 10.11.0.1
2 5 ms 5 ms 5 ms 10.11.0.1
3 35 ms 33 ms 31 ms 121.96.49.1.bti.net.ph [121.96.49.1]
4 48 ms 55 ms 61 ms gi5-2.ccore.rsv.bayan.net.ph [202.78.96.238]
5 45 ms 47 ms 49 ms tengige-1-0-0.gw1.rsv.bayan.net.ph [202.78.96.16

what should be your next hop after 10.11.0.1?

hello chupaka this is the ip addresses in every port, my linksys switch connected to ether3 and the switch has no vlan only native setup

/ip address
add address=10.11.0.1/24 broadcast=10.11.0.255 comment="Office Network" disabled=no interface=ether3-local \
    network=10.11.0.0
add address=10.2.2.1/24 broadcast=10.2.2.255 comment=servers disabled=no interface=ether2-local network=10.2.2.0
add address=202.xxx.xx.xxx/24 broadcast=202.xxx.xx.xxx comment=WAN disabled=no interface=Ether1-WAN network=\
    202.xxx.xx.xx
add address=10.12.0.1/24 broadcast=10.12.0.255 comment=hotspot disabled=no interface=ether4-local network=\
    10.12.0.0

do you use Hotspot?

also, post your

/ip route print detail
and
/ip firewall nat print

yup chupaka i have hotspot in ether4

/ip firewall nat
add action=masquerade chain=srcnat comment=NAT disabled=yes out-interface=Ether1-WAN
add action=masquerade chain=srcnat comment="10.2.2 NAT" disabled=no src-address=10.2.2.0/24
add action=masquerade chain=srcnat comment="office nat" disabled=no src-address=10.11.0.0/24
add action=masquerade chain=srcnat comment="masquerade hotspot network" disabled=no src-address=10.12.0.0/24
add action=masquerade chain=srcnat comment="pppoe test nat" disabled=no src-address=100.100.100.0/24
add action=redirect chain=dstnat comment="web proxy allow to ether2 " disabled=no dst-port=80 in-interface=\
    ether2-local protocol=tcp to-ports=8080
add action=redirect chain=dstnat comment="web proxy allow to office network" disabled=no dst-port=80 \
    in-interface=ether3-local protocol=tcp to-ports=8080



/ip route
add check-gateway=ping comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=202.xxx.xx.xxx scope=30 \
    target-scope=10

ahhhhhh those double ip its appear only if im behind nanostation PTP(station ------- CPE), i came this morning at the office i connect my laptop direct to a switch its show 1 only :slight_smile:
C:\Users\Kamote>tracert yahoo.com

Tracing route to yahoo.com [67.195.160.76]
over a maximum of 30 hops:

1 1 ms 1 ms 1 ms 10.11.0.1
2 53 ms 34 ms 34 ms 121.96.49.1.bti.net.ph [121.96.49.1]
3 62 ms 58 ms 52 ms gi5-2.ccore.rsv.bayan.net.ph [202.78.96.238]
4 51 ms 55 ms 64 ms tengige-1-0-0.gw1.rsv.bayan.net.ph [202.78.96.16
1]