Displaying 13 results from an estimated 13 matches for "galu".
Did you mean:
alu
2003 May 31
3
Packet flow through IPFW+IPF+IPNAT ?
Hi.
On my FreeBSD 4.8 configured IPFW2+IPF+IPNAT and I use them all:
- IPFW - traffic accounting, shaping, balancing and filtering;
- IPFilter - policy routing;
- IPNAT - masquerading.
I want to know, how IP-packets flow through all of this components?
What's the path?
incoming: IPFW Layer2 -> IPFW&Dummynet -> IPNAT -> IPFilter ?
outgoing: IPFW Layer2 ->
2003 Sep 01
1
source broken ?
...nclude /usr/src/sys/modules/ida/../../dev/ida/ida.c
/usr/src/sys/modules/ida/../../dev/ida/ida_disk.c
/usr/src/sys/modules/ida/../../dev/ida/ida_pci.c
/usr/src/sys/modules/ida/../../dev/ida/ida_eisa.c/usr/src/sys/modules/ida/../..
/dev/ida/ida.c:41: pci.h: No such file or directory
- ------
Vlad Galu
Network & Systems Administrator
Romania Data Systems NOC in Bucharest
Phone: +40 21 30 10 850
Web: http://www.rdsnet.ro
PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x53ABCE97
- ----------------------------------------------------------------------------
Privileged/Confidential In...
2004 Nov 09
2
Firewall rules that discriminate by connection duration
I'm interested in crafting firewall rules that throttle connections
that have lasted more than a certain amount of time. (Most such
connections are P2P traffic, which should be given a lower priority
than other connections and may constitute network abuse.) Alas, it
doesn't appear that FreeBSD's IPFW can keep tabs on how long a
connection has been established. Is there another firewall
2004 Oct 07
5
Question restricting ssh access for some users only
I've used ssh as a secure telnet up to now but done little else with
it. The FreeBSD machines I look after on our internet-facing network
all have one account which I connect to for administration. I've set
up /etc/hosts.allow on all the machines to only allow ssh from a
limited internal network range.
Now I want to create a new account on one machine which will be
accessible from the
2003 Sep 17
2
ftp
Hi,
Could u recommend a secure ftp daemon? I want to be able to control the ports it uses.... and not to have to let all of the upper ports open.
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
2003 Jun 16
4
POP daemon
What would be a good POP daemon to use? I know there are a few in the
mail ports. Are they any good?
What I mean by good is 'secure as possible' (is there really such thing as
being totally secure / invulnerable?)
Cheers
2008 Jan 19
1
Questions about building the world
1. I noticed the WITHOUT_SSP switch in src.conf(5). Does this mean
that Propolice is currently used by default?
2. For debugging purposes, I'd like to rebuild my whole world with
debugging symbols. Adding -g to the flags in make.conf seemed to do
the trink until right before the installation of the new files. Doing
a nm on libc.so.7 yielded all the symbols, as expected. However, after
2003 Jun 08
0
kvm interface
...eaders (just that they were among the
members of a kinfo_proc structure. Browsing what
Google sent me, I found out that these structures changed
a bit from 4.x to 5.x. That's why I post this message on this
mailing list ... just in case anyone knows ....
Thanks in advance.
Vlad.
--
Vlad GALU
Network Administrator VipNET Bucharest
tel: 021/3039940
email: vladg@vipnet.ro
web: http://www.vipnet.ro
PGP: http://mirapoint.vipnet.ro/public_key.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes...
2003 Aug 19
1
kqueue freezing 5.1R on kevent call
Hi,
The sample program given below freezes my 5.1R installation. This
program is from a bug report - kern/54331. That bug report
(http://lists.freebsd.org/pipermail/freebsd-bugs/2003-July/001608.html) is
for the shutdown function call, whereas my machine basically just freezes
up and reboots on kevent itself. I am also noticing this problem with
another program i wrote (but too long to include
2003 Sep 01
1
Apparent problem with ida(4); patch included
Someone else also reported seeing these symptoms with recently-updated
sources:
>>> Kernel build for FREEBEAST started on Mon Sep 1 05:25:41 PDT 2003
...
===> ida
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
perl @/kern/makeops.pl -h @/kern/device_if.m
perl @/kern/makeops.pl -h @/kern/bus_if.m
perl @/kern/makeops.pl -h @/pci/pci_if.m
rm -f .depend
mkdep -f .depend -a
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
Hi,
in the kernel I have these lines:
[...]
device miibus # MII bus support
device rl
device ed
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
options IPFIREWALL_VERBOSE_LIMIT=0 #limit verbosity
options IPDIVERT #divert sockets
options DUMMYNET
2003 Sep 16
9
OpenSSH heads-up
OK, an official OpenSSH advisory was released, see here:
<URL: http://www.mindrot.org/pipermail/openssh-unix-announce/2003-September/000063.html >
The fix is currently in FreeBSD -CURRENT and -STABLE. It will be
applied to the security branches as well today. Attached are patches:
buffer46.patch -- For FreeBSD 4.6-RELEASE and later
buffer45.patch -- For FreeBSD 4.5-RELEASE and
2008 Jan 21
0
Can't attach to running processes with GDB
-- cut here --
(gdb) attach 58621
Attaching to process 58621
/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/solib-svr4.c:1443:
internal-error: legacy_fetch_link_map_offsets called without legacy
link_map support enabled.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)
-- and here --
Any idea what corner to