Displaying 20 results from an estimated 1000 matches similar to: "Outbound connections not using primary eth0 IP"
2008 Nov 06
2
iptables starts blocking outbound http traffic
Hello:
I have a machine running CentOS 5 x86_64.
It is running apache httpd and tomcat.
For some reason, after running for a few days,
web requests stop responding. It happened again
this morning. I check the syslog and see a HUGE
number of logs like this:
OUTPUT IN= OUT=eth0 SRC=[MyIP] DST=[OutsideIP] LEN=532 TOS=0x00 PREC=0x00
TTL=64 ID=52669 DF PROTO=TCP SPT=80 DPT=54697 WINDOW=61
2007 Feb 17
2
CentOS 4.4 blocking outbound connections?
Hello:
When I installed CentOS 4.4 (from the ServerCD) on my server, I told
it not to install a firewall and I disabled SELinux. The server is
a SuperMicro 5015P-TR.
I set up my own /etc/init.d/firewall with these rules:
#!/bin/sh
# Firewall script
#
# Source function library
. /etc/init.d/functions
RETVAL=0
# Some definitions (Will need to change ETH0_IP to match your configuration)
2004 Jul 16
1
Rsync using --daemon - how to specify port on client side for upload.
Hi,
I'm not sure what whether I have constitutes a bug, but here goes;
I have two scripts; one I use when my website is 'correct' and i need a copy on
my mirror, in which case, I start rsync like so;
rsync -avvz rsync://www.clintoneast.com:20000/clinton /home/cje/mirror/
opening tcp connection to www.clintoneast.com port 20000
receiving file list ...
It works fine.
However, i
2009 Jun 25
2
Use 8GB RAM on Pentium D?
Hello:
I have a Supermicro SuperServer 5015P-TR.
It has a Pentium D and is running CentOS x86_64.
Can this machine use 8GB RAM?
I think it should because it is running a 64 bit
OS, but I am concerned because it is fundamentally
32 bit hardware.
Anyone have any experience in this area?
Thanks,
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
Eliminate junk email and reclaim your
2007 Jan 28
4
Use Microsoft shared fax printer?
Hello:
Is it possible to use Samba to send documents to
a Microsoft Shared Fax Printer?
How would I give it the phone number and other recipient
details that normally comes in the popup window when
I print to a shared fax printer from Windows?
Thanks,
Neil
--
Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com
FREE! Eliminate junk email and reclaim your inbox.
Visit
2008 Jul 01
14
MCP55 SATA data corruption in FreeBSD 7
I am having problems with silent data corruption on (some) drives
connected to an MCP55 SATA controller.
I have two servers, both running RELENG_7_0/amd64. One has the 570 Ultra
chipset, the other has 570 SLI. Both chipsets have the MCP55 SATA
controller.
The server with 570 Ultra chipset has a bunch of older 250GB SATA-150
drives hooked up to the MCP55 controller and it is working just fine.
2007 Apr 10
1
From LiveCD, mount hda1 gives resource busy
Hello:
I booted from the CentOS 4.4 CD.
I am trying to mount the partitions on the hard drive of
the physical machine (Fedora Core).
I did:
mkdir /mnt/hda1
chmod 755 /mnt/hda1
mount /dev/hda1 /mnt/hda1
I get back:
mount: /dev/hda1 already mounted or /mnt/hda1 busy
I checked with df. I don't see hda1 anywhere.
Any ideas what is wrong?
Thanks,
Neil
--
Neil Aggarwal, (214)986-3533,
2008 Oct 27
3
dumpe2fs and repquota not agreeing on block size
Hello:
I am trying to set up user quotas on my /var
partition to enforce limits on user's mailbox
sizes. The machine is running CentOS 5.
When I do this:
/sbin/dumpe2fs /dev/md2 | grep 'Block size'
Block size: 4096
That tells me the block size is 4k.
But, if I do:
repquota /var
It is telling me that one of my users is
currently using 10264 blocks. But, if I look
at
2007 Nov 11
4
How to know when files have finished FTPing?
Hello:
I have a server set up a CentOS 5 server for a client
to push files onto using FTP.
I have a cron job to process the files and
move them to another directory.
Sometimes, the cron job executes while the client
is still uploading a file (Some of them can be large)
and I get a partial file.
Is there a way to tell when a file has finished
uploading?
I am using the vsftpd daemon installed
2009 Apr 16
1
Sendmail forwarding external email sent to root
Hello:
On a CentOS5 machine I set up for a client, in /etc/aliases,
I set root's mail to forward to my email address so I can
get notices from cron, etc.
Unfortunately, I am now getting a lot of spam which is
sent to root at theservername.com
How can I tell sendmail to not accept external email to
root?
I searched the Internet and found some horribly convoluted
solutions. There has to
2009 Apr 03
1
Install CentOS directly from usb drive?
Hello:
I followed the instructions here:
http://www.centos.org/docs/5/html/5.2/Installation_Guide/ch02s04s01.html
to put isolinux on a usb drive. When I boot from the usb drive,
the installer comes up and I can do a network install. I have
to say that is very impressive!
But, since I have a 4GB usb drive, I am thinking I can
load the rest of the installation onto the usb drive
so I do not have
2007 Jul 03
1
CentOS 4.4 hangs after yum update
Hello:
I have a server running CentOS 4.4.
I just did a yum update and then rebooted the
server.
After the reboot, it stops after printing GRUB
on the screen.
Any ideas what happened?
Thanks,
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
FREE! Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
2009 Mar 26
1
tar with -N option still picking up old files
Hello:
I tried this command to tar up a set of data files
updated since yesterday (The data directory contains
multiple files with varying dates):
/bin/tar -z -c -N 2009-03-25 -f /tmp/test.tgz data
When I look at the content of the test.tgz file,
it looks like it copied the content of the entire
directory, not just the newer files.
I am on CentOS 5.
Any ideas?
Thanks,
Neil
--
Neil
2009 May 10
1
How to run command as apache?
Hello:
I have a subversion repository set up in
/usr/local/svn/MyProject.
For security, I have that directory set to
apache as the owner and group and all files
are mode 700.
I need to run a svnsync command as the apache
user so it may write to the repository.
I tried this command:
su apache -c "/usr/bin/svnsync sync
https://svn2.jammconsulting.com/svn/MyProject"
But I get this
2009 May 10
1
svnsync not using config dir
Hello:
I tried posting this to the subversion mailing
list, but that does not seem to be taking the
post so I am hoping this list can help.
I am using svnsync installed using yum on my
CentOS 5 server.
I am trying to tell the sync command to save
the certificates and credentials in a directory,
but it does not seem to be doing so.
I created a directory /usr/local/svn/MyProject.config
To run
2006 Nov 20
1
nVidia MCP55 Pro SATA&Ethernet?
Hi,
Just wondering, does CentOS4 support nVidia MCP55 Pro based SATA &
Ethernet? Any known issues?
--
NOTICE: If you are not intended recipient, you are hereby notified
that by reading this message you agreed not to disturb frogs during
mating season. For more info, visit http://www.8-P.ca/
2007 Dec 19
5
pciback.hide with ISDN Cards
Hi all,
did somebody successfuly export ISDN Cards to DomU?
I want to have 2 ISDN Cards in DomU (for Asterisk with mISDN)
lspci -vt
-[0000:00]-+-00.0 nVidia Corporation MCP55 Memory Controller
+-01.0 nVidia Corporation MCP55 LPC Bridge
...
+-05.1 nVidia Corporation MCP55 SATA Controller
+-06.0-[0000:01]--+-00.0 Cologne Chip Designs GmbH ISDN
2002 Jun 12
4
WIndows 98 asking for a password
Hello:
I have a brother HL-1440 laser printer set-up and working fine on my
RedHat 7.3 Linux box. The printer queue is named brotherLaser.
I added a samba share for the printer with these options
in my smb.conf file:
[brotherLaser]
path = /var/spool/lpd/brotherLaser
writable = yes
comment = Brother Laser Printer
printable = yes
public = yes
I then went
2009 Nov 02
8
Free or low cost online backup?
Hello:
Does anyone know a free or low cost online backup
system for CentOS?
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com
CentOS 5.4 KVM VPS $55/mo, no setup fee, no contract, dedicated 64bit CPU
1GB dedicated RAM, 40GB RAID storage, 500GB/mo premium BW, Zero downtime
2005 Mar 23
2
Permission problems writing to Share from SQL Agent
Hello:
I have a client that is using MS SQL Server in a Windows 2003
server.
They have a Linux machine (Fedora Core 3) that is acting as a file
server using Samba.
We want to write backups from the SQL Agent for SQL Server to
one of the shares on the Samba server.
If I set the share to allow guest access, the SQL Agent
can write the backups just fine using \\Shares\SQLBackups\pubs.bak
but, if