« OpenWrt Références (old) 2 » : différence entre les versions
Aucun résumé des modifications Balise : visualeditor-switched |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
IP usurpées: | * IP usurpées: | ||
http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-sg-fr-4/s1-firewall-ipt-rule.html | http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-sg-fr-4/s1-firewall-ipt-rule.html | ||
a voir: | * a voir: | ||
bande passante allouée sous-réseaux | bande passante allouée sous-réseaux | ||
Ligne 43 : | Ligne 43 : | ||
</pre> | </pre> | ||
* probleme mac book | |||
macbook bonjour service hostname already in use | macbook bonjour service hostname already in use | ||
https://apple.stackexchange.com/questions/246330/local-hostname-is-already-in-use-on-this-network | https://apple.stackexchange.com/questions/246330/local-hostname-is-already-in-use-on-this-network | ||
---- | |||
* disable cache avahi | |||
https://community.ui.com/questions/mdns-reflector-help-computer-name-keeps-changing/180dd51f-a5b2-465c-88c2-6e85ab03c38a | https://community.ui.com/questions/mdns-reflector-help-computer-name-keeps-changing/180dd51f-a5b2-465c-88c2-6e85ab03c38a | ||
---- | |||
voir si le nas fait du bonjour comme avahisi ou i désactiver | |||
apple avahi hostname already exists | |||
---- | |||
* UPnp ou SMB | |||
http://www.zeroconf.org/ZeroconfAndUPnP.html. | http://www.zeroconf.org/ZeroconfAndUPnP.html. | ||
bug authentification VLC appelTV | |||
* bug authentification VLC appelTV | |||
https://forum.kde.org/viewtopic.php?t=166879 | https://forum.kde.org/viewtopic.php?t=166879 | ||
Kodi | |||
* Kodi | |||
https://samagame.com/blog/fr/vous-pouvez-donc-avoir-kodi-sur-un-televiseur-avec-android-tv-sans-avoir-a-passer-par-le-google-play-store/ | https://samagame.com/blog/fr/vous-pouvez-donc-avoir-kodi-sur-un-televiseur-avec-android-tv-sans-avoir-a-passer-par-le-google-play-store/ | ||
[[Catégorie:OpenWrt]] | [[Catégorie:OpenWrt]] |
Dernière version du 22 mai 2024 à 12:05
- IP usurpées:
http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-sg-fr-4/s1-firewall-ipt-rule.html
- a voir:
bande passante allouée sous-réseaux
exemple:
config rule option src 'lan2' option name 'block admin ssh' option dest_port '22' option dest_ip '192.168.1.1' option target 'REJECT' option src_ip '192.168.2.0/24' config rule option src 'lan2' option name 'block admin http' option target 'REJECT' option src_ip '192.168.2.0/24' option dest_ip '192.168.1.1' option dest_port '8080' config rule option src 'lan2' option name 'block admin http2' option target 'REJECT' option src_ip '192.168.2.0/24' option dest_ip '192.168.1.1' option dest_port '80' config rule option enabled '1' option src 'lan2' option name 'block admin http3' option dest_port '443' option target 'REJECT' option src_ip '192.168.2.0/24' option dest_ip '192.168.1.1'
- probleme mac book
macbook bonjour service hostname already in use
https://apple.stackexchange.com/questions/246330/local-hostname-is-already-in-use-on-this-network
- disable cache avahi
voir si le nas fait du bonjour comme avahisi ou i désactiver
apple avahi hostname already exists
- UPnp ou SMB
http://www.zeroconf.org/ZeroconfAndUPnP.html.
- bug authentification VLC appelTV
https://forum.kde.org/viewtopic.php?t=166879
- Kodi