Community discussions

MikroTik App
 
daiceman
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 92
Joined: Tue Mar 01, 2005 9:43 pm

Problem with Proxy-Arp on Hotspot

Fri Dec 23, 2005 8:38 pm

I have followed the thread.

http://forum.mikrotik.com/viewtopic.php?t=4402

And all is working really well, but

When I go to whatismyip.com I get the results pictured below.

What is up with the PROXY?

Image

Here are snips from the MT config.

[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic 
 #   ADDRESS            NETWORK         BROADCAST       INTERFACE
 0   69.217.1.66/26     69.217.1.64     69.217.1.127    WAN      
 1   ;;; hotspot network
     10.5.50.1/24       10.5.50.0       10.5.50.255     HOTSPOT  
[admin@MikroTik] > ip route print
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf 
 #     DST-ADDRESS        PREFSRC         G GATEWAY         DISTANCE INTERFACE
 0 ADC 10.5.50.0/24       10.5.50.1                                  HOTSPOT  
 1 A S 69.217.1.80/32     10.5.50.1       r 10.5.50.1                HOTSPOT  
 2 ADC 69.217.1.64/26     69.217.1.66                                WAN      
 3 A S 0.0.0.0/0
[admin@MikroTik] > /ip web-proxy print
 enabled: no
             src-address: 0.0.0.0
                    port: 3128
                hostname: "proxy"
       transparent-proxy: no
            parent-proxy: 0.0.0.0:0
     cache-administrator: "webmaster"
         max-object-size: 4096KiB
             cache-drive: system
          max-cache-size: none
      max-ram-cache-size: unlimited
                  status: stopped
      reserved-for-cache: 0KiB
  reserved-for-ram-cache: 349184KiB

[admin@MikroTik] > /ip proxy print
  enabled: no
                       port: 8080
               parent-proxy: 0.0.0.0:0
  maximal-client-connecions: 1000
  maximal-server-connectons: 1000
[admin@MikroTik] ip hotspot profile> print
Flags: * - default 
 0 * name="default" hotspot-address=0.0.0.0 dns-name="" html-directory=hotspot 
     rate-limit="" http-proxy=0.0.0.0:0 smtp-server=0.0.0.0 
     login-by=cookie,http-chap http-cookie-lifetime=3d split-user-domain=no 
     use-radius=no 

 1   name="hsprof1" hotspot-address=10.5.50.1 dns-name="" 
     html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0 
     smtp-server=0.0.0.0 login-by=cookie,http-chap http-cookie-lifetime=0s 
     split-user-domain=no use-radius=yes radius-accounting=yes 
     radius-interim-update=received nas-port-type=ethernet
[/url]
 
User avatar
sublimespot
newbie
Posts: 46
Joined: Sun Sep 11, 2005 2:00 am

Fri Dec 23, 2005 10:56 pm

disable transparent proxy.

make sure you have masquerade rule to allow traffic.
 
daiceman
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 92
Joined: Tue Mar 01, 2005 9:43 pm

Sat Dec 24, 2005 3:16 am

I guess that I may be missing something..

I do not see where transparent proxy is enables in any of the config I posted..