DNS and PF

2007-06-17 Thread Bray Mailloux
Hello Everyone; dmz_ip="192.168.1.1" dmz_block="192.168.1.0/24" #DNS 1 scarlett="192.168.1.2" pub_scarlett="64.142.102.9" #DNS 2 shelly="192.168.1.3" pub_shelly="64.142.102.10" #WWW 1 www_ip="192.168.1.4" pub_www="64.142.102.11" #Normalizing scrub in all #NAT and Binat nat on rl0 from $int_blo

WWW to go public, if pf would let me

2007-06-09 Thread Bray Mailloux
Hello Everyone; # ifconfig -A rl0: flags=8843 mtu 1500 lladdr 00:50:bf:3a:2e:66 groups: egress media: Ethernet autoselect (100baseTX full-duplex) status: active inet6 fe80::250:bfff:fe3a:2e66%rl0 prefixlen 64 scopeid 0x1 inet 64.142.102.8 netmask 0xff

Re: How to run and manage a DNS server.

2007-06-07 Thread Bray Mailloux
On 6/6/07, Bray Mailloux <[EMAIL PROTECTED]> wrote: Hello; This is my first time managing anything larger than a simple dhcp or pf box and I'm wondering if there is anyone available on this list who can answer a few questions I have concerning the creation and management of DNS ser

How to run and manage a DNS server.

2007-06-06 Thread Bray Mailloux
Hello; This is my first time managing anything larger than a simple dhcp or pf box and I'm wondering if there is anyone available on this list who can answer a few questions I have concerning the creation and management of DNS servers. Thanks; Bray.

Re: Bidirectional translation for DNS and WWW servers

2007-06-06 Thread Bray Mailloux
Matt Rowley wrote: rl0: flags=8843 mtu 1500 lladdr 00:50:bf:3a:2e:66 groups: egress media: Ethernet autoselect (100baseTX full-duplex) status: active inet 64.142.102.8 netmask 0xff00 broadcast 64.142.102.255 inet6 fe80::250:bfff:fe3a:2e66%rl0 prefixle

Bidirectional translation for DNS and WWW servers

2007-06-05 Thread Bray Mailloux
Misc Users; I'm having NAT problems; could someone examine my pf file and make some recommendations? (Yes, Nat is well documented. I'm not here because of issues with clarity. Thanks; Bray. PS: My pf.conf file #Macros # 192.168.0.1 subnet ext_ip="64.142.102.8" int_ip="192.168.0.1" int_blo

Re: SSH-login is slow to connect with remote computer

2007-06-03 Thread Bray Mailloux
Bray Mailloux wrote: Hello; I'm experiencing some network trouble. Two problems exist and they are as thus; My DNS server, which has the ip 192.168.1.2, which is translated through my router to 64.142.102.10, cannot connect to the internet. And, whenever puTTY attempts to remote contro

SSH-login is slow to connect with remote computer

2007-06-03 Thread Bray Mailloux
Hello; I'm experiencing some network trouble. Two problems exist and they are as thus; My DNS server, which has the ip 192.168.1.2, which is translated through my router to 64.142.102.10, cannot connect to the internet. And, whenever puTTY attempts to remote control the server, the login proc

4.0 and 4.1 issues

2007-06-02 Thread Bray Mailloux
Hello; Are there any network issues or problems that are known to exist between the 4.0 packet filter and 4.1 systems trying to access the internet or communicate across the network? I'm having a large ammount of trouble getting my 4.1 computers to communicate with others on my network.

Re: NAT with PF

2007-05-16 Thread Bray Mailloux
Jonathan A. Lindsey wrote: Here is what mine reads: nat on fxp0 inet from 192.168.0.0/24 to any -> 69.254.129.192 BradenM - Sonoma Computer wrote: Hi; My knowledge of PF has grown a tad but, despite whatever I may or may-not have learned, NAT still does not seem to be functioning and my int

DJBDNS woes

2007-05-03 Thread Bray Mailloux
So, I recently installed daemontools, ucspi and djbdns. But, to my demise, after compiling the source and configuring the system, I've found that the directory /service/tinydns/root does not exist! Have anyone experienced a similar problem?

default routes

2007-04-23 Thread Bray Mailloux
I'm setting up an OpenBSD box and need some advice on what my setup should reflect. I have static ip address, specifically 64.142.102.8 which is going to be used as a primary internet connection for my home network. There are three ethernet cards in my box; rl0 will be the external card, rl1 w

Re: Static Ip's: Routing and Fowarding

