Re: hostnames and interfaces

2003-11-21 Thread Michael K. Smith
ted in hosts to the restrictions of your hardware and installation of Apache. Mike - -- Michael K. SmithNoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED]http://www.noanet.net -BEGIN PGP SIGNATURE- Version: PGP 8.0.3 iQA/AwUBP76RfZzgx7

Re: FreeBSD as PF/Router/Firewall dying on the vine

2008-10-11 Thread Michael K. Smith
Hello Jeremy: On 10/6/08 9:30 PM, "Jeremy Chadwick" <[EMAIL PROTECTED]> wrote: > On Mon, Oct 06, 2008 at 06:08:50PM -0700, Michael K. Smith - Adhost wrote: >> Hello All: >> >> We have a load balanced pair of PF boxes sitting in front of a whole bunch of

Re: rTorrent + FreeBSD + pf = freeze?

2009-11-23 Thread Michael K. Smith
On 11/23/09 2:28 PM, "Michael Schaefer" wrote: > On 22.11.2009 23:11, cpghost wrote: >>> Have you tried to run rtorrent and the router on two different >>> FreeBSD machines? Does it lock the router, or does it crash the >>> rtorrent box only, or both? > > even though i haven't been asked i might

RE: How to determine the version of sshd

2003-09-17 Thread Michael K. Smith
len Maximum hostname length for utmp recording -4 Use IPv4 only -6 Use IPv6 only -o option Process the option as if it was read from a configuration file. -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED]http:/

RE: Internal mail not working

2003-01-18 Thread Michael K. Smith
You should add the following to your /etc/hosts file: 127.0.0.1 localhost localhost.my.domain You don't have any reference between the name "localhost" and the 127 address. Mike Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [

Re: ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Michael K. Smith
ssword? Also, and this probably doesn't change your present situation (but may because some things about ssh are just plain weird), your directory should be rwx for user only, so make sure to chmod go-rx that directory. Mike -----------

Re: ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Michael K. Smith
On Tuesday, January 21, 2003, at 03:00 PM, Bob Willcox wrote: On Tue, Jan 21, 2003 at 02:38:33PM -0800, Michael K. Smith wrote: Hello: Did you create your keys with no passwords, as in "ssh-keygen -t dsa" then just hit return a couple of times instead of giving a password? No, I

Re: Subnetting or Bridging to secure different dapartments on our School LAN?

2003-01-23 Thread Michael K. Smith
Switch -> VLAN 100 -> Internal Users and VLAN 200 -> Internet Users Mike ------------ -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED] http://www.noanet.net To Unsubscribe: send mail t

Re: 4.7R - Kernel Compile (old way) "Error code 1"

2003-01-24 Thread Michael K. Smith
Hello Danny: On Fri, 24 Jan 2003, Danny wrote: > Greetings, > > I am trying to build a custom kernel, but I recieved a stop error after > (90% sure it was) executing "make" - based on the "old way" instructions > in the handbook (printed out, but it maybe a release or two old). > > Please let me

Re: IMAPd

2003-01-28 Thread Michael K. Smith
use for inetd.conf (which I think is the default). imap4 stream tcp nowait root/usr/local/libexec/imapd imapd Mike -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED

ICMP/Connection Oddity

2003-01-28 Thread Michael K. Smith
? I'm out of ideas. Thanks, Mike ------------ -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED] http://www.noanet.net To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: ICMP/Connection Oddity (SOLVED)

2003-01-28 Thread Michael K. Smith
On Tuesday, January 28, 2003, at 01:18 PM, Chuck Swiger wrote: Michael K. Smith wrote: [ ... ] So, here's the issue. When I ping any of the FreeBSD servers, every 200th packet is dropped, irrespective of frame size (anywhere from 100 to 1500 bytes). I see exactly the same behavi

Syslog Configuration Question

2003-01-31 Thread Michael K. Smith
s.log -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED] http://www.noanet.net To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Syslog Configuration Question

2003-01-31 Thread Michael K. Smith
On Friday, January 31, 2003, at 10:35 AM, JoeB wrote: Add this local5.none;local6.none;local7.none /var/log/messages No spaces between works Thanks for the info above. Are there any important system messages that will be caught by this? I wouldn't want to miss something because I ha

Can't run "newaliases"

