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
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
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
\"$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]
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
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
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
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
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 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
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
>
> __
| 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
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
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
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
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
>
В пт, 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:
> >
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
an reach it:
> > >
> > > http://venus.wsb-nlu.edu.pl/~dlupinsk/ng_mangle/
> > >
> > > regards,
> > > Dominik Lupinski
> > >
> > >
> > > Ps. Any feedback appreciated.
> > > --
> > > "...th
19 matches
Mail list logo