Janux — Blog

July 24, 2008

How To BackUp a Cisco from Linux

Filed under: Gnu/Linux, Work — janux @ 12:55 pm

This is a easy and small way to BackUp a Cisco SW or RW using GNU/Linux ( Mandriva 2008.1 )

1th we need to instal TFTP:
# urpmi tftp-server
The service must be like this:
# cat /etc/xinetd.d/tftp
#############################################################################
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /home/janux/BackUpCiscos
per_source = 11
cps = 100 2
flags = IPv4
}
#############################################################################

mkdir /home/janux/BackUpCiscos
chkconfig xinetd off
/etc/init.d/xinetd restart
Stopping xinetd [ failed ]
Starting xinetd [ OK ]

(more…)

July 18, 2008

Worpress New Version: 2.6

Filed under: General, Gnu/Linux — janux @ 3:31 pm

Damn !! i just upgrade to 2.5.1 and now we got 2.6 … lets work on it !!

Up & Running !!

July 13, 2008

Trying scribeFire

Filed under: General — janux @ 10:28 pm

Hi there …. again …. I’m trying ScribeFire for posting at my blog is a Firefox add-on it is realy nice.
http://www.scribefire.com/

How To IDS ( Intrusion Detection System ) at Mandriva 2008.1 Part One

Filed under: Gnu/Linux, Work — Tags: , , , , — janux @ 5:12 pm

This is the 1th part of a number of how tos that I just decide to type in my blog:

How To IDS ( Intrusion Detection System ) using Mandriva 2008.1 Part One

First we will need some packages as IpTables and Psad to build the first part of our IDS that eventually will give as total power to defend us versus atakers.
1- As r00t we do:
[root@hestia ~]# urpmi iptables
[root@hestia ~]# urpmi psad
To satisfy dependencies, the following packages are going to be installed:
Package Version Release Arch
(medium “main”)
perl-Bit-Vector 6.4 5mdv2008.1 x86_64
perl-Carp-Clan 6.00 1mdv2008.1 noarch
perl-Date-Calc 5.5.1 8mdv2008.1 x86_64
perl-IPTables-ChainMgr 2.1.1 1mdv2008.1 x86_64
perl-IPTables-Parse 2.1.1 1mdv2008.1 x86_64
perl-Net-IPv4Addr 0.10 10mdv2008.1 noarch
perl-Unix-Syslog 1.0 2mdv2008.1 x86_64
psad 2.1.1 1mdv2008.1 x86_64
3.5MB of additional disk space will be used.
847KB of packages will be retrieved.
Proceed with the installation of the 8 packages? (Y/n) Y
———————-
———————-
.. Adding psadfifo line to /etc/syslog.conf
.. Restarting syslogd
.. You can edit the EMAIL_ADDRESSES variable in
/etc/psad/psad.conf to have email alerts sent to
an address other than root@localhost

Configuring IpTables:
(more…)

New wordpress version 4 my Blog :D

Filed under: Actividades, General — Tags: — janux @ 4:02 pm

It says: “Thank you for creating with WordPress | Version 2.5.1

It looks much better and fast :D

Powered by WordPress