2003-02-03 Thread Michael K. Smith
Hello All: I'm trying to run the "newaliases" command which worked fine the last time I ran it some time ago. Also, if I copy the aliases file to another machine and run it there it works with no trouble, so the file is good. When I run it, it just hangs with no output. It will stay there until

Re: arplookup messages? now what have I done?

2003-02-06 Thread Michael K. Smith
.176.110 netmask 0x" > Hey: Your interface is in xxx.168.0.0/24 and your aliases are in xxx.167.0.0/24. Those are two different subnets. You need to configure your aliases in xxx.168.0.0 or reconfigure the interface into xxx.167.0.0. Or, you could extend your subnet mask to a

RE: arplookup messages? now what have I done?

2003-02-06 Thread Michael K. Smith
recommend using the .209 or .222 address (first and last useable in the subnet) as your tl0 (default gateway) interface. It's standard operating procedure and will help you in the troubleshooting process to have things fairly standardized. If you set your interface to .209, then you could set interf

RE: arplookup messages? now what have I done?

2003-02-06 Thread Michael K. Smith
all that your aliases and interface on the de0 side were in different subnets to start. Plus, all of your aliases were using IP's from the de0 subnet (with the wrong mask, mind you) but were attached to the tl0 interface. Mike -- Michael K. Smith Senior Network and Systems Engineer - NoaNet

POP Error in /var/log/messages

2003-02-13 Thread Michael K. Smith
very basic. User mike is able to log in via other mechanisms and is receiving mail (albeit not all the time given the message above). Does anyone know what I need to do to fix this? Thanks, Mike -- Michael K. Smith

Re: Another Sendmail question

2003-03-05 Thread Michael K. Smith
On Wed, 5 Mar 2003, Tommy Forrest - KE4PYM wrote: > One more sendmail question. After installing the ports version and > telnetting to my local host on port 25 I get the following greeting: > > 220 myhost.com ESMTP Sendmail 8.12.8/8.11.1; Wed, 5 Mar 2003 21:03:12 > -0500 (EST) > > Should 8.11.1 b

Re: Syslog problem

2003-03-08 Thread Michael K. Smith
Hello Chuck: On Sat, 8 Mar 2003, Chuck Rock wrote: > For the last few versions of FreeBSD, I have not been able to get my syslog > to log my dial-up pool from my Cisco router. > > I changed the syslog startup flags in rc.conf. > > I'm running it now as /usr/sbin/syslogd -a 207.206.185.1/27 -a > 2

RE: Traceroute issues

2003-03-11 Thread Michael K. Smith
> > Hi all. Got a really weird issue here. Got a router > that uses simple nat > that for some reason won't allow me to traceroute out of my > freebsd box, > but every other computer connected to the router can, and can > traceroute > with flying colors. What might possibly be wrong

RE: sed to replace the words

2003-03-11 Thread Michael K. Smith
Does it have to be sed specifically? How about: cat test.sed | awk '{print $2,$1}' > newfile Mike Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED] http://www.noanet.net > -Original Message- > From: [EMAIL PR

Re: syslogd_flags for multiple allowed peers

2003-03-15 Thread Michael K. Smith
On Sat, 15 Mar 2003, wease wrote: > Hello all, > > I am setting up a multi-homed loghost using FreeBSD 4.5. This machine > will > be logging for a Linux server and a black box firewall, both on > different > subnets. I can only seem to get one ip working with the allowed peer > argument to syslo

RE: syslogd_flags for multiple allowed peers

2003-03-16 Thread Michael K. Smith
> > > Thanks for your tip Mike. Why it wouldn't work without the > service is beyond me but it seemed to do the trick. Thanks again. > > Keith > Hey: I think the issue is, if you are going to set the -a flag, you have to have the syntax correct. In the case of this flag, it requires the se

Re: Freebsd - restarting itself - followup

2003-03-24 Thread Michael K. Smith
rms if/when the AC from the wall fails. Mike -------- -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED] http://www.noanet.net To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscr

RE: ssh and rsync without password

2003-03-26 Thread Michael K. Smith
: - cat local.key >> .ssh/authorized_keys At this point, your remote machine should accept a passwordless login from that "local" machine. Mike Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED] http://www.noanet.net > --

Re: vim question...

