Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 427 online users. » 0 Member(s) | 425 Guest(s) Bing, Google
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 358
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 83,003
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 37,841
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,825
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,289
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,236
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 112,935
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 51,601
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 41,797
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,441
|
|
|
small office network |
Posted by: xeio - 2011-05-07, 03:21 AM - Forum: Just Starting Linux
- Replies (1)
|
 |
Hello all, been a long time. woohoo here we go,
I have volunteered my time to help a friend install and configure a small office network at a summer retreat. the network is this:
5 computers wired on 192.168.10. 10-14 connected to a linksys router (office)
2 computers wired on 192.168.20. 10-11 connected to a linksys router (house)
5 wireless Access Points wired on 192.168.30. 10-14 connected to a linksys router running dhcp for the wireless clients covering the property and lake.
its all in and works, now its time to reach out
There is one internet connection (1.5Mbps with 5 static ip) and I would like to share it 0.5 Mbps to each segment while keeping each separate and secure. it would be nice to allow segments to use idle bandwidth and possibly have the house at 1.0 Mbps and the other 2 at 0.25 Mpbs on demand for skype-voip-confrence.
I have 1 Linux box(Slackware 13) should it have 4 nics or 2 nic with 1 aliasing 3 segments ? how much has changed since ipmasq ? looking for some direction as to kernel compile and howto's that i will need to read. security is important but wanted to keep it as simple as i can.
is Slackware able to dynamically allot bandwidth ? or is cisco the way to go (there is a 2924 and a 2621 on the shelf) leaving the linux box for firewall. but then i'd have to read up on cisco programming too well i could get someone to come in and do the cisco stuff (vlans and shaping) i guess but tell me what you all think.
I have a few weeks to get my head around this so any help would be great.
Thanks.
|
|
|
Security warning: crond |
Posted by: Dungeon-Dave - 2011-05-05, 01:02 PM - Forum: Security and Firewalls
- Replies (2)
|
 |
