Split DNS, LAN, DMZ

2003-01-10 Thread bsdaemon
Hello all

I am setting up a network at home, and I'd like the following configuration:

outside--DHCP-->firewall (trihomed)--(10 net)-->LAN
   |___>DMZ (private IP?)

Is this feasible?  I saw some references that said the DMZ has to be a public IP, and 
others that [I think] said it was possible to use a private IP for  the DMZ.  Could 
someone clear this up for me?

Thanks, I'm a little confused!

--
bsdaemon
freebsd: the power to serve >>
http://www.freebsd.org
[EMAIL PROTECTED]

-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Meet Singles
http://corp.mail.com/lavalife


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Bazillion kernel messages?

2003-01-09 Thread bsdaemon

- Original Message -
From: Steve Warwick <[EMAIL PROTECTED]>
Date: Thu, 09 Jan 2003 16:52:02 -0800
To: <[EMAIL PROTECTED]>
Subject: Bazillion kernel messages?

> I have a bazillion of these kernel messages showing up in my logs...
> 
> Jan  9 13:53:30 la last message repeated 7 times
> Jan  9 13:59:21 la /kernel: arp: 00:05:32:0e:64:12 attempts to modify
> permanententry for 12.158.234.65 on rl0
> 
> I know rl0 is my ethernet but I don't host the .65 address. I have not seen
> these before - does anyone know what these messages mean?
> 
> As always, advice and suggestions gratefully received.
> 
> Thanks
> 
> Steve

No help here, but I get this (alot) and I've seen it discussed, but no resolution (if 
one is needed):
./kernel: arp: [address] has moved to [different] address on [cable modem mac 
address]

I'd be interested in any suggestions, as well.

--
bsdaemon
freebsd: the power to serve >>
http://www.freebsd.org
[EMAIL PROTECTED]

-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Meet Singles
http://corp.mail.com/lavalife


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: help

2003-01-09 Thread bsdaemon

- Original Message -
From: jeremy <[EMAIL PROTECTED]>
Date: Thu, 09 Jan 2003 15:04:51 -0500
To: [EMAIL PROTECTED]
Subject: help

> 
> i am runing freebsd 4.5 and i can not compile my kernel i get "Stop in
> /usr/src/sys/compile/MYKERNEL."
> 
> here is my kernel file
> 
> 
> any help would be nice thanks jeremy

>

> # SCSI peripherals
> #device   scbus   # SCSI bus (required)
> #device   da  # Direct Access (disks)

> deviceumass   # Disks/Mass storage - Requires scbus and da
 

I think it may be this.  device umass (usb mass storage device), which is enabled, 
requires scbus (scsi bus) and da (direct access) which are disabled.  Either enable 
scsi and da, or disable the umass device, and recompile.  That should do the trick! (I 
had this problem a few months back...)


--
bsdaemon
freebsd: the power to serve >>
http://www.freebsd.org
[EMAIL PROTECTED]

-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Meet Singles
http://corp.mail.com/lavalife


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message