Merci a vous deux, cela fonctionne.
Bizarrement certaines pages mettent du temps a se charger, j’ai fait un speedtest, j’ai un meilleur débit aussi en Download qu’en Upload qu’avant, que dois-je faire pour que les pages se charge plus vite dois-je installer Bind9?
J’ai paramétré les clients pour utiliser les DNS de comodo : 8.26.56.26 8.20.247.20.
J’utilise pour DHCP isc-dhcp-server
De plus comment faire pour que les règles ip-tables se charge a chaque redémarrage?
Je suis très paranos, et je souhaite vraiment avoir un réseau sécurisé (chaque ordinateur est équipé d’antivirus et de parfeu réglé par mes soins, et chaque téléphone/tablette est aussi protéger par un antivirus.
Quelles règles dois-je utiliser pour protéger au mieux mon réseau et faire en sorte que tout fonctionne rapidement et sans accroc.
Y’a t’il des choses aque je dois faire sur mon fichier hostapd.conf
# /etc/hostapd/hostapd.conf
# authoritative information and specifics are available here:
# http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=hostapd/hostapd.conf
# if you want to bridge the onboard eth0 and the wireless USB adapter's wlan0, this should work
interface=wlan0
#bridge=br0
# this is the driver that must be used for ath9k and other similar chipset devices
driver=nl80211
# yes, it says 802.11g, but the n-speeds get layered on top of it
hw_mode=g
# this enables the 802.11n speeds and capabilities ... You will also need to enable WMM for full HT functionality.
ieee80211n=1
wmm_enabled=1
# self-explanatory, but not all channels may be enabled for you - check /var/log/messages for details
channel=11
# also, make sure you survey your 2.4GHz environment, and find some uncluttered/uncrowded channels
# adjust to fit your location
country_code=IE
# Here is the authoritative list of countries:
# http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm
# let your AP broadcast the settings that agree with the above-mentioned regulatory requirements per country
ieee80211d=1
# adjust to fit your preference
ssid=**********
# this is how I set mine up - works perfectly for iPhone, Mac OS X (SnowLeopard) & Linux
auth_algs=3
wpa=3
wpa_passphrase=**************************************
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
macaddr_acl=0
# these have to be set in agreement w/ channel and some other values... read hostapd.conf docs
ht_capab=[HT40][SHORT-GI-40]
# ... these can be tuned to specific capabilities per device/chipset
# IIUC, this enables reauthentication for clients, so the passphrase doesn't have to be re-entered
eap_reauth_period=360000000
# ... my understanding... 3600 seconds = 1 hr, so your device would have to reauthenticate if it rejoined after 1 hr
# I have mine set quite a bit higher than 3600 seconds... so that my iPhone doesn't ask me to type in the password
# frequently...
# makes the SSID visible and broadcasted
ignore_broadcast_ssid=0
# debugging output - uncomment them to activate; issue hostapd -d /etc/hostapd/hostapd.conf
# to get debugging info in visible/real-time form
#logger_syslog=-1
#logger_syslog_level=2
#logger_stdout=-1
#logger_stdout_level=2
Merci d’avance pour votre aide 