2009-06-14 Thread Michael K. Smith
On 6/14/09 7:46 PM, "Gary Kline" wrote: > > > the main reason i don't use vim is because of its [u]ndo > command. as most of you can understand, there are a whole slew > of times when i need to undo something. too often in vim, > hitting 'u' --- sometimes > once accidentally --- has result

Re: sendmail configuration

2003-08-06 Thread Michael K. Smith
On 8/5/03 11:40 AM, "Kirk R. Wythers" <[EMAIL PROTECTED]> wrote: > On Tue, 2003-08-05 at 16:51, Michael K. Smith wrote: >> On 8/5/03 9:32 AM, "Kirk R. Wythers" <[EMAIL PROTECTED]> wrote: >> >>> On Mon, 2003-08-04 at 15:40, Jonathan Chen wr

Question concerning dual-NIC configuration

2003-08-06 Thread Michael K. Smith
ed1 -> 172.16.1.6/30 Then, on the router, I have a route statement for 192.168.1.1/32 over the two interface subnets. Is this possible? Mike -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED]http://www.noanet.net __

Re: ISPs blocking SMTP connections from dynamic IP address space

2003-08-07 Thread Michael K. Smith
8 space such as 10.0.0.0/8? Or, are you referring to addresses in what is commonly referred to as "the swamp," comprised of pre-CIDR allocations of addresses? Mike -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) [EMAIL PROTECTED]http://www.noanet.ne

RE: Question concerning dual-NIC configuration

2003-08-08 Thread Michael K. Smith
why would ya want to route lo1 127.0.0.1 to a 192.x.x. address ??? seems to me that there are to many system side processes that listen or ocmmunicate thru that...giving access or routing that traffic to a internal address ...doesnt seem to smart to me. -- I wouldn't; I was using that as an exam

Re: Server Ident

2003-08-09 Thread Michael K. Smith
dentd -w > -t120 > > But seems its still not working, when i telnet to ip port 113 it doesnot > accept. > > also when i use an IRC client such BitchX > i still have the ~ in the ident part! > > Can someone tell me how to enable ident > and dsiable this ~ for irc clients.

Re: sendmail configuration

2003-08-14 Thread Michael K. Smith
e sending out mail. Is > there anything that needs to be done to make sure that 'hostname.mc' > gets activated? Should the 'make' and 'make install' commands take > 'hostname.mc' as an agrument? > > I just seems like I have all these .mc files in /etc/m

Re: How can I link two separate internal networks to two separate external networks

2008-12-22 Thread Michael K. Smith
Hello Geoff: On 12/22/08 4:06 AM, "Geoff Roberts" wrote: > Hi, > > I have a FreeBSD 7.0 box with pf. > > I have two internal networks (intnet0 and intnet1) and two internal networks > (extnet0 and extnet1). > > extnet0 and extnet1 are two different gateways to the internet. > > I only have

RE: Different DNS responses depending on query source

2007-10-11 Thread Michael K. Smith - Adhost
Hello Jeff: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Jeffrey Goldberg > Sent: Thursday, October 11, 2007 8:55 AM > To: freebsd-questions@freebsd.org > Subject: Different DNS responses depending on query source > > The host that

IPv6 Display - Multiple Applications

2007-10-16 Thread Michael K. Smith - Adhost
Hello All: I'm curious if there is any timeline for the correct display of IPv6 addresses in various displays. In particular, I'm interested in being able to see a full address in 'who' and 'netstat' so I can track connections to the server. Presently, the display shows: [EMAIL PROTECTED] ~]$ w

RE: www.freebsd.org won't load in IE 7.x in vista box.

2007-10-17 Thread Michael K. Smith - Adhost
Hello Lisandro: You can try this from a command prompt. netsh interface teredo set state disabled That disables teredo for the entire system. I don't think you can just disable it for the browser. Regards, Mike > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- >

RE: www.freebsd.org won't load in IE 7.x in vista box.

2007-10-17 Thread Michael K. Smith - Adhost
Hello Lisandro: Sure, here's the output from a Vista laptop and ping. C:\>ping www.freebsd.org Pinging www.freebsd.org [2001:4f8:fff6::21] from 2001:468:1420:f:5872:c1f6:31bd: 2608 with 32 bytes of data: Reply from 2001:4f8:fff6::21: time=144ms Reply from 2001:4f8:fff6::21: time=142ms Reply fro

