0% found this document useful (0 votes)
60 views6 pages

TP 2

This document discusses configuring DHCP, NTOP, and WEBMIN on a server. It describes installing and configuring the DHCP server, enabling automatic routing using iptables rules, and testing the DHCP server from the client. It also provides brief instructions for installing NTOP to monitor network traffic and WEBMIN for web-based system administration.

Uploaded by

awa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views6 pages

TP 2

This document discusses configuring DHCP, NTOP, and WEBMIN on a server. It describes installing and configuring the DHCP server, enabling automatic routing using iptables rules, and testing the DHCP server from the client. It also provides brief instructions for installing NTOP to monitor network traffic and WEBMIN for web-based system administration.

Uploaded by

awa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

TP2 : DHCP, NTOP, WEBMIN ..............................................................................................................

1
1. DHCP ...................................................................................................................................... 1
1.1. Installation server ........................................................................................................... 1
1.2. Configuration server ....................................................................................................... 1
1.3. Routage automatique ..................................................................................................... 3
1.4. Test ................................................................................................................................ 4
1.4.1.1. Server .................................................................................................................. 4
1.4.1.2. client ................................................................................................................... 4
2. NTOP ...................................................................................................................................... 5
3. WEBMIN................................................................................................................................. 6

TP2 : DHCP, NTOP, WEBMIN


1. DHCP
1.1. Installation server
 Fait dans le tp1
1.2. Configuration server

Page 1|6
 Vim /etc/dhcp/dhcpd.conf

Page 2|6
1.3. Routage automatique
 Tapez la commande
iptables-save > /etc/iptables_rules.save

 Editer /etc/network/interfaces

Tapez post-up iptables-restore < /etc/iptables_rules.save

 iptables -L -t nat
Page 3|6
1.4. Test
1.4.1.1. Server

1.4.1.2. Client

Page 4|6
2. NTOP
 Apt-get install ntop

Page 5|6
3. WEBMIN
 nano /etc/apt/sources.list
 deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

sur le terminal du server


wget http://www.webmin.com/jcameron-key.asc

sudo apt-key add jcameron-key.asc

sudo apt-get update

sudo apt-get install webmin

Page 6|6

You might also like