btw, why should i use forward?
cause system has ONE deufalt route, so if i nat via otehr interface,
teh packets don't know to wwhch GW they have to go.
So maybe i need to add default gateways to other interfaces ?
so i have:
default gw is 213.252.192.161
and default gw for 213.252.192.142 is 213.
TH> On Sun, Dec 14, 2003 at 07:23:26PM -0500, fbsd_user wrote:
>> What do you think IPF is? That's the utility name used to load
>> filter rules into IPFILTER.
>> So you are doing just what I said. The original poster said
>> nothing about doing traffic shaping.
>> IPNAT will not function with ou
I've got a perl script doing some p5-sybase stuff for me.. However after
a while, it fails with the following error message:
.."socket: No buffer space available"...
I've seen other reports from other uses getting this problem however no
clear responses on a fix.
This script used to work find on
Ben Gnoinski wrote:
Hello I was just wondering if it was possible to forward e-mail messages using sendmail. If it is not possible could you give me an alternate solution in which I could transfer the e-mails to another e-mail account. Thank you for your time.
Ben Gnoinski
___
Hello I was just wondering if it was possible to forward e-mail messages using
sendmail. If it is not possible could you give me an alternate solution in which I
could transfer the e-mails to another e-mail account. Thank you for your time.
Ben Gnoinski
__
Greetings!
I've just installed jdk1.4.2 via ports on my FreeBSD 5.1. I've already
tested java compiler and interpreter and seems to be ok. Also, I have
run an applet demo that is included with jdk - ok!
But the problem is when I try to open an applet in a remote site (ICQ
Go! for example). It alw
I have a 4.9 system running various jails.
My clients want to be able to send confirmation emails via PHP's mail()
command.
Postfix doesn't seem to install right in the jail.
I found a program called mini-sendmail and compiled it to use a relay server
I have... It works fine from command line, b
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I am securing a machine for my new job, and I need to obviously, find and
eliminate all suid programs. This should not be too difficult on a
developer only install, and hitting a man page should be the most
difficult task of finding out how to find and -s these programs. (Hell if
you want to save m
On Sun, Dec 14, 2003 at 07:23:26PM -0500, fbsd_user wrote:
> What do you think IPF is? That's the utility name used to load
> filter rules into IPFILTER.
> So you are doing just what I said. The original poster said
> nothing about doing traffic shaping.
> IPNAT will not function with out IPFILTE
What do you think IPF is? That's the utility name used to load
filter rules into IPFILTER.
So you are doing just what I said. The original poster said
nothing about doing traffic shaping.
IPNAT will not function with out IPFILTER rules. At lease pass in
all on all interfaces. He listed none in
Hi !
I am having weird problem. I tried to install php5 but it seems that
FreeBSD has some stuff missing. In resolv.h, we are mising 4 aliases
res_ninit, res_nmkquery, res_nsend, res_nclose. I was working with some
people on php site, to disover why my compile fails and we came to this
conclus
"fbsd_user" <[EMAIL PROTECTED]> writes:
> Does FBSD have an built in preconfigured pop3 server?
> A pop3 server that's part of the FBSD basic install?
No.
> I know qpopper is in the ports.
And many others as well.
--
Lowell Gilbert, embedded/networking software engineer, Boston area:
On Sun, Dec 14, 2003 at 03:27:47PM -0800, Chris Pressey wrote:
> Apologies in advance if this is a stupid question, but I couldn't find
> anything relevant in the man pages or with Google:
mail list archives are a good bet too (MARC for example) :P
> How can I list all the packages I have installe
Hi,
I installed Linux compatibility when I installed FBSD 4.8, but I've never
really done anything with it.
While portupgrading , I was presented with a prompt that I don't know how to
respond to:
You need to create the null device in your jail root environment.
Run the following commands outs
On Sun, Dec 14, 2003 at 03:27:47PM -0800, Chris Pressey wrote:
> Hi all,
>
> Apologies in advance if this is a stupid question, but I couldn't find
> anything relevant in the man pages or with Google:
>
> How can I list all the packages I have installed in a certain category?
>
> I'm thinking it
On Sun, Dec 14, 2003 at 06:01:08PM -0500, fbsd_user wrote:
> I think you are confused. IPNAT is part of ipfilter firewall and
> IPFW is an different firewall who has his own NATD function. You can
> not use one part from one and the other part from the other one.
> They work as an set, IPNAT/IPFI
Hi all,
Apologies in advance if this is a stupid question, but I couldn't find
anything relevant in the man pages or with Google:
How can I list all the packages I have installed in a certain category?
I'm thinking it should be something like 'pkg_info -C games', but AFAICT
pkg_info doesn't have
I think you are confused. IPNAT is part of ipfilter firewall and
IPFW is an different firewall who has his own NATD function. You can
not use one part from one and the other part from the other one.
They work as an set, IPNAT/IPFILTER or IPFW/NATD. Your best bet is
to use IPNAT and it's firewall
On Sun, Dec 14, 2003 at 11:54:41PM +0100, r t g tan wrote:
> Hi,
>
> checking for minimum required perl version >= 5.004... 5.00503
> checking for full perl installation... no
> configure error: Cannot find Config.pm or $Config{archlib}. A full
> perl installation is requir
Hi,
Im getting the following output when I try
to make install the gnome2-lite meta-port,
for the build of mozilla-gtk2..
checking for minimum required perl version >= 5.004... 5.00503
checking for full perl installation... no
configure error: Cannot find Config.pm or $Con
f> Does FBSD have an built in preconfigured pop3 server?
f> A pop3 server that's part of the FBSD basic install?
f> I know qpopper is in the ports.
courier-imap has both POP3 and IMAP servers I think.
f> Thanks
f> ___
f> [EMAIL PROTECTED] mailing list
f
hello all.
I'm trying to to smth like load balancing between 3 interfaces using
ipnat and ipfw
my gw's are:
213.252.192.161 on fxp0 with 213.252.192.162
213.252.192.141 on vlan0 with 213.252.192.142
212.59.9.1 on rl1 with 212.59.9.59
the ruleset i have is:
in ipfw:
ipfw add 1001 fwd 213.252
Does FBSD have an built in preconfigured pop3 server?
A pop3 server that's part of the FBSD basic install?
I know qpopper is in the ports.
Thanks
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscri
Use this command
mount_msdos /dev/fd0 /mnt
cd /mnt
ls
not your command
mount -t msdos /dev/fd0 /mnt/floppy,
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of nil ban
Sent: Sunday, December 14, 2003 1:21 PM
To: [EMAIL PROTECTED]
Subject: I can't mount dos for
On Sun, 14 Dec 2003 14:27:23 -0600
Dan Nelson <[EMAIL PROTECTED]> wrote:
[snipped]
-> "Vunum ld" will list the disks and their status. If you're not sure
-> which physical disk is "da1", you'll probably have to look at the
-> jumper settings on each drive.
If you can see the serial numbers on t
In the last episode (Dec 14), Hossein said:
> In our department we are going to use a 5.1 Stable FreeBSD, and
> it must run NIS client to authonticate the users through a Linux NIS
> server.
> The ypbind works well and when I do "ypcat passwd" I get the
> enteries in the passwd of the N
In the last episode (Dec 14), Joachim Dagerot said:
> I have seven disks in my cabinett, three of them builds a vinum
> RAID-5 plex.
>
> One of the disks in the RAID is down according to "vinum list".
>
> I could use some honts on how to determine which physical disk is
> named what in my system,
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html
>
> It would be nice if you could add a point between points 3 and 4 on this
> page which says...
>
> If you haven't done a make world, do:
>
> cd /usr/src/lib/libsmutil
> make depend
> make obj
> make
> cd /usr/src/lib/l
Hi,
If I install FreeBSD 4.9 on my IBM 600x thinkpad, it prompts me for
kernel config, and then detects my pcmcia network card, allowing me to
do a net install.
However, I would like to give 5.2 a whirl, but it does not detect my
card, and I can not find where to set it up. I have looked onlin
On Sun, 14 Dec 2003 08:39:16 -0800
[EMAIL PROTECTED] wrote:
> Your membership in the mailing list freebsd-questions has been
> disabled due to excessive bounces The last bounce received from you
> was dated 14-Dec-2003. You will not get any more messages from this
> list until you re-enable your
On Sun, Dec 14, 2003 at 10:14:48AM -0800, nil ban wrote:
>
> Hello,
>
> Plz tell me how I'll be able to mount 1.44mb dos
> formatted(fat filesystem) floppy. Whenever I give the
> command #mount -t msdos /dev/fd0 /mnt/floppy,
> I get the following promt;
> msdosfs: /dev/fd0: Input/output error.
On Sun, Dec 14, 2003 at 06:36:31PM +0100, Mathieu Arnold wrote:
> Hi,
>
> I have a few routers who don't have any 127.0.0.1, because their loopback has
> a a routable address so that I can use an IGP with them.
> Now, I guess that's the reason why ntpd is not working, and I was wondering
> how I c
Hello,
Plz tell me how I'll be able to mount 1.44mb dos
formatted(fat filesystem) floppy. Whenever I give the
command #mount -t msdos /dev/fd0 /mnt/floppy,
I get the following promt;
msdosfs: /dev/fd0: Input/output error.
I also wrote msdosfs instead of msdos and try other
floppies but the resul
Hello,
Plz tell me how I'll be able to mount 1.44mb dos
formatted(fat filesystem) floppy. Whenever I give the
command #mount -t msdos /dev/fd0 /mnt/floppy,
I get the following promt;
msdosfs: /dev/fd0: Input/output error.
I also wrote msdosfs instead of msdos and try other
floppies but the resu
Dear Sir.
Due to my bad English I will try to explain what kind of malfunktion I discovered
in the newest magicfilter 1.2 stuff. Prior to this malfunktion, I used magicfilter
in the desired way - fully functioning!
Base system is a FreeBSD 5.2-RC box acting as printserver for a couple of HP
netwo
On Sun, 14 Dec 2003 08:47:44 -0800
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Sun, Dec 14, 2003 at 02:27:08PM +0100, martin vana wrote:
> > Hi,
> > after binary upgrade from 5.1 to 5.2 RC1 I've encoutered some non-critical
> > misbehaviour of my box,
> > after executing mount :
> >
> > /home
Hi,
I have a few routers who don't have any 127.0.0.1, because their loopback has
a a routable address so that I can use an IGP with them.
Now, I guess that's the reason why ntpd is not working, and I was wondering
how I could do have it work with another IP, I guess I'll have to add some
config d
Hello!
Sorry for my bad english
We have router on FreeBSD 4.8-RELEASE (IP Filter: v3.4.31)and want to
NAT our LAN. We have 3 computer at LAN - 192.168.0.2,
192.168.0.3,192.168.0.4. We put the rule to ipnat.rules:
/etc/ipnat.rules
map rl0 192.168.0.0/26 -> 195.112.113.242/32
So all work all r
> i have Award Modular BIOS v 4.41 PG (c) 1984-96 (cd-rom Bootable),
> Pent 133Mhz 1.2 Gig and 32 Megs 3com nic. no mouse.
> i downloaded 4.9 in 2 .iso images and setup some floppies for booting.
> the Kern.flp disk executes fine and asks for Mfsroot.flp. but this disks
> returns
> zf_read unexpec
Benjamin Lutz <[EMAIL PROTECTED]> writes:
> Let's start with top(1)'s memory categories:
Please read the FAQ entry "What do the various memory states displayed
by top mean?" and see if which of your questions remain unanswered.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#TOP-
On Sun, Dec 14, 2003 at 02:27:08PM +0100, martin vana wrote:
> Hi,
> after binary upgrade from 5.1 to 5.2 RC1 I've encoutered some non-critical
> misbehaviour of my box,
> after executing mount :
>
> /home/vana#mount
> on ()
> on ()
> on ()
> on ()
> on ()
> on ()
>
> and fsck:
>
On Sun, Dec 14, 2003 at 01:50:11PM +0100, Stefan Cars wrote:
> Hi!
>
> How good is the SMP-stability on 5.2. I'm currently running 4.9 on some
> non-critical servers and I'm thinking of installing 5.2, how good is the
> SMPng now ?
Improving all the time, but the only real answer is "try it and s
On Sat, Dec 13, 2003 at 01:48:55PM +0100, Johan Guijt wrote:
> Hi,
>
> I need FreeBSD 5.0-RELEASE (no older or newer).
> When I try to update packages it looks like the Directory is missing.
>
> Instead of 5.0-release there's a 5.0-current Dir on the FTP server.
>
> Am I doing something wrong?
On Sun, Dec 14, 2003 at 06:13:39PM -0500, Hossein wrote:
> Hello every body;
> In our department we are going to use a 5.1 Stable FreeBSD, and it
> must run NIS client to authonticate the users through a Linux NIS server.
> The ypbind works well and when I do "ypcat passwd" I get the
I'm trying to understand what FreeBSD uses its memory for.
Unfortunately, I've not been able to find documentation that answers all
my questions, so I'm hoping someone on this list can answer them.
Let's start with top(1)'s memory categories:
Free: Not used for any purpose. (vm.stats.vm.v_free_co
Hello, all
How i can send message to current maillist? I have try send to
[EMAIL PROTECTED] and to [EMAIL PROTECTED] but i recive
only messages like this:
<[EMAIL PROTECTED]> : FAILED (permanent error): RCPT response unsuccessful
<[EMAIL PROTECTED]> : FAILED (permanent error): RCPT
On Sun, Dec 14, 2003 at 04:34:13PM +1100, matti k wrote:
> I have a problem whereby the nvidia drivers cause my system to
> hang/reboot a few seconds after startx. I have discovered that
> disabling the SMP/apic lines in the kernel fixes the problem. This
> occurs on 5.2-CURRENT and 4.9-RELEASE.
>
Hello every body;
In our department we are going to use a 5.1 Stable FreeBSD, and it
must run NIS client to authonticate the users through a Linux NIS server.
The ypbind works well and when I do "ypcat passwd" I get the
enteries in the passwd of the NIS server. I added the correct
On Sun, Dec 14, 2003 at 09:28:55AM -0500, stan wrote:
> I'm rebuilding a machine that suffred a root disk crash. I can't seem to
> find the place to put the optiosn I pass to various port's "make install"
> comands (as defines), so they will be reused, when I use portupgrade to
> keep them up to da
I'm rebuilding a machine that suffred a root disk crash. I can't seem to
find the place to put the optiosn I pass to various port's "make install"
comands (as defines), so they will be reused, when I use portupgrade to
keep them up to date.
Where is thsi file?
--
"They that would give up essenti
Hi,
after binary upgrade from 5.1 to 5.2 RC1 I've encoutered some non-critical
misbehaviour of my box,
after executing mount :
/home/vana#mount
on ()
on ()
on ()
on ()
on ()
on ()
and fsck:
/home/vana#fsck -y
/libexec/ld-elf.so.1: fsck: Undefined symbol "execvP"
Whole system wor
Hi!
How good is the SMP-stability on 5.2. I'm currently running 4.9 on some
non-critical servers and I'm thinking of installing 5.2, how good is the
SMPng now ?
/ Stefan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freeb
I have installed FreeBSD on a Desktop Machine with a
TI 1410 PCI Cardbus
Bridge and an Avaya Silver Wireless Network Card. The
card connects
perfectly to a D-Link Access Point in Debian and even
in Windows XP.
However, in FreeBSD there is "no carrier" no matter
what I seem to try.
Troubleshoo
Hi!
That was removed, it's not in 4.9!
/ Stefan
-Original Message-
From: Minnesota Slinky [mailto:[EMAIL PROTECTED]
Sent: den 14 december 2003 01:13
To: 'Stefan Cars'; 'Rob'
Cc: [EMAIL PROTECTED]
Subject: RE: Need help: HyperThreading-CPU + FreeBSD-Stable +
Multi-threading
I _believe_
I'm not sure if I'm brave or just stupid, but I have running my
complex freeBSD for several years now, every week something is tuned,
installed or tweaked, however, I'm not very good on computers! :-\ My
problem:
I have seven disks in my cabinett, three of them builds a vinum RAID-5
plex.
One o
Hi ,
I checked too many configuration example too many people are
using limit parameter with keep-state bur when I use two things with it
it's not working I cant see the rules when I wrote ipfw show but when I
use it with setup ,limit parameter limit parameter is running ?!
Any idea ?!
On Sunday 14 December 2003 01:16 am, [EMAIL PROTECTED] wrote:
> On Sun, 14 Dec 2003, Kent Stewart wrote:
> > Well, there is this piece of info in /usr/src/UPDATING
> >
> > 20030904:
> > Between August 9th and August 30th, a bug existed in the i386
> > virtual memory system which cou
On Sun, 14 Dec 2003, Kent Stewart wrote:
> Well, there is this piece of info in /usr/src/UPDATING
>
> 20030904:
> Between August 9th and August 30th, a bug existed in the i386
> virtual memory system which could cause panics under load.
> Anyone running a kernel built betwee
On Saturday 13 December 2003 11:52 pm, Jaime wrote:
> On Sunday, December 14, 2003, at 01:40 AM, Gautam Gopalakrishnan wrote:
> > On Sun, Dec 14, 2003 at 12:19:19AM -0500, Jaime wrote:
> >>Its probably SpamAssassin, which is run against every incoming
> >> message. This causes it to have lots
The FreeBSD Diary contains a large number of practical
examples and how-to guides. This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website. Before you post a question
here it might be a good idea to first search the mailing list
arc
On Sunday, December 14, 2003, at 01:40 AM, Gautam Gopalakrishnan wrote:
On Sun, Dec 14, 2003 at 12:19:19AM -0500, Jaime wrote:
Its probably SpamAssassin, which is run against every incoming
message. This causes it to have lots of copies in memory at once and
to run/quit very often. I don't thin
Jaime writes:
On Sunday, December 14, 2003, at 01:49 AM, Ian Moore wrote:
# Allow outgoing pings
${fwcmd} add pass icmp from any to any icmptypes 8 out via ${oif}
${fwcmd} add pass icmp from any to any icmptypes 0 in via ${oif}
where I have defined ${oif} as
oif="xl1"
where xl1 is my external
On Sunday, December 14, 2003, at 01:49 AM, Ian Moore wrote:
# Allow outgoing pings
${fwcmd} add pass icmp from any to any icmptypes 8 out via ${oif}
${fwcmd} add pass icmp from any to any icmptypes 0 in via ${oif}
where I have defined ${oif} as
oif="xl1"
where xl1 is my external interface
The abov
65 matches
Mail list logo