2007-04-17 Thread Bray Mailloux
BradenM - Sonoma Computer wrote: - Original Message - From: "Bryan Vyhmeister" <[EMAIL PROTECTED]> To: "Bray Mailloux" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, April 17, 2007 9:08 AM Subject: Re: Static Ip's: Routing and Fowarding On Apr 17,

Static Ip's: Routing and Fowarding

2007-04-16 Thread Bray Mailloux
I have one static ip address which is assigned to one of my ethernet cards, specifically rl0. Ip fowarding is turned on and dhcp is active and listening on another ethernet card, specifically rl1. Route and routed man pages have offered some tidbits of information but not enough to answer my tro

Re: Printing using a network printer

2007-04-02 Thread Bray Mailloux
Darren Spruell wrote: On 4/2/07, Darren Spruell <[EMAIL PROTECTED]> wrote: On 4/2/07, Bray Mailloux <[EMAIL PROTECTED]> wrote: > With cups installed, I've run the lpadmin command to install a network > printing but the console returns this error: > > Unable to

Printing using a network printer

2007-04-02 Thread Bray Mailloux
With cups installed, I've run the lpadmin command to install a network printing but the console returns this error: Unable to connect to server: connection refused. I believe its because there is no port open for the printing and computer to communicate through. So, my question is how do I ope

To Theo De Radt, if he is listening.

2007-04-01 Thread Bray Mailloux
The picture on your main website contains a number of servers of various models and makes, however, most of them have labels, but the smallest of the computers cannot be made out. What are they?

Re: OpenBSD webserver partitioning schemes

2007-03-24 Thread Bray Mailloux
Mispunt wrote: My suggestion would be this: 1 disk - OpenBSD install raid disks: 1 partition - /var/mysql 1 partition - /var/www On 3/24/07, Bray Mailloux <[EMAIL PROTECTED]> wrote: Bray Mailloux wrote: > Mispunt wrote: >> I don't think it is a good idea to do that when

Re: OpenBSD webserver partitioning schemes

2007-03-24 Thread Bray Mailloux
Bray Mailloux wrote: Mispunt wrote: I don't think it is a good idea to do that when you want to use PHP and some sort of database. PHP requires a /tmp and I would put that on a seperate partition. Beside that I think it is also a good idea to give the database a partition. The rest of

OpenBSD webserver partitioning schemes

2007-03-22 Thread Bray Mailloux
I'm not too knowledgeable in the security arena so this question may prompt flogging. My server has three hard drives, one contains the OpenBSD system and the other two are blank and will be a raid mirror of the /var/www directory. Is it wise to give over the entire drive for the mount point /

make build crashing

2007-03-21 Thread Bray Mailloux
I am updating my 4.0 system to the latest ~stable build and each time my "make build" is crashing. What information should I post in order to insure maximum clarity with the problem?

An introduction of sorts

2007-03-21 Thread Bray Mailloux
The name's Bray. So far, I've been a windows technician for a little under a year. My first computer was a Mac SE which resided in my mothers room, it had a Shareware version of Carbon Copy and proved somewhat entertaining. The name OpenBSD has floated around my vernacular for some time, but on

Daylight savings fix with OpenNTPD

2007-03-20 Thread Bray Mailloux
Have a patch been issued? It might just be the time servers, but date is reporting 11:04:31 when it is 12:05.

DHCP server issues.

2007-02-25 Thread Bray Mailloux
I've been toying with the DHCP server options but cannot seem to bring up the process; everytime I run ps there is no dhcpd process to be found and no computers on my network are pulling down addresses from the server. My DHCPD.conf file looks as such. -bash-3.1# nano /etc/dhcpd.conf GNU nano

Save ports

2007-02-20 Thread Bray Mailloux
I ran an nmap -sS localhost which output port state service 13/tcp open daytime 22/tcp open ssh 25/tcp open smtp 37/tcp open time 53/tcp open domain 113/tcpopen auth 587/tcpopen submission This BSD box will be

Kernel Compile errors

2007-02-13 Thread Bray Mailloux
I installed cvsup and ran cvsup -g -L 2 cvsup-file-src (my configuration file). Afterwards, I began the compile process using make clean && make depend && make && make install . However, when the commands were running, this returned: rm -f bsd ld -Ttext 0xD0200120 -e start -N -S -x -o bsd ${SYST

MCPAN and Ports issues

2007-02-10 Thread Bray Mailloux
I've been trying to install the two modules DBD::MySQL and Class::DBI into perl and I've been receiving errors from both MCPAN and Ports which are: -bash-3.1# perl -MCPAN -e 'install DBD::mysql' CPAN: File::HomeDir loaded ok CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Databa