Re: dns server firewall

2002-11-20 Thread Wesley Jay Deypalan
ity to serve up DNS. Your firewall doesn't appear to be accepting/responding to pings. That aside, you've got the right port for DNS, but the wrong protocol. DNS lookups are done via udp, not tcp. Port 53/tcp is for domain zone transfers. On Tue, 19 Nov 2002, Wesley Jay Deypalan wrot

dns server firewall

2002-11-19 Thread Wesley Jay Deypalan
Hi,   I have a RH8 and planning to make it a DNS Server, but I have problem using the iptables. Here is my configurations for my firewall   IPTABLES=/sbin/iptablesLAN="208.108.143.90"$IPTABLES -P INPUT DROP$IPTABLES -F INPUT$IPTABLES -P OUTPUT ACCEPT$IPTABLES -F OUTPUT$IPTABLES -P FORWARD DROP$IPTA

Re: Multimon

2002-07-30 Thread Wesley
Would anyone mind if I posted my XF86Config-4 file? I have found only three guides to doing this on the net, none work. Wez PS. Here it is # XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7 Section "ServerLayout" Identifier "XFree86 Configured" #Screen 0 "

Re: monitor virtual hosts

2002-07-30 Thread Wesley Murphy
On Tuesday 30 Jul 2002 1:40 am, Chris Mason wrote: > Oi vey! Is this stuff complex or what. I can't figure out this snmp > stuff. Any chance you could snatize and send me your configs? Any other > notes you can offer are appreciated. SNMPD is only needed for monitoring traffic to a machine. You

Multimon

2002-07-30 Thread Wesley
Hi, Does anyone know if KDE 3 as shipped/updated with redhat 7.3 supports multiple monitors? Wez ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: monitor virtual hosts

2002-07-29 Thread Wesley Murphy
MRTG - (multi router traffic grapher) is on redhat machines. Investigate /etc/snmp/snmpd.conf for machine traffic monitoring. Look up something called mod_watch for apache which will let MRTG draw nice little graphs for the traffic going in and out of virtual hosts. This will let you see busy v

Re: pop3 server

2002-07-29 Thread Wesley Murphy
RH has pop3 on it already. Edit /etc/xinet.d/ipop3 disbale=yes ---> disable=no Then run service xinetd restart and telnet localhost 110 to check it. I can't remember any exploits for pop3, I'm sure if you register your machine with rhn.redhat.com and pay attention to it, you should be ok

Re: University-like Network Setup

2002-07-25 Thread Wesley Murphy
> Supposedly there is a way to get pam_smb to authenticate a user without > them having a local account. See the 'nolocal' option in the config > section of this page: > > http://samba.org/ftp/unpacked/pam_smb/INSTALL This nolocal option doesn't work without extra messing around. Following th

University-like Network Setup

2002-07-24 Thread Wesley Murphy
Hi, I was wondering how I would be able to get all user accounts managed from the one machine. I have looked at pam_radius and pam_smb, and both, while authenticating from a designated server, require an account to be set up on the workstation that they are running on. How would I get some use

Re: A question.

2002-07-12 Thread Wesley Murphy
Send me some blank CDs(3) and I'll send you RH 7.3 Or deposit a few pounds into my paypal account. Wez On Friday 12 Jul 2002 8:29 am, Mike Burger wrote: > Do you have a CD-Burner? > > If so, you can download and burn to CD the latest copy of Red Hat Linux. > > On Fri, 12 Jul 2002, - kitsune wrot

Re: User quotas

2002-07-06 Thread Wesley Murphy
grep To:\ username /var/spool/username | wc The first number this 'wc' returns is the number of lines man 'wc' to check if their a way to suppress the no of words, no of characters from the output of wc User mail -u username to check the no of messages in /var/spool/username Wez PS. Maybe

Re: apache permissions

2002-07-06 Thread Wesley Murphy
In httpd.conf Options SymLinks let's you cross links on the filesystem via http, maybe it's not set up for the home directories I'd go to / ls -l chmod 755 home to let everybody read/change to the home directory cd home chmod 755 * to let everybody read/change to everyones home directory chmo

Re: LinModems