I've recently performed some analysis on a phpmyadmin-related vulnerability that downloads a bot onto an unsuspecting machine. I won't go into details, but sufficient to say that the bot masquerades as a "crond" process - looking at a normal process listing it is able to hide inconspicuously.
(I've witnessed this behaviour before, when the bot tried to masquerade as a httpd process - but was running /usr/local/bin/httpd rather than /usr/sbin/httpd so was more quickly spotted.)
On my servers, there should be only one crond process, root-owned. This bot tries to run under the apache account (httpd) or a normal user account for those that use suPHP. I wouldn't advise people to stop any crond process without properly analysing what those processes do, but a combination of "lsof -p PID" and "netstat -apn" ought to uncover any nefarious activity.
Just be warned! Thought I'd give people a heads-up here.
|
|
|
latest glibc update breaks Evolution(CentOS 5.6) |
Posted by: inittux - 2011-04-19, 03:52 PM - Forum: CentOS
- No Replies
|
 |
After recently updating to CentOS 5.6 I came across the problem that my evolution wouldn't start up anymore.
I went an searched and found out that more people are having the same problem as me. The problem is that
the latest version of glibc breaks evolution.
here's the bugreport
here's the topic of how to fix the problem
It's recommended that you do as post #3 says. Don't upgrade to 5.6. Do the following first:
add: exclude=glibc*2.5-58.el5_6.2 nscd*2.5-58.el5_6.2 xorg-x11-server-utils-7.1-5.el5_6.1 to /etc/yum.conf
then you can update and evolution works. If you have already updated you need to downgrade first but it's all in the topic :)
|
|
|
centos/virtualbox problem |
Posted by: inittux - 2011-04-17, 05:24 PM - Forum: CentOS
- Replies (5)
|
 |
I am able to install virtualbox from the website. I am able to make a virtual machine but when I try and start it up I get an error:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
I tried executing the command to reinstall the kernel module but then I still get this error message:
[root@localhost maarten]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
I downloaded the rpm file from the website and I also trie dto do it the way they did it in the centos wiki
where they say I should install: yum --enablerepo rpmforge install dkms
for both I get the same results, have searched a while but seem to figure it out.
|
|
|
CentOS 5.6 ships |
Posted by: hybrid - 2011-04-15, 10:31 AM - Forum: Linux News
- Replies (1)
|
 |
Quote:The CentOS project announced CentOS 5.6, which clones the vast majority of features found in Red Hat Enterprise Linux (RHEL) 5.6, including its full embrace of the Ext4 filesystem. Meanwhile, Red Hat will announce a new cloud application-building platform at its Red Hat Summit May 3.
CentOS 5.6 ships less than a year after the arrival of CentOS 5.5. The Linux distribution is based on Red Hat Enterprise Linux (RHEL) 5.6, which was released in beta in November and shipped in final form in January.
Read More -- DesktopLinux
|
|
|
It's been a while |
Posted by: inittux - 2011-04-14, 09:12 AM - Forum: Hello
- Replies (4)
|
 |
Hey All,
I don't know if any of you remember me. I was here a while ago, and I decided to come back cause I find this forum has more friendly people
and people seem to be more respectfull towards each other here. I've switched over now from dual booting to running only Linux now :)
I'm still busy learning and enjoying it, I hope all of you are still doing good? See you on the forums!
Feedmebits
|
|
|
New to linux |
Posted by: Jaxzu - 2011-04-13, 09:41 AM - Forum: DNS and DHCP
- Replies (4)
|
 |
hey guys
i have a problem i am new to linux and i want to configure a Dns server for mail and web hosting but i am having an error when i try to start my name server. i have editted my named.conf file this is how it looks like
Error
Starting named:
Error in named configuration:
zone aromotorgroup.com/IN: loaded serial 2010052601
zone 1.168.192.in-addr.arpa/IN: loaded serial 2010052601
zone localhost.localdomain/IN: loaded serial 0
zone localhost/IN: loaded serial 0
zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
zone 0.in-addr.arpa/IN: loaded serial 0
zone aromotorgroup.com/IN: loading from master file aromotorgroup.com failed: file not found
zone aromotorgroup.com/IN: not loaded due to errors.
external/aromotorgroup.com/IN: file not found
zone 226.99.221.41.in-addr.arpa/IN: loaded serial 2010052601
[FAILED]
my named.conf file looks like this
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
options {
#listen-on port 53 { 127.0.0.1; };
#listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost;192.168.1.100/24; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
allow-transfer { localhost; 192.168.1.0/24; };
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
view "internal" {
match-clients {
localhost;
192.168.1.0/24;
};
zone "." IN {
type hint;
file "named.ca";
};
zone "aromotorgroup.com" IN {
type master;
file "aromotorgroup.com.lan";
allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {
type master;
file "1.168.192.db";
allow-update { none; };
};
include "/etc/named.rfc1912.zones";
};
view "external" {
match-clients {
any;
};
zone "." IN {
type hint;
file "named.ca";
};
zone "aromotorgroup.com" IN {
type master;
file "aromotorgroup.com";
allow-update { none; };
};
zone "226.99.221.41.in-addr.arpa" IN {
type master;
file "226.99.221.41.db";
allow-update { none; };
};
};
and my zone file looks like this
$TTL 86400
@ IN SOA localhost.aromotorgroup.com. root.aromotorgroup.com. (
2004042801 ; Serial
2H ; Refresh
2H ; Retry
1H ; Expire
1D) ; Min TTL
NS localhost.aromotorgroup.com.
NS ns.domain.com.
aromotorgroup.com. MX 5 mail.jyrules.com.
aromotorgroup.com. MX 15 pvr.jyrules.com.
aromotorgroup.com. A 41.221.99.226
localhost A 127.0.0.1
www CNAME aromotorgroup.com.
ftp CNAME aromotorgroup.com.
mail CNAME aromotorgroup.com.
pvr IN A 226.99.221.41
i hope i will be helped
Thanks
|
|
|
|