Hello, I am configuring "framed-compression = NONE" but still getting response from free radius as "Framed-Compression = Van-Jacobson-TCP-IP". Why radius is sending this even I configure the opposite?
Ufuk Eskici wrote:
I am configuring "framed-compression = NONE" but still getting response from free radius as "Framed-Compression = Van-Jacobson-TCP-IP".
Why radius is sending this even I configure the opposite?
Post the debug output as suggested in the FAQ, "man" page, web pages, and daily on this list. Alan DeKok.
Here is the table: mysql> select * from radcheck; +----+------------+--------------------+----+-----------------+ | id | username | attribute | op | value | +----+------------+--------------------+----+-----------------+ | 1 | ufuk@ttnet | Cleartext-Password | := | password11 | | 8 | ufuk@ttnet | Context_Name | := | adsl | | 9 | ufuk@ttnet | Service-Type | := | Framed-User | | 10 | ufuk@ttnet | Framed-Protocol | := | PPP | | 11 | ufuk@ttnet | Framed-IP-Address | := | 255.255.255.254 | | 12 | ufuk@ttnet | Framed-Compression | := | None | | 13 | ufuk@ttnet | Auth-Type | := | Local | +----+------------+--------------------+----+-----------------+ pakcet output: Sending Access-Accept of id 254 to 78.169.249.8 port 1812 Framed-Protocol = PPP Framed-Compression = Van-Jacobson-TCP-IP Finished request 6. thanks in advance. 2013/11/4 Alan DeKok <aland@deployingradius.com>
Ufuk Eskici wrote:
I am configuring "framed-compression = NONE" but still getting response from free radius as "Framed-Compression = Van-Jacobson-TCP-IP".
Why radius is sending this even I configure the opposite?
Post the debug output as suggested in the FAQ, "man" page, web pages, and daily on this list.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Ufuk Eskici wrote:
Here is the table:
I didn't ask for that. And you got it wrong. All of the documentation says DO NOT set "Auth-Type := Local".
pakcet output:
Sending Access-Accept of id 254 to 78.169.249.8 port 1812 Framed-Protocol = PPP Framed-Compression = Van-Jacobson-TCP-IP Finished request 6.
Which is entirely useless. I asked for the debug output. Not a tiny piece of it. Either post the entire debug output, or go away. You had this same issue when complaining you couldn't post messages to the list. I told you privately to follow instructions or be banned from the list. You think that doesn't apply to you. It does. Alan DeKok.
debug is attached." Auth-Type := Local " is just set for test, auth fails also without it. 2013/11/5 Alan DeKok <aland@deployingradius.com>
Ufuk Eskici wrote:
Here is the table:
I didn't ask for that.
And you got it wrong. All of the documentation says DO NOT set "Auth-Type := Local".
pakcet output:
Sending Access-Accept of id 254 to 78.169.249.8 port 1812 Framed-Protocol = PPP Framed-Compression = Van-Jacobson-TCP-IP Finished request 6.
Which is entirely useless.
I asked for the debug output. Not a tiny piece of it.
Either post the entire debug output, or go away. You had this same issue when complaining you couldn't post messages to the list. I told you privately to follow instructions or be banned from the list. You think that doesn't apply to you.
It does.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Ufuk Eskici wrote:
debug is attached." Auth-Type := Local " is just set for test, auth fails also without it.
Stop arguing or you will be unsubscribed, and banned from the list. You need to remove the "Auth-Type := Local". It WILL WORK without it. It's DESIGNED to work without it. The debug output says: [files] users: Matched entry DEFAULT at line 172 My guess is that entry sets the Framed-Compression. It would help if you READ the debug output, and then read the various config files it talks about. i.e. it's *telling you* where that Framed-Compression entry is probably coming from, and you're not bothering to read it. Alan DeKok.
participants (2)
-
Alan DeKok -
Ufuk Eskici