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
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
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 "
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
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
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
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
> 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
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
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
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
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
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
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
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/
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
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
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
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
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
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.
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-
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
/
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
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
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
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
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
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
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]>
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 worlds largest e-mail service with MSN Hotmail. Click Here
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
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
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
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
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
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
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
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
39 matches
Mail list logo