Re: NAS-Port

2004-02-20 Thread Gleb Smirnoff
On Sat, Feb 21, 2004 at 12:11:43AM +0200, Anton Blajev wrote: A> I'm writing with an idea, A> As we saw NAS-Port is not obligatory, it's used to say about the port A> client's using to connect, okay... A> but why ins't ppp sending A> NAS-Port = tun0 for example (with the other type value: A> some

NAS-Port

2004-02-20 Thread Anton Blajev
Hello there, It's me again :) I'm writing with an idea, As we saw NAS-Port is not obligatory, it's used to say about the port client's using to connect, okay... but why ins't ppp sending NAS-Port = tun0 for example (with the other type value: something like this: NAS-Port-Type = "Virtual" NAS-P

Re: Request For Some help On Netgraph

2004-02-20 Thread Gleb Smirnoff
On Fri, Feb 20, 2004 at 11:52:22AM -0800, Arunav Roy wrote: A> I have tried out a few things and I have faced A> problems in few things such as : A> 1) How to print the packet information on the konsole A> when the packet passes through the node. Use printf(). :) A> 2) How can I make cha

Request For Some help On Netgraph

2004-02-20 Thread Arunav Roy
Hello Friends, I have recently started working on NETGRAPH . Even I am planning to write program for a netgraph node in which I could connect my node to the Ether node and read the packets , capture them and make changes in the packet fields . I have tried out a few thi

Re: PPP+freeRadius problem.

2004-02-20 Thread Barney Wolff
On Fri, Feb 20, 2004 at 07:36:23PM +0200, Anton Blajev wrote: > Yep, 10x a lot it works when ppp gives the dynamic ips, but the question > is still the same, how to do ppp to send NAS-Port and why it's not > sedning it, and instead sending NAS-Port-Type = "Virtual" > if this is not working then ppp

PPP+freeRadius problem.

2004-02-20 Thread Anton Blajev
Yep, 10x a lot it works when ppp gives the dynamic ips, but the question is still the same, how to do ppp to send NAS-Port and why it's not sedning it, and instead sending NAS-Port-Type = "Virtual" if this is not working then ppp is not sending the standart answer to the NAS... any ideas, it's not

Re: PPP+FreeRadius problem.

2004-02-20 Thread Christophe Prevotaux
Hello :) set ifaddr I believe On Fri, 20 Feb 2004 18:59:04 +0200 Anton - Valqk <[EMAIL PROTECTED]> wrote: > Hello there, again. > I'm posting because the config files that you gave me(to Andrew > Karjagin<[EMAIL PROTECTED]>) are almost the same with my own. > > The problem is not that it's n

PPP+FreeRadius problem.

2004-02-20 Thread Anton - Valqk
Hello there, again. I'm posting because the config files that you gave me(to Andrew Karjagin <[EMAIL PROTECTED]>) are almost the same with my own. The problem is not that it's not workin :) pptp+ppp+radius authenticates the user etc. etc. if the user has a Frame-IP-Address (static one) in the mysq

Re: traffic normalizer for ipfw?

2004-02-20 Thread Christophe Prevotaux
What about making protocol syntax and grammar dictionnary based filtering ? In the way you could recognize any protocol on any port and filter by many keys looking into protocol up to the highest levels. Of course this requires analysis of many protocols and writing of many dictionaries. But

Re: PPP Problem and question.

2004-02-20 Thread Andrew Karjagin
Hello Anton Blajev I am using pppoed daemon with userlevel ppp and radius. Here is my /etc/ppp/radius.conf == auth 81.89.yy.xx:1645 secret 5 3 acct 81.89.yy.xx:1646 secret 5 3 auth 81.89.yy.zz:1645 secret 5 3 acct 81.89.yy.zz:1646 secret 5 3 ==

gre, ipsec, can't detunnel

2004-02-20 Thread Valentin Nechayev
Trying to set up ipsec'ed tunnel with explicit routing to it. Having 2 FreeBSD's (quarta - 4.9, grizzly - 5.2.1). [EMAIL PROTECTED]:~>> # ifconfig gre0 gre0: flags=9051 mtu 1476 tunnel inet 193.193.193.138 --> 193.193.193.11 inet 10.0.0.2 --> 10.0.0.1 netmask 0x [EMAIL PRO