Re: Can IPFW keep state after a flush?

2002-09-24 Thread dfolkins
n to implement a new > ruleset on an already-running system without disturbing any current valid > connections. Is such a thing possible, or am I dreaming? only solution i can think of is to add new rules from commandline, in addition to adding them to the ruleset. -- dfolkins To Unsubscribe

Re: changing subjects [in this manner]

2002-09-24 Thread dfolkins
yourself (or have your editor do it if it has a "paste as > quotation" function. or hit the reply button first, and have your mail client add the "> ", and _then_ copy the text, cancel the reply message, and start a fresh new message. way easier than adding > by hand. :

Re: DHCPD doesn't want to bind to any interface

2002-09-23 Thread dfolkins
From: <[EMAIL PROTECTED]> To: "dfolkins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 6:18 AM Subject: Re: DHCPD doesn't want to bind to any interface > Selon dfolkins <[EMAIL PROTECTED]>: > > From: <[EMA

Re: Resolving IP through DHCP on LAN

2002-09-22 Thread dfolkins
end host-name "delta"; your box will send the hostname to the dhcp server and all should work as expected. to be more correct, you may even put in something like this: interface "if0" { send host-name "delta"; } where "if0" is the name of your dhcp-configured ethernet interface (e.g. xl0, rl0, etc). hope this helps, -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: PPP connection via a GMC router

2002-09-20 Thread dfolkins
et that interface = to "DHCP" in your rc.conf), because that gmc router is probably using dhcp to assign your box an internal ip. to test out this theory, try running "/sbin/dhclient if0", where if0 is the name of your ethernet NIC (e.g. xl0, dc0, etc). hope this helps. -- dfolkins

Re: Upgrade Computer - old vidio card

2002-09-20 Thread dfolkins
From: "Grant Cooper" <[EMAIL PROTECTED]> To: "dfolkins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 10:00 AM Subject: Re: Upgrade Computer - old vidio card > Just curious. Never seen a question like this. And after buying

Re: user.mydomain.com

2002-09-19 Thread dfolkins
ot;, and you can probably find plenty of howtos online about how to set up dns. -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: DHCPD doesn't want to bind to any interface

2002-09-19 Thread dfolkins
dhcpd rl0 or are you using some other command line arguments for it? in other words, what is the exact command line that you use to run dhcpd (when you run it by hand). -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Upgrade Computer - old vidio card

2002-09-19 Thread dfolkins
all that powerful. but it will _work_, if that's what you are asking. and by the way, how is this related to freebsd? :) -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: ipfw rulesets

2002-09-18 Thread dfolkins
g this across, no. it is actually coming NOT from port 23 but from a random port between 1024 and 65535. i hope this cleared it up for you? i know its pretty confusing for someone who has not dealt with this before, but once you see how it works its pretty logical. -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: ipfw, natd, and keep-state - unexpected dynamic rules generated

2002-09-18 Thread dfolkins
From: "JoeB" <[EMAIL PROTECTED]> To: "dfolkins" <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 11:54 AM Subject: RE: ipfw, natd, and keep-state - unexpected dynamic rules generated > So you have fallen into the dirty secret about FBSD and IPFW/keep-stat

Re: ipfw rulesets

2002-09-18 Thread dfolkins
tter yet allow tcp from any to any 23 out keep-state but this is a whole other can of worms. for more detail, you could always do a "man ipfw". -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: disk upgrade on dual boot system

2002-09-18 Thread dfolkins
ay) install a standard mbr through sysinstall, run the WD util, and then install booteasy back again, but now on the new drive. and that way you wont have to reinstall either win98 or the freebsd. -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: kernel message

2002-09-18 Thread dfolkins
27; since there may not be enough good data in the packet to produce a meaningful log entry. -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

running ntalkd without inetd - is it possible?

2002-09-18 Thread dfolkins
, dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: NIC problem

2002-09-17 Thread dfolkins
- Original Message - From: "Bob Bomar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 8:22 PM Subject: NIC problem here is a "just in case": have you tried using different ports on the switch? or a different switch? -- dfol

ipfw, natd, and keep-state - unexpected dynamic rules generated

2002-09-17 Thread dfolkins
up" from the above rule 640. thank you all in advance. -- dfolkins To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: [SSH] Session Problem w/ 2 FreeBSDs

2002-09-17 Thread dfolkins
directive in > > > /etc/ssh/sshd_config. > > > > > > BTW: I didn't mix it up with ssh_config. > > > > > > What now? I cannot add a DNS at this time! =( > > > > Silly question, and forgive me for asking, but did you restart sshd after