2002-07-06 Thread Wesley Murphy
I managed to set one up on my laptop a while ago, just before I got broadband. I think it was just a case of recompiling the kernel with a new module from the linmodems website, watch out for serial stuff in the kernel configuration before you recompile (/dev/tty stuff) 'lsmod' 'insmod' 'modp

Re: KDE freeze.....

2002-07-05 Thread Wesley Murphy
Ctrl+Alt+F1 This should give you another terminal as mentioned before login, do a 'ps -aux' Look for anything funny, like the word 'defunct' or 99.9% CPU usage on a process called 'kdesomething' Try killing the process kill PID or kill -9 PID Do you have AGP? Some board/gpu combos lock

ssh question

2002-07-04 Thread Wesley Murphy
There is a way, or there should be, to enable secure access to a machine without having to enter a password. My problem is this: I have two machines, both running ssh, they both have static ips on the interfaces that I will be using for this. I would like to be pre-authorised as root to scp/

Re: Anti-Spam

2002-07-03 Thread Wesley Murphy
As I understand it, permissions are like RWX , RWX , RWX Owner, GroupOfOwner, RestofWorld So if all users are in the same group, say 'users', then you could do : chmod 660 /var/spool/mail/SPAM to change the permisions on the folder so only group members and the owner can r

Re: /bin/login: Permission denied

2002-07-02 Thread Wesley Murphy
if 'chmod' didn't work try 'chattr' www.chkrootkit.org may also be useful 'nmap' too Complete wiping of the system is not always necessary Just be more careful www.tripwire.org Wez On Tuesday 02 Jul 2002 4:18 pm, Gordon Messmer wrote: > You've been hacked. /bin/login has been replaced, an

Re: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Wesley Murphy
locate smb | grep bin man smbclient man smbmount On Thursday 27 Jun 2002 9:36 am, Van Den Abeele Kristof wrote: > First of all ,thanx you all for the hostname information... > > But I have already another question. > > I want to install samba & have read several docs & howto's . But one thing > is

Re: Off topic slightly

2002-06-27 Thread Wesley Murphy
day 26 Jun 2002 11:47 pm, Brian Ashe wrote: > Hello Wesley, > > Wednesday, June 26, 2002, 10:49:10 PM, you textually orated: > > WM> Hi, > > WM> I'm having a major problem with my php set up on my redhat box: > > WM> Values are not getting passed from on

Off topic slightly

2002-06-26 Thread Wesley Murphy
Hi, I'm having a major problem with my php set up on my redhat box: Values are not getting passed from one page to the next on apache. Any ideas? Are there any particular features of php I must ensure are enabled to have this simple stuff work? I modified the http.conf file and removed the

Re: good PHP sources?

2002-06-25 Thread Wesley Murphy
I think it's $result=system("grep -a $file"); But check out hotscipts.com phpbuilder.com and obviously: php.net Wez On Tuesday 25 Jun 2002 5:02 pm, mike flanagan wrote: > anyone have any favorite PHP sites? We have some simple scripts I would > somehow like incorporate into a web interface.

Followup Raid Questions?

2002-06-24 Thread Wesley Murphy
How do you tell that one mirrored drive is dead? Does it show up in /var/log/messages or something, or should the machine be rebooted to find out Wez ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-

Re: Raid Questions?

2002-06-24 Thread Wesley Murphy
Raid level one is a mirrored drive right? That means that if you have set the raid up correctly, both drives are presented to the OS as one physical drive. Partitioning would just be the same as a normal drive. eg /boot 30Megs swap512 Megs /

updating bind

