Trevor Warren wrote:
Hello luggers....;)
Time for a little challenge for all of u....:)) Time to put on ur thinking caps nd start hackin @ that old mean gnu-linux b ox of urs.....
http://news.com.com/2100-1001-957988.html http://securityresponse.symantec.com/avcenter/venc/data/linux.slapper.worm.h tml
--- jtdsouza@softhome.net wrote:
Trevor Warren wrote:
Hello luggers....;)
Time for a little challenge for all of u....:))
Time
to put on ur thinking caps nd start hackin @ that
old
mean gnu-linux b ox of urs.....
[snip] thx a million jtd.
Trevor
http://securityresponse.symantec.com/avcenter/venc/data/linux.slapper.worm.h
tml
===== ( >- GNU/LINUX, It's all about CHOICE -< ) /~\ __ http://www.qmailtheeasyway.com __ /~\ | ) / mailto: trevor.w@media.mit.edu \ (/ | |_|_ \ Research Asst, MediaLab / _|_| ___________________________________/
__________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com
hi all,
i am using rh7.2, my ipaddress is 192.168.1.50
i have changed the ipaddress in /etc/sysconfig/network-scripts/ifcfg-eth0 IPADDR=192.168.1.55
# service network restart
it does not reflect when i use the command # /sbin/ifconfig eth0
but i am able to ping both the ip addresses 192.168.1.50 and 192.168.1.55 i tried with
# /usr/sbin/netconfig
# /sbin/ifdown eth0 # /sbin/ifup eth0
still it does not show me when i type # /sbin/ifconfig eth0
it showed me when i rebooted the system (bad..)
any idea
-sanjeev
# service network restart
# /etc/rc.d/init.d/network restart
# /etc/init.d/network restart
all these commands do the same,
i even changed the ip in /etc/hosts
but it does not reflect in # /sbin/ifconfig eth0
-sanjeev
On Wed, 2002-09-18 at 05:42, sanjeev wrote:
hi all,
i am using rh7.2, my ipaddress is 192.168.1.50
i have changed the ipaddress in /etc/sysconfig/network-scripts/ifcfg-eth0 IPADDR=192.168.1.55
# service network restart
it does not reflect when i use the command # /sbin/ifconfig eth0
u got to use /etc/init.d/network restart
Yeah this had happened in some of my clients cases also, which used 7.2. I had to restart the m/c to reflect the changes
Anil
--- Sanjeev sanjeev@cnpl.co.in wrote:
# service network restart
# /etc/rc.d/init.d/network restart
# /etc/init.d/network restart
all these commands do the same,
i even changed the ip in /etc/hosts
but it does not reflect in # /sbin/ifconfig eth0
-sanjeev
On Wed, 2002-09-18 at 05:42, sanjeev wrote:
hi all,
i am using rh7.2, my ipaddress is 192.168.1.50
i have changed the ipaddress in
/etc/sysconfig/network-scripts/ifcfg-eth0
IPADDR=192.168.1.55
# service network restart
it does not reflect when i use the command # /sbin/ifconfig eth0
u got to use /etc/init.d/network restart
--
Best Regards, -Mitul Limbani Support Editor (mitull@wrox.com) (http://www.wrox.com) (http://p2p.wrox.com)
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
__________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com
It is an identified bug which I had submitted to Bugzilla. You can check the bug details here -
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55665
BTW, The only solution is -
# /etc/init.d/network stop # /sbin/ip addr flush eth0 # /etc/init.d/network start
This problem was solved in the initscripts updates and was not observed in Redhat 7.3.
Regards, Nilesh.
--- Sanjeev sanjeev@cnpl.co.in wrote:
# service network restart
# /etc/rc.d/init.d/network restart
# /etc/init.d/network restart
all these commands do the same,
i even changed the ip in /etc/hosts
but it does not reflect in # /sbin/ifconfig eth0
-sanjeev
On Wed, 2002-09-18 at 05:42, sanjeev wrote:
hi all,
i am using rh7.2, my ipaddress is 192.168.1.50
i have changed the ipaddress in
/etc/sysconfig/network-scripts/ifcfg-eth0
IPADDR=192.168.1.55
# service network restart
it does not reflect when i use the command # /sbin/ifconfig eth0
u got to use /etc/init.d/network restart
________________________________________________________________________ Missed your favourite TV serial last night? Try the new, Yahoo! TV. visit http://in.tv.yahoo.com
Hi 1 am trying block MSN ,yahoo and indiatimes messenger on my local Network from a few computers using ipchains. I did try the stuff as mentioned by googling. but with no result. Mine is a dual n/w card server with the Ip address of internal N/W being 192.168.1.99. Can anybody, pls provide me with any pointers on how to do it.
Thnax in advance. RAM-C
dear tineeminee
u need to block the following
aim : login.oscar.aol.com y! : scs.yahoo.com msn : msgr.hotmail.com
regards warren brian noronha
On Thu, 19 Sep 2002 18:56:31 +0530 "Tineeminee" tineeminee@hotmail.com wrote:
Hi 1 am trying block MSN ,yahoo and indiatimes messenger on my local Network from a few computers using ipchains. I did try the stuff as mentioned by googling. but with no result. Mine is a dual n/w card server with the Ip address of internal N/W being 192.168.1.99. Can anybody, pls provide me with any pointers on how to do it.
Thnax in advance. RAM-C
Hi!
Thanks for your all your help I did manage to block MSN by writing the following commands /sbin/ipchains -A input -p TCP -b --sport 1863 -j DENY
But having problem in blocking in Yahoo Messenger using the following command /sbin/ipchains -A input -p TCP -b --sport 5050 -j DENY /sbin/ipchains -A input -p UDP -b --sport 5050 -j DENY /sbin/ipchains -A output -p TCP -d 192.168.1.0/24 -s 216.0.0.0/8 23 -l -j DENY
Can anyone please let me know if there is any way i can know which ports or servers are being used by the users on the N/W.
RamC
--- Tineeminee tineeminee@hotmail.com wrote:
Can anyone please let me know if there is any way i can know which ports or servers are being used by the users on the N/W.
use a port scanner , www.google.com/linux should help you.
prady
===== Visit Me at http://www.geocities.com/pradysam/ PS : Dont forget to sign the guest book ;-)
__________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
Hello luggers !
I have been unsuccessfully trying to get my scanner (HP scanjet 2200c) to work with my Linux m/c. I am using RHL 7.1. I tried xsane but it didn't recognize the scanner. I then tried editing the " /etc/sane.d/hp.conf " file and inserted the following lines :
/dev/usb/scanner0 option connect-device
It still didn't work. Can anyone please provide me with any leads on how to do it?
Warm Regards, Kapil Karekar
On Wednesday 22 August 2012 17:00, you wrote:
Hello luggers !
I have been unsuccessfully trying to get my scanner (HP scanjet 2200c) to work with my Linux m/c. I am
hi there,
Your scanner dosent figure in the list @ http://www.mostang.com/sane/sane-backends.html i am not sure... but please do chech the above website. its the home pgae of sane. every scanner which is supported has a corresponding backend ( driver.. ) under sane. It is possible that the scanner isnt inside the official release of sane but is available for install seperately. Please do check the website out!
-rahul
Warm Regards, Kapil Karekar
yeah changed in /etc/hosts also.... but it didnt work
-sanjeev
On Wed, 18 Sep 2002, Philip S Tellis wrote:
On Wed, 18 Sep 2002, sanjeev wrote:
i have changed the ipaddress in /etc/sysconfig/network-scripts/ifcfg-eth0 IPADDR=192.168.1.55
also check in /etc/hosts
you'll have to change it there also
On Wed, 2002-09-18 at 05:42, sanjeev wrote:
hi all,
i am using rh7.2, my ipaddress is 192.168.1.50
i have changed the ipaddress in /etc/sysconfig/network-scripts/ifcfg-eth0 IPADDR=192.168.1.55
# service network restart
it does not reflect when i use the command # /sbin/ifconfig eth0
u got to use /etc/init.d/network restart