Odd PF Denied Message

2007-10-18 Thread Michael K. Smith - Adhost
Hello All: We're getting a ton of these. +Connection attempt to TCP 127.0.0.1:113 from 127.0.0.1:52655 flags:0x02 We've basically allowed all traffic to and from 127.0.0.1 in our ruleset, but nothing seems to work. Does anyone have a magic bullet to make this go away? Thanks for any help! Reg

RE: Odd PF Denied Message

2007-10-18 Thread Michael K. Smith - Adhost
Hello Nikos: > -Original Message- > From: Nikos Vassiliadis [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 9:30 AM > To: freebsd-questions@freebsd.org > Cc: Michael K. Smith - Adhost > Subject: Re: Odd PF Denied Message > > On Thursday 18 October

RE: How To Change Email Addr?

2007-10-18 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 11:52 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: freebsd-questions@freebsd.org > Subject: Re: How To Change Email Addr

Separating Mail from Security Output and Daily Run Output

2007-10-18 Thread Michael K. Smith - Adhost
Hello All: Is there a way on the server side to have the output from the Security Run and the Daily Run to go to separate email addresses? We have a gihugic number of servers sending everything to a single address and I'd like to be able to parse out the Security reports by "from" address rather

RE: Help for very bad perf for MySQL

2007-11-27 Thread Michael K. Smith - Adhost
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Josh Carroll > Sent: Tuesday, November 27, 2007 8:12 AM > To: Ted Mittelstaedt > Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org > Subject: Re: Help for very bad perf for MySQL > >

PF - Carp and vhid limitations

2007-12-05 Thread Michael K. Smith - Adhost
but I don't see that in FreeBSD. Regards, Mike -- Michael K. Smith, GISP [EMAIL PROTECTED] w: +1 (206) 404-9500 f: +1 (206) 404-9050 PGP: B49A DDF5 8611 27F3 08B9 84BB E61E 38C0 (Key ID: 0x9A96777D) PGP.sig Description: PGP signature

PF with VLAN's - Reference Physical Interface or VLAN Interface?

2007-12-06 Thread Michael K. Smith - Adhost
Hello All: Thanks to everyone for the hints on carp_alias interfaces. On a second note, we are implementing 802.1Q trunked interfaces. So, our pre-vlan configuration is: $ext_if="em1" And an associated NAT rule is: nat on $ext_if from $mail_in01_int to any -> $mail_in01_ext With the additi

RE: Problem with NAT/RDR in PF

2007-12-10 Thread Michael K. Smith - Adhost
Hello Catalin: > > Michael Smith <[EMAIL PROTECTED]> wrote: > > > On Dec 9, 2007, at 3:34 PM, Erik Norgaard wrote: > > > Michael Smith wrote: > >> Hello All: > >> I am trying to configure a round-robin group of Name Servers > that > >> respond on to and from a s

RE: /etc/hosts not working

2008-09-11 Thread Michael K. Smith - Adhost
Hello David: _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Naylor Sent: Thursday, September 11, 2008 1:49 PM To: freebsd-questions@freebsd.org Subje

RE: ipv6

2008-09-22 Thread Michael K. Smith - Adhost
> > Excuse me for jumping in on this thread, I'm only just starting to look > into IPv6 for myself. > > My ISP has informed me that it doesn't support IPv6 yet, and won't for > some time. I have a DNS server and sites on IPv4, but I'd like to be > able to support IPv6- does the fact that my ISP d

Problem with Passive FTP through PF

2008-10-06 Thread Michael K. Smith - Adhost
lan10_if proto { udp tcp } from any to $f1_cps01_ext1 port { 80 443 ftp 49152:65535 } -> $f1_cps01_int1 sticky-address -- Michael K. Smith - CISSP, GISP Chief Technical Officer - Adhost Internet LLC [EMAIL PROTECTED] w: +1 (206) 404-9500 f: +1 (206) 404-9050 PGP: B49A DDF5 8611 27F3 08B9 84BB E

FreeBSD as PF/Router/Firewall dying on the vine

2008-10-06 Thread Michael K. Smith - Adhost
Hello All: We have a load balanced pair of PF boxes sitting in front of a whole bunch of server doing all manner of things! It's been working great up until today when it, well, didn't. Here's what I see in top -S. PID USERNAME THR PRI NICE SIZERES STATE C TIME WCPU COMMAND

RE: I've just found a new and interesting spam source - legitimatebounce messages

2008-10-20 Thread Michael K. Smith - Adhost
> The term coined for this type of mail is "backscatter". > > There is no easy solution for this. The backscatter article on > postfix.org, for example, caused our mail servers to start rejecting > mail that was generated from PHP scripts and CGIs on our own systems, > which makes no sense. The

RE: pf nuttyness

2009-11-25 Thread Michael K. Smith - Adhost
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Brian McCann > Sent: Tuesday, November 24, 2009 3:03 PM > To: freebsd-questions > Subject: pf nuttyness > > I'm at the end of my rope here with PF. I have a rulese

RE: afp+pf

2009-12-23 Thread Michael K. Smith - Adhost
Hello Danielisz: > > I'm sending you my pflog captured whiled I try to connect, maybe > somebody will figure out something: > > > # tcpdump -i rl0 -n port 548 > tcpdump: verbose output suppressed, use -v or -vv for full protocol > decode > listening on rl0, link-type EN10MB (Ethernet), capture s

RE: [OT] pfSense Book Publisher

2011-09-02 Thread Michael K. Smith - Adhost
Hi Alejandro: I'm not aware of a pfSense book, but if you want a book on PF, there is: The OpenBSD PF Packet Filter Book Editor: Jeremy C. Reed Publisher: Reed Media Services ISBN: 978-0-9790342-0-6 Regards, Mike -- Michael K. Smith - CISSP, GSEC, GISP Chief Technical Officer - A

FreeBSD 6.1 PAM Configuration Problem

2006-11-09 Thread Michael K. Smith - Adhost
Hello All: I've posted this to the Samba list with no success and I'm hoping someone here will have experience with this configuration. We're using Winbind to authenticate against an Active Directory and it works perfectly *if* the user is in the local password database. If the user is not, then

RE: access-lists and QoS implementation

2006-11-09 Thread Michael K. Smith - Adhost
Hello: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joao Barros Sent: Thursday, November 09, 2006 12:36 PM To: Bill Moran Cc: Mark; freebsd-questions@freebsd.org Subject: Re: access-lists and QoS implementation On 11/9/06, Bill Moran <[EMAIL PROTECTED]

RE: 10Mbps versus 100Mbps Cable Modems

2007-07-11 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of fbsd2 > Sent: Wednesday, July 11, 2007 10:27 AM > To: Jeff Mohler > Cc: [EMAIL PROTECTED] ORG > Subject: RE: 10Mbps versus 100Mbps Cable Modems > > Sure they have more than 10Mbps

RE: sshd config config file question

2007-07-11 Thread Michael K. Smith - Adhost
Hello Huy: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Schiz0 > Sent: Tuesday, July 10, 2007 7:13 PM > To: Huy Ton That > Cc: [EMAIL PROTECTED] > Subject: Re: sshd config config file question > > On 7/10/07, Huy Ton That <[EMAIL P

RE: cannot log in via console, cannot su(1), only as root

2007-07-13 Thread Michael K. Smith - Adhost
Hello Martin: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of martinko > Sent: Thursday, July 12, 2007 5:28 PM > To: freebsd-questions@freebsd.org > Subject: Re: cannot log in via console, cannot su(1), only as r

RE: Wathdog Timeout HELP

2007-08-08 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Paul Fraser > Sent: Wednesday, August 08, 2007 3:47 PM > To: Narek Gharibyan > Cc: freebsd-questions@freebsd.org > Subject: Re: Wathdog Timeout HELP > > Narek Gharibyan wrote: > >

RE: Convince me, please!

2007-08-09 Thread Michael K. Smith - Adhost
Hello Some Person who may Be "Robert" > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Latitude > Sent: Wednesday, August 08, 2007 9:22 PM > To: freebsd-questions@FreeBSD.org > Subject: Convince me, please! > > I'm interested in changi

RE: Redundant network router setup?

2007-08-14 Thread Michael K. Smith - Adhost
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello All: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Chuck Swiger > Sent: Monday, August 13, 2007 5:20 PM > To: Modulok > Cc: freebsd-questions@freebsd.org > Subject: Re: Redundant

RE: Share folder over internet

2007-08-16 Thread Michael K. Smith - Adhost
Hello Laszlo: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Laszlo Nagy > Sent: Thursday, August 16, 2007 12:37 PM > To: Derek Ragona; freebsd-questions@freebsd.org > Subject: Re: Share folder over internet > > > > You need to crea

RE: performance hints (6.2)

2007-08-17 Thread Michael K. Smith - Adhost
Hello Mark: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Mark Messier > Sent: Friday, August 17, 2007 1:00 PM > To: FreeBSD Mailing List > Subject: performance hints (6.2) > > I've got a freebsd 6.2 system, dual 2Ghz 5130 cpu, 4g r

RE: 4gb address space limitation for i386

2007-08-30 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of User Bobby > Sent: Thursday, August 30, 2007 2:32 PM > To: freebsd-questions@freebsd.org > Subject: 4gb address space limitation for i386 > > I have an IBM xSeries 350 4xPIII with

RE: Please Help me...

2007-09-13 Thread Michael K. Smith - Adhost
Hello: Try going to http://www.freebsd.org/releases/6.2R/announce.html in your browser and select from any of the links there for ftp sites with the ISO's. Regards, Mike > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of I am ws:ion >

RE: pfctl: DIOCSETSTATUSIF

2007-03-01 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Daniel Gerzo > Sent: Wednesday, February 28, 2007 3:52 PM > To: freebsd-questions@freebsd.org > Subject: pfctl: DIOCSETSTATUSIF > > Hello pf, > > I'm having the following proble

RE: Kerberos authenticatino and ldap authorization

2007-03-06 Thread Michael K. Smith - Adhost
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of RJ45 > Sent: Tuesday, March 06, 2007 9:08 AM > To: freebsd-questions@freebsd.org > Subject: Kerberos authenticatino and ldap authorization > > > Hello, > I would liek to use FreeBSD as

RE: started getting repeated "bge0: PHY read timed out" messages

2007-03-06 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Chad Leigh -- Shire.Net LLC > Sent: Tuesday, March 06, 2007 12:05 PM > To: User Questions > Subject: Re: started getting repeated "bge0: PHY read timed out" > messages > > > On M

RE: started getting repeated "bge0: PHY read timed out" messages

2007-03-14 Thread Michael K. Smith - Adhost
at 9:55 PM, Chad Leigh -- Shire.Net LLC wrote: > > On Mar 6, 2007, at 5:08 PM, Michael K. Smith - Adhost wrote: > >> >> Have you looked at the output of 'netstat -i' to see if there are >> interface errors? Also, have you looked at the switch-side interface

RE: Verifying that I have SMP up and running

2007-04-09 Thread Michael K. Smith - Adhost
Hello Jim: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Jim Stapleton > Sent: Monday, April 09, 2007 2:52 PM > To: freebsd-questions@freebsd.org > Subject: Verifying that I have SMP up and running > > I added SMP to the kernel conf

RE: Error with "make buildworld"

2007-04-11 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Frank Wissmann > Sent: Tuesday, April 10, 2007 12:52 PM > To: freebsd-questions@freebsd.org > Subject: Error with "make buildworld" > > Hello all! > > I'm having serious trouble

RE: completly remove (or modify) a port

2007-04-18 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Ray > Sent: Wednesday, April 18, 2007 11:16 AM > To: freebsd-questions@freebsd.org > Subject: completly remove (or modify) a port > > Hello all, > I have been trying to work with

RE: Best Open Source software to backup Cisco switches and routers

2007-04-18 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Sean Murphy > Sent: Wednesday, April 18, 2007 11:19 AM > To: freebsd-questions@freebsd.org List > Subject: Best Open Source software to backup Cisco switches and routers > > I am

RE: Bandwidth Throttling under FreeBSD 6.x ...

2006-12-01 Thread Michael K. Smith - Adhost
Hello Mark: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc G. Fournier Sent: Friday, December 01, 2006 10:28 AM To: freebsd-questions@freebsd.org Subject: Bandwidth Throttling under FreeBSD 6.x ... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fin

RE: shmmax tops out at 2G?

2006-12-13 Thread Michael K. Smith - Adhost
Hello Bill: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran Sent: Monday, December 11, 2006 2:15 PM To: [EMAIL PROTECTED] Subject: shmmax tops out at 2G? uname -a FreeBSD db00.lab00 6.2-BETA3 FreeBSD 6.2-BETA3 #1: Fri Dec 8 09:27:37 EST 2006

RE: What can I use to study Ethernet frames?

2006-12-13 Thread Michael K. Smith - Adhost
Hello: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of g Sent: Sunday, December 10, 2006 11:02 PM To: freebsd-questions@freebsd.org Subject: Re: What can I use to study Ethernet frames? [EMAIL PROTECTED] wrote: > Which program can I use to study Ethernet

NFS Assistance Needed

2006-12-21 Thread Michael K. Smith - Adhost
Hello All: We have just implemented an NFS server behind a POP cluster of 3 servers. Incoming mail to the PF front-end box is at about 8 Mb/sec. Communication between each of the POP servers to and from the NAS is averaging about 70 Mb/sec. Can anyone tell me if this is "normal" overhead for NFS

RE: Routing

2007-01-01 Thread Michael K. Smith - Adhost
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Office of the CIO-rithy4u.NET > Sent: Monday, January 01, 2007 2:17 AM > To: freebsd-questions@freebsd.org > Subject: Routing > > I try to do dual routing on my freebsd box but its was

Kernel Config Recommendations for AMD Chip

2007-01-11 Thread Michael K. Smith - Adhost
Hello All: I've spent my entire FreeBSD life in /sys/i386 using Intel chips. We have a new server with the AMD processor listed below and I'm wondering if: 1) I should stay in /sys/i386 with different configuration variables; or 2) Compile out of /sys/amd64 Any insights would be greatly appreci

