jeudi 30 octobre 2014

Activer / désactiver le routage sous linux

Non permanent:

sysctl -w net.ipv4.ip_forward=1

echo 1 > /proc/sys.net/ipv4/ip_forward




Pour vérifier

sysctl net.ipv4.ip_forward

ou

cat /proc/sys/net/ipv4/ip_forward



Pour activer le routage de façon permanente

$ vi /etc/sysctl.conf

# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1

Pour activer les modifications:

sysctl -p /etc/syctl.conf

Aucun commentaire:

Enregistrer un commentaire

Comment ajouter une route statique sur une distribution Linux Ubuntu

Pour ajouter une route statique au démarrage d'Ubuntu, voici le fichier à modifier. Dans l'exemple on ajoute une route pour joindre ...