lundi 31 décembre 2012

how to change hostname in linux

Use sysctl to change the hostname

Why would someone need a different method of doing the same thing as above? No idea, but here is anyway: use sysctl to change the variable kernel.hostname: Use:
sysctl kernel.hostname
to read the current hostname, and
sysctl kernel.hostname=NEW_HOSTNAME 
 
 
you can view it by usinf 
 
sysctl -a | grep hostname  

md5sum

L'outil md5sum est un utilitaire en ligne de commande qui permet de vérifier l'intégrité d'un fichier. En effet, il est tout à fait possible que des erreurs se soient introduites dans un fichier que vous récupérez depuis Internet.

dispo under linux
md5sum fichier
donne un hach md5

on compare resultat avc celui de source
 

vendredi 28 décembre 2012

proftpd jail chroot to www/htdocs



     # To cause every FTP user to be "jailed" (chrooted) into their home
        # directory, uncomment this line.
        DefaultRoot             /srv/www/htdocs !utilisateurs,!users

seuls les utilisateurs qui n'appartient pas au group users et utilisateurs seront chrooté vers /srv/www/htdocs

add user to proftpd + can't connect

if i try to connect with a system acount i get this error in log file


Dec 28 17:18:42 tera proftpd[28837] localhost (192.168.14.73[192.168.14.73]): USER test: no such user found from

but if i add a user line in /etc/proftp/auth/passwd

i get

wrrong password even it true


:o

in config i have

# ------------------------------
  # Authentication
  # ------------------------------

        ### PAM Authentication
        # AuthPAM: default: on # modified
        AuthPAM                 off

        # changed AuthPAMConfig file
        AuthPAMConfig           proftpd
        ### PAM Authentication

        AuthUserFile            /etc/proftpd/auth/passwd
        AuthGroupFile           /etc/group

        ### order of auth modules
        #AuthOrder              mod_auth_unix.c mod_auth_file.c
        AuthOrder               mod_auth_file.c

the solution is to active mod_auth_unix.c
so in authOrder add this mod

to become :
AuthOrder              mod_auth_unix.c mod_auth_file.c

jeudi 27 décembre 2012

Créer un accès FTP avec Proftd vers le repertoire /var/www


Posté par Alexandre, le Vendredi 03 juin 2011 dans la catégorie : Actualités
Si vous souhaitez créer un accès FTP vers votre répertoire /var/www vous êtes (enfin) sur la bonne page.
Peut être avez-vous déjà installer proftpd, dans ce cas rendez-vous un peu plus bas pour la modification du fichier proftpd.conf
Grâce à cette méthode, vous pourrez aussi choisir quel utilisateur aura accès à quel répertoire
Pour tout problèmes, répondre par commentaire.

Installer Proftpd

Pour installer proftpd, connectez-vous en SSH et lancer la commande
1
sudo apt-get install proftpd
A la question « Lancer ProFTPd à partir d’inetd ou indépendamment ? » nous choisissons indépendamment.

Ajouter un utilisateur au FTP

Pour ajouter un utilisateur qui aura accès FTP, il faut en fait créer un utilisateur linux, si par exemple, vous souhaitez que l’identifiant de votre compte soit « alexandre » alors tapez toujours en SSH
1
adduser alexandre
Choisissez un mot de passe que vous devez confirmer, noter bien le mot de passe choisis, ça sera le mot de passe de votre ftp.
On ajoute cette utilisateur au groupe administrateur pour avoir accès en écriture sur le dossier /var/www
1
adduser alexandre admin
Actuellement, vous pouvez vous connecter en entrant l’host (Ip de votre serveur), votre nom d’utilisateur (ici alexandre) et le mot de passe.
Mais par défaut, nous arrivons dans home et non pas dans /var/www

Éditer le proftpd.conf afin d’arriver directement dans /var/www

Pour éditer le fichier proftpd.conf en SSH tapez :
1
nano /etc/proftpd/proftpd.conf
On souhaite que l’utilisateur « alexandre » accède directement au répertoire /var/www il suffit d’ajouter la ligne suivante:
1
DefaultRoot /var/www alexandre

Redémarrer proftpd puis vérifier

Afin de prendre en compte les modifications, proftpd doit redémarrer :
1
/etc/init.d/proftpd restart
Enjoy !

proftpd won't work

 check your config with this command

 proftpd -t6

