Re: named: invalid rndc key

2006-06-27 Thread Dennis Olvany
Kyrre Nygard wrote: $ rndc reload rndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is invalid. su? ___

Re: MySQL RC script failing

2006-06-23 Thread Dennis Olvany
060622 23:54:39 [ERROR] Can't find messagefile '/usr/local/share/mysql/english/errmsg.sys' http://bugs.mysql.com/bug.php?id=1455 This is typical for mixing files from different MySQL releases. Your errmsg.sys is most probably dtalled file from older release.

Re: MySQL RC script failing

2006-06-22 Thread Dennis Olvany
I recall having to tinker with the rc script. Let's have a look at the script and also the log residing in the db root, probably /var/db/mysql. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Any generic (non-wm-specific) audio players?

2006-06-21 Thread Dennis Olvany
vlc ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Fwd: Fwd: Serious breach of copyright -- First post

2006-06-18 Thread Dennis Olvany
...facts are not eligible for copyright. I'm afraid you're incorrect. The work in question is indeed copyrightable under the Berne Convention, which many countries have ratified, including the United States, where the content is hosted. The United States, as well as many other countries,

Re: FreeBSD firewall, nat, kernel

2006-06-13 Thread Dennis Olvany
From a fresh install, a working nat should only require a few commands. Kernel compilation is not necessary. kldload ipfw kldload ipdivert sysctl net.inet.ip.forwarding=1 dhclient xl0 natd -dynamic -n xl0 ipfw add divert natd ip from any to any via xl0 ipfw add allow ip from any to any ifconfig

[HOWTO] IPFW: Vector-Based Modularity

2006-06-03 Thread Dennis Olvany
IPFW: Vector-Based Modularity by Dennis Olvany I. Vectors II. Modules III. Examples a. Simple Firewall b. Complex Firewall IV. NAT V. Tips a. Storing Rules b. Ruleset VI. Resources A strategy for easy administration, greater efficiency and heightened security

Re: Firewall with 3 NIC (1 wireless) problem

2006-05-26 Thread Dennis Olvany
Mark Moellering wrote: I am attempting to add a wireless capabilities to an existing network / firewall structure. I added a wireless NIC card to the firewall (Netgear WPN311) and followed the wireless instructions. I also added a similar card to an existing computer (Netgear WG311T). The

Re: Firewall with 3 NIC (1 wireless) problem

2006-05-24 Thread Dennis Olvany
net.link.ether.bridge.enable=1 net.link.ether.bridge.config=bge0, ath0 Let's have a look at ifconfig and netstat -r. Whats with this bridge? Think you'd be better off without it. ___ freebsd-questions@freebsd.org mailing list

Re: IPFW - Two External Interfaces

2006-05-17 Thread Dennis Olvany
ISP 1 [192.168.2.254] | | [bge1:192.168.2.1] FIREWALL[bge0:10.0.0.1]---[10.0.0.2]internal_system [em0:192.168.1.1] | | [192.168.1.254] ISP 2 Actually, if you bridge the NICs, you may be able to get something going as

Re: IPFW - Two External Interfaces

2006-05-16 Thread Dennis Olvany
PFS IT wrote: I am complicating the use of IPFW... Here is a pretty ascii picture. I drawed it meself. ISP 1 [192.168.2.254] | | [bge1:192.168.2.1] FIREWALL[bge0:10.0.0.1]---[10.0.0.2]internal_system [em0:192.168.1.1] | |

ipfw: denied frags

2006-05-04 Thread Dennis Olvany
I've traced a problem to IPFW dropping frags, but have no idea what to make of the log or how to go about fixing the issue. Please advise. Possibly, someone could decode this: (frag 13695:[EMAIL PROTECTED]). 10600 is a default deny and a dynamic rule exists to allow this traffic. The only

Re: ipfw: denied frags

2006-05-04 Thread Dennis Olvany
Dennis Olvany wrote: May 4 19:06:02 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 192.168.102.10 in via ste0 (frag 33624:[EMAIL PROTECTED]) I see. The frags don't contain ports and therefore do not match the dynamic rule. A static rule took care

Re: Newbie help!

2006-04-09 Thread Dennis Olvany
infernus - Bluelight wrote: How do I enter some kind of interface, or desktop, like on the screenshots? Is there a web-site or enything with tutorials explaining how to do all this.. 1) Install xorg. If you chose an x installation, such as x-user, then you can skip this step. To see what's

Re: ipfw and ssh

2006-04-05 Thread Dennis Olvany
# Allow person SSH access mip=xxx.xxx.xxx.xxx ${fwcmd} allow tcp from any to any 22 out setup keep-state I see two reasons that egress sshd traffic will not match the above rule. The destination port is incorrect and a syn/ack will not match. ${fwcmd} add

Re: Advanced IPFW2 Forward rule problem / bug / misunderstanding

2006-01-10 Thread Dennis Olvany
This should get you most of the way there or at least give you a good idea of what's required. options IPFIREWALL_FORWARD_EXTENDED I'm pretty sure this will be required. defaultrouter=24.85.92.1 ifconfig_rl0=192.168.1.1 ifconfig_vr0=142.179.109.xxx netmask 255.255.248.0

Re: Advanced IPFW2 Forward rule problem / bug / misunderstanding

2006-01-10 Thread Dennis Olvany
Andrew Fremantle wrote: Dennis Olvany wrote: This should get you most of the way there or at least give you a good idea of what's required. options IPFIREWALL_FORWARD_EXTENDED I'm pretty sure this will be required. defaultrouter=24.85.92.1 ifconfig_rl0

beta 6 usb keyboard issues

2005-07-26 Thread Dennis Olvany
I attempted to install 6 beta without success. As with earlier versions, the default installer does not recognize a usb keyboard. Earlier versions had the simple menu, Push 7 for usb keyboard. I don't want to know how to accomplish this in freebsd 6, I want it to be intuitive! Why not make it

x11 help

2005-04-07 Thread Dennis Olvany
I'm attempting to run the Doom 3 Linux binary on FreeBSD 5.3. I really have no idea how to get x11/Doom 3 started. I've tested my x11 configuration with [Xorg -config xorg.conf.new] and it seems to work well. I'm sure Doom 3 expects x11 to already be running in the form of KDE or Gnome, but I

mysql upload_max_filesize

2005-03-31 Thread Dennis Olvany
Everything I've seen says to put the upload_max_filesize into php.ini, but I searched my drive and I don't have a php.ini. Anyone know the deal? FreeBSD 5.3 PHP 4.3.10 ___ freebsd-questions@freebsd.org mailing list

mysql troubles

2005-03-14 Thread Dennis Olvany
just installed it and having trouble getting it going fresh mysql4.1 install on fbsd5.3 bsd# mysqladmin flush-privileges mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)' Check that mysqld is running and that

cron mail

2005-03-13 Thread Dennis Olvany
How do I change the e-mail address and SMTP server cron uses to e-mail the daily root report? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

smbd bind problem

2005-03-09 Thread Dennis Olvany
Alright, looked at the log file. Seems the bind to *:139 is failing. Nmbd is already bound to 139, so what's the solution? Which one is supposed to be bound to 139? Someone please advise. It seems that smbd will not run. It will not run from inetd.conf. It will not run from the command line. Which