Community discussions

MikroTik App
 
User avatar
RAHQGideon
newbie
Topic Author
Posts: 43
Joined: Wed Jun 30, 2010 9:18 am
Location: SA
Contact:

Webproxy and eoip keeps downloading even if ethernet disable

Mon Jul 23, 2012 5:36 pm

HI Guys

I have a RB1200 with 5.19 running 2 interfaces (ether1-public & ether2 local) I also have a EOIP interface just for port forwarding for the router. The rates between the public and local interface differ allot, even if I disable the local ethernet there is a constant 2mbps up and down running to the public interface, this only disapears when i disable the web proxy. I am only using the web proxy for acess blocking.

Thanks in advance.
/ip proxy
set always-from-cache=no cache-administrator=aa cache-hit-dscp=4 cache-on-disk=no enabled=yes \
    max-cache-size=none max-client-connections=600 max-fresh-time=3d max-server-connections=600 parent-proxy=0.0.0.0 \
    parent-proxy-port=0 port=8080 serialize-connections=no src-address=0.0.0.0
/interface eoip
add arp=enabled comment="Public IP" disabled=no l2mtu=65535 local-address=0.0.0.0 mac-address=02:54:20:12:C8:CD mtu=1500 name=eoip-tunnel1 
    remote-address=192.168.51.1 tunnel-id=13

/interface ethernet
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=1522 mac-address=D4:CA:6D:20:C9:DA m
    none mtu=1500 name=ether5 speed=100Mbps
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=Public disabled=no full-duplex=yes l2mtu=1522 mac-address=D4:C
    master-port=none mtu=1500 name=ether1 speed=100Mbps
set 2 arp=enabled auto-negotiation=yes disabled=no full-duplex=yes l2mtu=1600 mac-address=D4:CA:6D:20:C9:D5 mtu=1500 name=etherX10 speed=10
set 3 arp=enabled auto-negotiation=yes disabled=no full-duplex=yes l2mtu=1600 mac-address=D4:CA:6D:20:C9:D6 mtu=1500 name=ether9 speed=100M
set 4 arp=enabled auto-negotiation=yes disabled=no full-duplex=yes l2mtu=1600 mac-address=D4:CA:6D:20:C9:D8 mtu=1500 name=ether7 speed=100M
set 5 arp=enabled auto-negotiation=yes disabled=no full-duplex=yes l2mtu=1600 mac-address=D4:CA:6D:20:C9:D7 mtu=1500 name=ether8 speed=100M
set 6 arp=enabled auto-negotiation=yes disabled=no full-duplex=yes l2mtu=1600 mac-address=D4:CA:6D:20:C9:D9 mtu=1500 name=ether6 speed=100M
set 7 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=1598 mac-address=D4:CA:6D:20:C9:DB m
    none mtu=1500 name=ether4 speed=100Mbps
set 8 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=1598 mac-address=D4:CA:6D:20:C9:DC m
    none mtu=1500 name=ether3 speed=100Mbps
set 9 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=LocalLAN disabled=no full-duplex=yes l2mtu=1598 mac-address=\
    D4:CA:6D:20:C9:DD master-port=none mtu=1500 name=ether2 speed=100Mbps
/ip firewall nat
add action=dst-nat chain=dstnat comment=WEBPROXY disabled=no dst-port=80 protocol=tcp src-address-list="!full access users" to-addresses=192.168.20.254 \
    to-ports=8080
add action=masquerade chain=srcnat comment=nat disabled=no
add action=dst-nat chain=dstnat comment="Port Forw to Pastel SRV" disabled=no dst-address=41.0.0.1 dst-port=3389 protocol=tcp to-addresses=192.168.20.9 \
    to-ports=3389
 
User avatar
Caci99
Forum Guru
Forum Guru
Posts: 1075
Joined: Wed Feb 21, 2007 2:26 pm
Location: Tirane
Contact:

Re: Webproxy and eoip keeps downloading even if ethernet dis

Tue Jul 24, 2012 3:49 pm

Do a torch on your public interface and see what is happening.
My guess is someone form outside is using your webproxy port.

Who is online

Users browsing this forum: GmbH, Google [Bot], jamesperks, Mahmood3301, whernandez and 108 guests