Checking syntax of configuration file
tera proftpd[20184]: warning: unable to determine IP address of 'server-nam'
tera proftpd[20184]: error: no valid servers configured
tera proftpd[20184]: Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'


i have to add the server name to etc/hosts file

chroot user in ftp server proftp

To jail users to theirs respective home directories, add following to config file:
DefaulRoot ~

to /etc/proftpd/proftpd.conf

turn off suselinux firewall

/sbin/SuSEfirewall2 off
To start the firewall:
/sbin/SuSEfirewall2 on
If you want to temporarily disable your firewall:
/etc/init.d/SuSEfirewall2_setup stop

les serveurs de nom IAM maroc telecom

linux-baou:/etc/apache2 # dig @62.251.229.223 iam.ma ANY

; <<>> DiG 9.9.1-P2 <<>> @62.251.229.223 iam.ma ANY
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7439
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;iam.ma.                IN    ANY

;; ANSWER SECTION:
iam.ma.            919    IN    NS    dns.menara.ma.
iam.ma.            919    IN    NS    dns3.menara.ma.
iam.ma.            919    IN    NS    dns2.menara.ma.
iam.ma.            919    IN    NS    dns1.menara.ma.
iam.ma.            23065    IN    MX    10 servmx1.iam.ma.
iam.ma.            23065    IN    MX    10 servmx2.iam.ma.
iam.ma.            21858    IN    A    81.192.44.117

;; Query time: 94 msec
;; SERVER: 62.251.229.223#53(62.251.229.223)
;; WHEN: Thu Dec 27 12:20:27 2012
;; MSG SIZE  rcvd: 181
/etc # dig @62.251.229.237 iam.ma ANY

; <<>> DiG 9.9.1-P2 <<>> @62.251.229.237 iam.ma ANY
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29075
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;iam.ma.                IN    ANY

;; ANSWER SECTION:
iam.ma.            28797    IN    MX    10 servmx2.iam.ma.
iam.ma.            28797    IN    MX    10 servmx1.iam.ma.
iam.ma.            1329    IN    NS    dns3.menara.ma.
iam.ma.            1329    IN    NS    dns2.menara.ma.
iam.ma.            1329    IN    NS    dns1.menara.ma.
iam.ma.            1329    IN    NS    dns.menara.ma.
iam.ma.            16960    IN    A    81.192.44.117








mercredi 26 décembre 2012

Subprocess failed. Error: Echec RPM:

cd /var/lib/rpm
tu te retrouves dans le répertoire des bases de donnée de rpm, la commande "ls" te permet de les visualiser

Code:
rm ./*
pour virer les bases

puis

Code:
rpm --rebuilddb
zypper cc 
zypper ref

lundi 17 décembre 2012

DNS setup with only one public IP - possible?

http://www.syswan.com/docs/sw24html/SW24SERIES_USERGUIDE-V104REVCp9.htm

ip aliasing for NAT

IP aliasing

From Wikipedia, the free encyclopedia
IP aliasing is associating more than one IP address to a network interface. With this, one node on a network can have multiple connections to a network, each serving a different purpose. In the Linux kernel, it was first implemented byJuan José Ciarlante in 1995.[1] It has also been possible in Microsoft Windows NT since (at least) Windows NT 3.51,[2] released in 1995.


NAT - If I have multiple public IP, how can I configure multiple NAT in my Vigor router?





[Take Vigor2910 series as an example]

1.Open WAN>>Internet Access and click WAN IP Alias. Type your multiple public IPs in the following dialog.


Cisco ADS/router configuration

 cisco-800-series-router === end of sales :o 9dame

http://www.cisco.com/en/US/products/hw/routers/ps380/ps394/index.html
http://joe-ma-how-to.blogspot.com/2008/05/setting-up-cisco-800-series-router-for.html


plus recent

The Cisco 1700, 2600, and 3600 Series routers support the Asymmetric Digital Subscriber Line (ADSL) WAN Interface Card (WIC). All the three platforms are configured essentially the same. However, there are differences present in the hardware and in the Cisco IOS® Software release required for each one. Throughout this document, the Cisco 1700/2600/3600 is referred to as the Cisco ADSL WIC.




WAG200G

• Supports 802.11g and 802.11b wireless LAN 
• Supports 4 10/100 Auto MDI/MDI-X LAN switch ports 
• Support for RFC1483, PPPoE and PPPoA connections 
• Built-in ADSL modem with G.lite, G.dmt, G.992.3, G.992.5, and T1. 413 support

Nombre total de pages vues