Artur

I made a mistake editing that mail last night.

200.193.87.129 has no relation to problem related. It's another server for tests.

my problem is: the proxy server doesn't send acct (accounting) packets to 200.180.55.65 server.

Justo know:
200.180.22.15 is the RAS that consult only 200.180.22.9 (the proxy).


The correct proxy.conf is:


$$$$$$$$$$$$$$$$$ cat proxy.conf | grep -v "#" $$$$$$$$$$$$$$$
proxy server {
        synchronous = no
        retry_delay = 5
        retry_count = 3
        dead_time = 120
        servers_per_realm = 15
        default_fallback = yes
}
realm dimapel.com.br {
        type            = radius
        authhost        = 200.180.55.65:1812
        accthost        = 200.180.55.65:1813
        secret          = teste
}
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$



Artur Hecker em 29-10-2003 07:11 disse:
hi


looking at your proxy.conf file:


realm dimapel.com.br {
        type            = radius
        authhost        = 200.193.87.129:1812
        accthost        = 200.193.87.129:1813
        secret          = teste
}


now looking at the proxied Access Request out of your debug output:

modcall: group authorize returns updated
Sending Access-Request of id 3 to 200.180.55.65:1812
User-Name = "dumes"
User-Password = "D\277\255\261\350~V\037\005\240\331\360^\330\206u"
Service-Type = Framed-User
Framed-Protocol = PPP
NAS-IP-Address = 200.180.22.15
NAS-Port = 108
Calling-Station-Id = "475211600"
Called-Station-Id = "12110482815300"
Connect-Info = "34000/28800_K56_/LAPM/V42BIS"
Proxy-State = "73"
--- Walking the entire request list ---


i strongly doubt that the proxy.conf file you are editing is relevant to this server. (it should proxy to 200.193.87.129:1812 but it does to 200.180.55.65:1812). unless of course you have a WEIRD host file....


ciao artur


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html




- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to