K, problem fixed with the help of our Internet Provider. Some steps where missing. Here are what needs to be done in order to deactivate NAT on our speedtouch. For example: Public IP addess of our Router: 12.34.56.78 Public IP addresses availables for our company: 12.34.56.70 to 12.23.56.77 I will set the router address to […]
blog.keesmeijs.nl » Blog Archive » IPv6 met een SpeedTouch 516/546 (firmware v6)
IPv6 met een SpeedTouch 516/546 (firmware v6) Heb je net een mooie SixXS IPV6-in-IPv4 tunnel aangevraagd, werkt het niet (of alleen maar uitgaand)… Zo werkt het wel (in dit voorbeeld is de IPv6 router 192.168.4.4): :expr add name=ipv6 type=serv proto=41 :firewall rule add chain=forward_host_service name=SixXS serv=ipv6 state=enabled action=accept :nat tmpladd intf=Internet type=nat outside_addr=0.0.0.1 inside_addr=192.168.4.4 protocol=6to4 […]
Using IPV6 On OpenVZ Containers | captaingeek.net
Using IPV6 On OpenVZ Containers Posted on June 1, 2009, 12:01 am, by Michael, under How To. Many of you have probably used OpenVZ and got very angry at the fact that out the box, the ipv6 support is there, but difficult, hidden and badly documented. Well one of the most common compliants is that […]
» Configuration Asterisk pour Freephonie en SIP – Le Comptoir de Sinhaladweepa
Après quelques tâtonnements, voici la configuration contenue dans /etc/asterisk/sip.conf permettant à Asterisk d’accéder au service SIP offert par Freephonie : [general] defaultexpiry=1800 register => 0951727841:monsecret9@freephonie.net dtmfmode=auto [freephonie-out] type=peer host=freephonie.net qualify=yes username=0951727841 fromuser=0951727841 secret=monsecret disallow=all allow=alaw Le codec G711 alaw est ma préférence personnelle : la qualité sonore avant tout en attendant G722. D’autes préférerons le […]
pense bete trouver contenu d’un fichier
find . | grep php$ | xargs grep ‘ce que je cherche’ | sort | more
Snipt – isagoksu – Show the process ID that uses specific port | Share and store code or command snippets.
# The linux fuser command has a special option for port conflicts. # Use fuser -n tcp <port id> for tcp ports to see which process is using # the port. # For example to see which application is already using port 80 use: $ fuser -n tcp 80 # The netstat command can also […]
Benoît.Bâlon.free.fr » Le dernier jour du mois ?
Le dernier jour du mois ? 30/04/2010 Benoît Bâlon Commenter Allez aux commentaires Dans la catégorie « astuces pour amoureux de la ligne de commande sous GNU/Linux », voici une petite commande qui peut s’avérer pratique dans le cas de certains développements en Bash. La simplicité de ce code n’a d’égal que sa beauté ! […]
Lord’s Lair » error writing /proc/self/oom_adj: Operation not permitted
error writing /proc/self/oom_adj: Operation not permitted 05.05.10 | G33keries, Tips Si vous rencontrez cette erreur dans vos logs (auth.log) à l’intérieur d’un Container OpenVZ 1 auth.log: leela sshd[17009]: error writing /proc/self/oom_adj: Operation not permitted Voici comment vous « débarasser » de cette erreur Je l’ai rencontré sur la configuration suivante : 1 root@Leela:~# dpkg -l […]
ipmi and co
Console Management Ian Durkacz, School of Informatics, April 2007 ________________________________________________________________________________ Table of Contents 1 Introduction…………………………………………………………………………………………………………………..2 1.1 Requirements…………………………………………………………………………………………………………2 1.2 Current approach…………………………………………………………………………………………………….2 2 Possible future options……………………………………………………………………………………………………3 2.1 KVM over IP………………………………………………………………………………………………………….3 2.1.2 KVMoIP AdderLink IP…………………………………………………………………………………..3 2.1.2 KVMoIP – Lantronix SecureLinx Spider……………………………………………………………5 2.2 IPMI – Intelligent Platform Management Interface……………………………………………………..5 2.2.1 IPMI v1.5………………………………………………………………………………………………………..6 2.2.2 IPMI v2.0………………………………………………………………………………………………………..7 2.3 Dell DRAC […]