2002-06-11 Thread Wesley Jay Deypalan
Hi,   I have RH 7.2 and installed the built-in bind. Recently there was a security advisory regarding bind in RH 7.2 that there is a bug and that an upgrade is needed, I downloaded the new bind from redhat security advisories site (bind-9.2.1-0.7x.i386.rpm, bind-devel-9.2.1-0.7x.i386.rpm,bind-utils

software to graph ip traffic

2002-05-14 Thread Wesley Jay Deypalan
Hi,   Is there a software that can graph the traffic of certain ip addresses? What I want to do is to have a graph similar to MRTG but is monitoring several ip address.     TIA,   WesleyChat with friends online, try MSN Messenger: Click Here ___ Redhat

how to backup email in mail server

2002-04-15 Thread Wesley Jay Deypalan
hi,     I have redhat 7.1 using sendmail as mail server. I would like to reformat my mail server, how do i backup the emails in the mail  server? tia   WesleyMSN Photos is the easiest way to share and print your photos: Click Here ___ Redhat-list maili

permission denied on virtual hosting directory

2002-03-13 Thread Wesley Jay Deypalan
Hi,   I have RH 7.1 and installed Apache server and are running great. Recently I tried to do virtual hosting but I this error " Permission Denied" when I view the virtual host website. My main website is working good. Here is how I setup the virtual host, I point the directory (where the html file

print log for redhat 7.1

2002-02-26 Thread Wesley Jay Deypalan
Hi,   I installed Redhat 7.1 as print server and it already printing. I already tested it and works okay. The printer is a FujiXerox DC400 and has a Lan card and ip address. My questions is : Is there a software the can log who is printing in the printer? I have seen the Print Job Administration th

dns error what does it mean

2002-02-17 Thread Wesley Jay Deypalan
TIA Wesley Jay _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo

Re: sendmail or imap server recieving mails?

2002-02-16 Thread Wesley Jay Deypalan
Hi, I can telnet my mail server using telnet xxx.www.zzz.aaa 25 and my smtp sendmail server will respond properly, problem is i cannot recieve emails. what program will configure to recieve mails sendmail or imap? TIA Wesley Jay >From: David Talkington <[EMAIL PROTECTED]>

sendmail or imap server recieving mails?

2002-02-16 Thread Wesley Jay Deypalan
configure to receive mails, sendmail or imap? I already configure our dns server and can ping mail.mydomain.com and can already open our site using domain name(www.mydomian.com). What I am lacking?   TIA Wesley Jay Join the world’s largest e-mail service with MSN Hotmail. Click Here

sendmail not running as smtp

2002-02-11 Thread Wesley Jay Deypalan
in www.redhat.com. My questions is : How come my smtp port is still close? What is lacking in my configuration? What pop/imap server that work with sendmail? TIA Wesley Jay _ MSN Photos is the easiest way to share and print your

how to make this http://www.myname.domain.com

2002-01-16 Thread Wesley Jay Deypalan
Hi,   I can't figure out how to make this address in my website e.g http://myname.mydomain.com. I have tried to make this address http://www.mydomain.com,  and have success in make it. Can you tell me what do I need to add?       TIA, Wesley JayMSN Photos is the easiest way to share and

upgrading rpm

2001-04-16 Thread Wesley Jay Deypalan
rpm, but the way what I have is a rpm file. TIA, Wesley _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ___ Redhat-list mailing list [EMAIL PROTEC

mounted new disappear when reboot

2001-03-17 Thread Wesley Jay Deypalan
this normal or do i have to put the mount command in the logon script? I have followed the howto on harddisk upgrade. Do you have any suggestions TIA, Wesley Jay _ Get Your Private, Free E-mail from MSN Hotmail at http

DHCP lease time

2001-03-08 Thread Wesley Jay Deypalan
obtain the IP Add the day before when I just got it. Is there something wrong with my configuration? I followed the DHCP HowTo and check the date and time of the DHCP server and Win 98 Workstation and they have the same date and time, Is this normal? TIA, Wesley Jay

Re: Sendmail$B!"(J"We do not relay..."

1998-04-19 Thread Wesley W. Owen
You need to put all of your domains in the /etc/sendmail.cw file. That will solve your problem. That file specifies which domains your mail server will accept mail to. -Wes At 11:37 PM 4/18/98 , you wrote: > >> I seup Internet Server by RedHat5.0 for Intel. >> I would like to use Eudora for em

FTP Welcome message

1998-04-05 Thread Wesley W. Owen
What file do I need to edit so when some FTP's to my system they get a welcome message other than... 220 my.server FTP server (Version wu-2.4.2-academ[BETA-15](1) Sat Nov 1 03:08:32 EST 1997) And, I was wondering if it is possible to make it so when a user logs in, they see their home directory

Random Password Generator

1998-03-11 Thread Wesley W. Owen
Is there a way to get RHL5 to generate a random password when I create a new user? Or, is it somewhere in passwd? Thanks for the help! Wes -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists