Re: Changing TOS of forwarded packets?

2004-02-04 Thread Vladimir B. Grebenschikov
an reach it: > > > > > > http://venus.wsb-nlu.edu.pl/~dlupinsk/ng_mangle/ > > > > > > regards, > > > Dominik Lupinski > > > > > > > > > Ps. Any feedback appreciated. > > > -- > > > "...th

ipfw2 state synchronization

2003-12-18 Thread Vladimir B. Grebenschikov
Hi http://www.greyhats.org/openbsd/openbsd.html#pfsyncd Have anybody plans to implement such functionality for freebsd ? It will require to extend interface for ipfw2 (report state changes, like route changes on route socket, and ability to install keep-state information) -- Vladimir B

Re: Static route via address, not interface

2003-11-17 Thread Vladimir B. Grebenschikov
В пт, 14.11.2003, в 20:41, Jason Dixon пишет: > On Fri, 2003-11-14 at 07:38, Vladimir B. Grebenschikov wrote: > > > I guess - you already have 192.168.0.0/24 route entry, added by command: > > ifconfig fxp0 192.168.0.53/24 > > > > so now you need: > >

Re: Static route via address, not interface

2003-11-14 Thread Vladimir B. Grebenschikov
ig fxp0 192.168.0.53/24 so now you need: remove network route via interface: route delete 192.168.0.0/24 add interface route (kernel should know how to reach router) route add 192.168.0.1/32 -iface fxp0 -cloning and then add network route via router route add 192.168.0.0/24 192.168.0.1 >

Re: ng_ip_input use case

2003-10-03 Thread Vladimir B. Grebenschikov
more interface only to inject packets into IP-stack. PS: Anyway, I can suggest one another way to do this task: use ng_ksocket with socket type divert and ipfw divert rule. But this way have disadvantage: packet can easy enter to infinite loop. So use with care. > > -- Brooks -- Vladimir

Re: Routing and Zebra

2003-01-02 Thread Vladimir B.
it be Zebra? > > Thanks in advance for any help! There was bug in zebra, it allows promosq. mode on interface so host begin catch all traffic as its own. (You can check this by ifconfig) This was fixed 2002/10/07. > Fernando. > > To Unsubscribe: send mail to [EMAIL PRO

Re: Bluetooth questions

2002-11-22 Thread Vladimir B.
ns both NEWCARD and OLDCARD, -STABLE and -CURRENT My cbb is cbb0: Days ago (times of 4.3/4.4) it works well both under current and under stable. May be you have some ideas ? > max -- Vladimir B. Grebenschikov <[EMAIL PROTECTED]> SWsoft Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: mpd pptp freebsd <-> linux setup

2002-11-21 Thread Vladimir B.
÷ Thu, 21.11.2002, × 23:41, Archie Cobbs ÎÁÐÉÓÁÌ: > Vladimir B. Grebenschikov wrote: > > Session established, but then I am trying to ping other end I get: > > > > [pptp] LCP: rec'd Protocol Reject #2 link 0 (Opened) > > [pptp] LCP: protocol 0x2145 was rejecte

Re: mpd pptp freebsd <-> linux setup

2002-11-21 Thread Vladimir B.
÷ Thu, 21.11.2002, × 03:30, Archie Cobbs ÎÁÐÉÓÁÌ: > Vladimir B. Grebenschikov wrote: > > can anyone help me setup mpd pptp link (as client) > > to Linux pptp server ? > > The mpd log shows that you are requiring the peer to authenticate > but the peer doesn't want

mpd pptp freebsd <-> linux setup

2002-11-20 Thread Vladimir B.
packets from linux side via this connection but linux can't. Any suggestions/ideas very appreciated. -- Vladimir B. Grebenschikov <[EMAIL PROTECTED]> TSB "Russian Express" Multi-link PPP for FreeBSD, by Archie L. Cobbs. Based on iij-ppp, by Toshiharu OHNO. mpd: pid 4597, vers

Re: IN-KERNEL Proxy

2002-11-19 Thread Vladimir B.
763.1759 > http://www.wavefire.com > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-net" in the body of the message -- Vladimir B. Grebenschikov <[EMAIL PROTECTED]> SWsoft Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: zebra interface flags problem on 4.7-RC2 (IFF_PROMISC)

2002-10-06 Thread Vladimir B.
ched patch should fix the problem - unfortunately due to code > freeze I can't commit it immediately. Yes, it works for me, thank you. May be you need approve commit of this patch with re@ ? I think it is not good idea to have not working zebra in release. > -Maxim > > "V

Re: zebra interface flags problem on 4.7-RC2 (IFF_PROMISC)

2002-10-06 Thread Vladimir B.
В Fri, 04.10.2002, в 19:39, Vincent Jardin написал: > It looks like your BSD kernel is not compiled with the IPv6 support. Yes, I know > Le Vendredi 4 Octobre 2002 15:51, "Vladimir B. " Grebenschikov a écrit : > > Hi > > > > I have tried to install f

Re: zebra interface flags problem on 4.7-RC2 (IFF_PROMISC)

2002-10-04 Thread Vladimir B.
÷ Fri, 04.10.2002, × 18:06, Maxim Sobolev ÎÁÐÉÓÁÌ: > On Fri, Oct 04, 2002 at 05:51:46PM +0400, Vladimir B. Grebenschikov wrote: > > > > Hi > > > > I have tried to install fresh zebra (from ports) on 4.7-RC2 > > > > have a problem - zebra turns on p

zebra interface flags problem on 4.7-RC2 (IFF_PROMISC)

2002-10-04 Thread Vladimir B.
e had to preserve kernel ABI, so that increasing if_flags to 32 bits was not an option. -- Vladimir B. Grebenschikov [EMAIL PROTECTED], SWsoft, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: limits in routing table?

2002-07-11 Thread Vladimir B.
physical memory # divided by the scale factor). It works for me (see above) Or you can use -CURRENT to large routing tables, but not sure that it is good idea for production routers. > System: XP1700+, 512 MB DDR-RAM, FreeBSD 4.6p1 (RELENG_4_6) > Maxusers is set to 512 > > regards,

Re: [HELP] IPless VLAN interfaces

2002-06-10 Thread Vladimir B.
FreeBSD. > > My question is : How can I do it ? See above PS: As I already said, route manpage need some work, because it is very unclean, may be somebody who knows English well will do it ... -- Vladimir B. Grebenschikov [EMAIL PROTECTED], SWsoft, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: [HELP] IPless VLAN interfaces

2002-06-07 Thread Vladimir B.
lan. please, send me 'netstat -rn' > All of this works under Linux but not under FreeBSD > > I hope this clarifies what I am trying to do -- Vladimir B. Grebenschikov [EMAIL PROTECTED], SWsoft, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: [HELP] IPless VLAN interfaces

2002-06-07 Thread Vladimir B.
as minimum your network topology (how connected and switche(s), what port in trunc(802.1q) mode, what in not trunc) tcpdump -e on your trunc interface (fxp0) and tcpdump's on your client hosts while ping one and another direction > On 06 Jun 2002 18:30:04 +0400 > "Vladimir

Re: problems with ifconfig aliases

2002-06-07 Thread Vladimir B.
tp://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-net" in the body of the message > -- Vladimir B. Grebenschikov [EMAIL PROTECTED], SWsoft, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: [HELP] IPless VLAN interfaces

2002-06-07 Thread Vladimir B.
ct with just a warring. And I realy need it to be that way. I agree with you, actually we need have way to direct kernel do not add route while configure interface. -- Vladimir B. Grebenschikov [EMAIL PROTECTED], SWsoft, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: [HELP] IPless VLAN interfaces

2002-06-07 Thread Vladimir B.
ddress pairs with consistent * results (no host route) and is required by BOOTP. * * XXX: This is ugly ! There should be a way for the caller to * say that they don't want a host route. */ > Marko > -- Vladimir B. Grebenschikov [EMA

Re: [HELP] IPless VLAN interfaces

2002-06-06 Thread Vladimir B.
back not best way to do this, but you can try any interface) > What OS are you running? # uname -a FreeBSD vbook.express.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri May 24 15:49:21 MSD 2002 [EMAIL PROTECTED]:/usr/obj/usr/local/src/sys/VBOOK i386 Same setup works well on 4-STABLE >

Re: [HELP] IPless VLAN interfaces

2002-06-06 Thread Vladimir B.
tion Center > === > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-net" in the body of the message > -- Vladimir B. Grebenschikov [EMAIL PROTECTED], SWsoft, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: multipath on FreeBSD 4.5

2002-05-28 Thread Vladimir B.
ussion about this in recent current maillist. (Subject: multi default routes in freebsd !?) > Thanks, > > Yu Ting > -- Vladimir B. Grebenschikov [EMAIL PROTECTED], SWsoft, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

RE: Maximum throughput of Intel Pro 100/S NIC?

2001-11-22 Thread Vladimir B. Grebenschikov
bps under real production load. -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Maximum throughput of Intel Pro 100/S NIC?

2001-11-22 Thread Vladimir B. Grebenschikov
| http://www.keystone.ph > v(02)330-2871,(02)330-2872; f(02)330-2873 | http://www.kuro.ph -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: mdp and ng_iface

2001-10-31 Thread Vladimir B. Grebenschikov
Archie Cobbs writes: > Vladimir B. Grebenschikov writes: > > > That's the right patch for what you want to do. > > > > May be "more" right solution is rename netgraph interfaces and use > > SNMP-software that aware about interface names not inde

Re: mdp and ng_iface

2001-10-31 Thread Vladimir B. Grebenschikov
k = 0; k < b->n_links; k++) { > > That's the right patch for what you want to do. May be "more" right solution is rename netgraph interfaces and use SNMP-software that aware about interface names not indexes ? > -Archie > > __

Re: PXE boot vs. DHCP (fwd)

2001-10-31 Thread Vladimir B. Grebenschikov
re trying send requests ? For some environments it is useful not try dhcp at all when card not connected to network. > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-net" in the body of the message -- TSB Russian Express, Moscow Vladimir B. Greben

Re: sysctl net.link.vlan.link.proto

2001-07-23 Thread Vladimir B. Grebenschikov
und that to get such mechanism working it need to add ng_iface node hook to inject not demuxed frames. And fix a bit code related to ARP. > - Steve -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Securing the root account

2001-06-20 Thread Vladimir B. Grebenschikov
Randy Bush writes: > ftp://psg.com/pub/w95/ssh/SSHWin-2.4.0-pl2.exe is a very windoze-ish > tool. there's also a good/windowy scp tool there. http://www.zip.com.au/~roca/ttssh.html TeraTerm SSH very nice tool too. > randy -- TSB Russian Express, Moscow Vladimir B. Grebens

Netgraph node to support 802.1q VLANs ?

2001-05-30 Thread Vladimir B. Grebenschikov
pecify in kernel 340 vlan interfaces. But contrary in netgraph scheme I can name interface connected to 802dotQ node hook vlan320 as, for example, vlan340 without any problem. -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PRO

Re: netgraph interface names

2001-05-09 Thread Vladimir B. Grebenschikov
ocation code in ng_iface.c below more extended patch, that supports allocation first free interface with name "ifname#". > "Vladimir B. Grebenschikov" wrote: > > > > Tring to use netgraph system for some pruposes > > (frame-relay/tunneling/sync) I found that

netgraph interface names

2001-05-05 Thread Vladimir B. Grebenschikov
\"$name\" ngctl name $ngname: $name ngname=$name fi } # SYNC interfaces mkif sync0 # some other netgraph stuff mkif sync1 ... mkif sync2 ... # framerelay mkif frm0 ... mkif frm1 ... iface-setname.patch node-rename.patch -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED]

Re: number of interfaces and performance ?

2001-04-27 Thread Vladimir B. Grebenschikov
686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 > -Alfred Perlstein - [[EMAIL PROTECTED]] > Daemon News Magazine in your snail-mail! http://magazine.daemonnews.org/ -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: FW: Network lockups on fxp0?

2001-04-03 Thread Vladimir B. Grebenschikov
d of state of ethernet chip ? > Jonathan -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

WaveLan (Orinco) question (FreeBSD and Windows wireless connection)

2001-04-02 Thread Vladimir B. Grebenschikov
x27;ve read through FreeBSD mail-lists and found a lot of information but no anything like step by step successful configuration notice. -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

zero copy code review

2000-12-11 Thread Vladimir B. Grebenschikov
de > - VM code > - ti(4) driver does ti driver support 802.1q VLAN's ? if so by native card possibilities or by kernel ? > Ken > -- > Kenneth Merry > [EMAIL PROTECTED] -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, [EMAIL PROTECTED] To Unsubscribe: send m