RE: Load balancing outgoing mail relay

2007-01-17 Thread Michael K. Smith - Adhost
Hello: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of freebsd > Sent: Wednesday, January 17, 2007 2:34 AM > To: FreeBSD Questions > Subject: Load balancing outgoing mail relay > > Hi > I have a simple question but googling does not

RE: compiling error - /usr : filesystem full

2007-02-08 Thread Michael K. Smith - Adhost
Hell Don: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Don Munyak > Sent: Thursday, February 08, 2007 10:58 AM > To: FreeBSD Questions > Subject: Re: compiling error - /usr : filesystem full > > Here's some additional Information I

RSA SecurID Pam Module Support?

2007-05-03 Thread Michael K. Smith - Adhost
Hello All: We have recently purchased an RSA SecurID Appliance and there are no native libraries for *BSD OS's. I have downloaded and installed the appropriate files within the Linux Compat environment, but I'm not having any success making it work. Specifically, the key file in question is /com

RE: looking for ethernet errors, collisions

2007-05-17 Thread Michael K. Smith - Adhost
Hi: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Alex Zbyslaw > Sent: Thursday, May 17, 2007 9:09 AM > To: Michael P. Soulier > Cc: freebsd-questions@freebsd.org > Subject: Re: looking for ethernet errors, collisions > > Michael P.

