| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,245
» Latest member: dprp
» Forum threads: 4,031
» Forum posts: 16,406
Full Statistics
|
| Online Users |
There are currently 322 online users. » 0 Member(s) | 320 Guest(s) Baidu, Bing
|
| Latest Threads |
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 508
|
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 895
|
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,184
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 126,198
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,921
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,574
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,496
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 48,241
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 168,760
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 99,005
|
|
|
| Bind9 ACLs |
|
Posted by: cyris - 2005-10-28, 01:05 AM - Forum: DNS and DHCP
- No Replies
|
 |
I'm trying to setup Bind9 so that people cant point their dns server addresses to my box and do lookups off my server, but still have them able to query my dns server for the domains its authoritive for.
My named.conf
acl bogusnets {0.0.0.0/8; 1.0.0.0/8; 2.0.0.0/8; 192.0.2.0/24; 224.0.0.0/3; 10.0.0.0/8; 172.16.0.0/12; 192.168.0.0/16;};
options {
directory "/var/named";
version ":P";
blackhole { bogusnets; };
allow-recursion { none; };
};
zone "xyz.ca" {
type master;
file "data/named.xyz.ca";
allow-query { any; };
};
The only way I've been able to stop people from doing lookups off my server is by setting recursion to none. I would like to have my localnet to have the option of doing lookups off my box so I need a more suited way of controling who does lookups off my box.
I have read about views and I wont be serving different content to my localnet so I dont think I require them.
Version info
bind-utils-9.3.1-4
bind-chroot-9.3.1-4
bind-libs-9.3.1-4
ypbind-1.17.2-5
2.6.11-1.1369_FC4
Thanks
|
|
|
| Access Database Password Recovery?!? |
|
Posted by: gus - 2005-10-27, 04:48 PM - Forum: Tips and Tricks
- Replies (2)
|
 |
ok, [img]<___base_url___>/uploads/emoticons/default_mad.gif[/img]
the guy who worked at the shope i work at now bult the database. but, he forgot the admin level password so i can't aulter it :( . I'm considering just bulding a new one (i'll prob. do it anyway) but it would be nice to grab all that data at once [img]<___base_url___>/uploads/emoticons/default_laugh.png[/img] . Anywho, any clues you can give will be appreciated.
thanks,
gus
|
|
|
| smoothwall express 3.0 alpha review |
|
Posted by: anyweb - 2005-10-26, 08:59 PM - Forum: Security and Firewalls
- Replies (2)
|
 |
if you like smoothwall then check this out, if you don't know what smoothwall is, then read it
if you want an all round 'packaged' solution for your network security then read this.
[/url][url=http://linux-noob.com/review/smoothwall/3]http://linux-noob.com/review/smoothwall/3
cheers
anyweb
|
|
|
| How Do I Install from SUSE 9.3 Live DVD |
|
Posted by: Aristarkhos - 2005-10-26, 11:05 AM - Forum: SUSE
- Replies (2)
|
 |
hi,
i was looking for some help as to how one can install a Linux distro from a Live CD/DVD.
I had read about this a long time ago..but cannot find any resources on this.
I have a SUSE 9.3 Live DVD. How do i install the distribution onto my hard drive?
is there an install command or do i have to do it after i boot to the desktop from the Live DVD?
I have Windows XP and Red Hat dual boot on this machine. I intend to remove red hat and install SUSE.
Hope to hear from you guys.
thanks.
~A
|
|
|
| i'm testing smoothwall express 3.0 alpha |
|
Posted by: anyweb - 2005-10-24, 03:07 PM - Forum: Site News
- Replies (1)
|
 |
hi, i'm testing an alpha release of smoothwall 3.0 and as a result there may be some outage here over the next couple of days,
report anything unusual here please (odd server errors etc.)
cheers
anyweb
|
|
|
| help building daemontools |
|
Posted by: cyris - 2005-10-22, 04:09 AM - Forum: Compiling
- Replies (2)
|
 |
hello. im trying to build daemontools 0.76 on fedora core 4 and i am having some issues.
[root@atari daemontools-0.76]# package/install
Linking ./src/* into ./compile...
Compiling everything in ./compile...
./load svscan unix.a byte.a
/usr/bin/ld: cannot open output file svscan: Is a directory
collect2: ld returned 1 exit status
make: *** [svscan] Error 1
Copying commands into ./command...
cp: omitting directory `compile/svscan'
[root@atari daemontools-0.76]#
Thanks for taking the time to read this and hopfully someone can help me :)
|
|
|
| Php5 & Apache2 on Ubuntu |
|
Posted by: kZo - 2005-10-22, 04:03 AM - Forum: Ubuntu
- Replies (2)
|
 |
PHP5 & Apache2 Installation (For Ubuntu - Breezy)
Note: This is pretty simple. Just follow these commands and it should work very easily.
Run
Quote:apt-get updateapt-get install -t breezy apache2-common apache2-mpm-prefork libapache2-mod-php5LoadModule php5_module /usr/lib/apache2/modules/libphp5.so
If you are like me and tried to install apache2 before hand run this:
Quote:apt-get remove apache2 apache2-{common,utils}
If you still have problems, which I did on my laptop, but not my server. Odd, but here is what I found:
During the PHP5 installation it did not create the files in under the /etc/apache2/mods-enabled/ directory... See Below
Quote:root@ubuntu-server:/etc/apache2/mods-enabled# lscgi.load php5.conf php5.load userdir.conf userdir.load
I manually created the files by adding the contents below.
php5.conf
Quote:<IfModule mod_php5.c> AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</IfModule>
php5.loadQuote:LoadModule php5_module /usr/lib/apache2/modules/libphp5.so
These files need to be in:
/etc/apache2/mods-enabled/
/etc/apache2/mods-allowed/
|
|
|
| gnome easter egg |
|
Posted by: anyweb - 2005-10-21, 10:04 PM - Forum: Gnome
- Replies (1)
|
 |
press ALT and F2 together
then type
press enter
have fun!
after you get bored, open a terminal and do
|
|
|
|