amd64 GENERIC fails to compile

2007-05-29 Thread Michael K. Smith - Adhost
Hello All: We have a system that was built with the amd64 source (uname -a below). I was attempting to make a custom kernel and the make kept failing so I decided to try the make against GENERIC. It fails at the same place in GENERIC as the custom kernel. Here is the output. It's failing on the

RE: NFS tuning on FreeBSD

2007-06-01 Thread Michael K. Smith - Adhost
Hello: > Devin Heckman wrote: > [snip] > > > Does anyone have any experience tuning NFS mounts on FreeBSD > machines? > > > [snip] Here's what we use for mount options in /etc/fstab, basically culled from the O'Reilly NFS book. rw,tcp,intr,noatime,nfsv3,-w=65536,-r=65536 You have to be careful

Ethernet Card Limitations to Number of Connections?

2007-06-13 Thread Michael K. Smith - Adhost
Hello All: Are there any physical limitations to the number of connections (TCP/UDP) that are determined by the physical interface itself? We have a PF load-balancing solution in place in front of a large number of mail servers and we're considering using the same boxes to front our Name Server/N

RE: OK - I'm fairly clueless on this...

2007-06-15 Thread Michael K. Smith - Adhost
Hello: > On 6/15/07, Joe Holden <[EMAIL PROTECTED]> wrote: > > Wojciech Puchar wrote: > > >> zsquid# traceroute www.freebsd.org > > >> traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40 byte > > >> packets > > >> 1 www.freebsd.org (69.147.83.33) 1.050 ms 0.970 ms 2.110 ms > > > > >

RE: Configuring dhcp6

2007-06-19 Thread Michael K. Smith - Adhost
Hello Andrew: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Andrew Falanga > Sent: Tuesday, June 19, 2007 10:01 AM > To: freebsd-questions > Subject: Configuring dhcp6 > > Hello, > > Has anyone on this list used dhcp6 from ports?

RE: Configuring dhcp6

2007-06-19 Thread Michael K. Smith - Adhost
> > > > Ok, I've got a couple of more questions. Why does the port not > install the command "dhcp6sctl"? This is mentioned in manual pages > like, dhcp6s(8), and so forth but doing a "man dhcp6sctl" returns that > no manual page exists. Also, I can't find the command either. Lastly > how do I

RE: Configuring dhcp6

2007-06-19 Thread Michael K. Smith - Adhost
Hello Andy: > -Original Message- > From: Andrew Falanga [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 19, 2007 1:39 PM > To: Michael K. Smith - Adhost > Cc: freebsd-questions > Subject: Re: Configuring dhcp6 > > On 6/19/07, Michael K. Smith - Adhost &

RE: cannot log in via console, cannot su(1), only as root

2007-07-10 Thread Michael K. Smith - Adhost
Hello Martinko: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of martinko > Sent: Saturday, July 07, 2007 4:36 PM > To: freebsd-questions@freebsd.org > Subject: Re: cannot log in via console, cannot su(1), only as root > > martinko wro

chflag sappend /var/log/messages - syslog-ng can't rotate logs

2008-02-04 Thread Michael K. Smith - Adhost
ening. Is there any way to maintain the flag and allow syslog-ng to rotate the files? Regards, Michael Smith -- Michael K. Smith - CISSP, GISP [EMAIL PROTECTED] w: +1 (206) 404-9500 f: +1 (206) 404-9050 PGP: B49A DDF5 8611 27F3 08B9 84BB E61E 38C0 (Key ID: 0x9A96777D) PGP.sig Description: PGP signature

RE: New mail server setup

2009-09-16 Thread Michael K. Smith - Adhost
> Steve Hello Steve: Another approach would be a cluster of Postfix servers and Dovecot servers behind PF load balancers. We have 3 "POP" servers (IMAP/POP), 9 Mail Servers, 2 Defer servers and 5 Filter servers that process over 20 million messages a day without a blip. We can take i

RE: New mail server setup

2009-09-17 Thread Michael K. Smith - Adhost
Hello Steve: I'll try to answer your questions in line. > > > Another approach would be a cluster of Postfix servers and Dovecot > > servers behind PF load balancers. We have 3 "POP" servers > (IMAP/POP), 9 > > Mail Servers, 2 Defer servers and 5 Filter servers that process over > 20 > > mil

Issues with PF and 7.1

2009-01-22 Thread Michael K. Smith - Adhost
Regards, Mike -- Michael K. Smith - CISSP, GISP Chief Technical Officer - Adhost Internet LLC mksm...@adhost.com w: +1 (206) 404-9500 f: +1 (206) 404-9050 PGP: B49A DDF5 8611 27F3 08B9 84BB E61E 38C0 (Key ID: 0x9A96777D) PGP.sig Description: PGP signature

RE: first firewall with pf

2009-03-24 Thread Michael K. Smith - Adhost
I also forgot to mention: You should probably log your block rule so that you can see what's going on if things don't work as expected. So: block in log on $ext_if Note the lack of "quick" as well, as previously mentioned. With logging enabled, provided you have pflog running (which you shoul

RE: first firewall with pf

2009-03-26 Thread Michael K. Smith - Adhost
Hello Eric: Hi everyone, Can you provide a little more information about your topology? Right now, you only have one interface defined in your rules, but you are attempting to pass traffic between two subnets. That would suggest you have two interfaces and, if so, both need to be accounted

RE: esxi and freebsd vlans

2009-04-20 Thread Michael K. Smith - Adhost
oblem, but the 192.168.1.x addresses don't work. I've tried setting the vlan id on the vSwitch to none and to 22, but in neither of the two cases does it work. -------- [Michael K. Smith - Adhost] You will need to make sure the switchport facing your server is set to 802.1Q trunk and has

  1   2   >