Op deze pagina "Netwerk" vindt je info over Linux en netwerken
2017 1019 :
Mijn router LinkSys WRT54GL kan op open source software draaien.
Tot nu doe had ik er een oudere versie van Tomato op zitten. Die bleek inmiddels niet meer uptodate.
Op internet zoekend kwam ik uit op :
http://tomato.groov.pl/download/K26/build5x-140-MultiWAN/tomato-K26-1.28.RT-MIPSR1-140-MiniIPv6.zip
Die zit er nu dus mooi op. Ziet er goed uit. Mooi om zo een goede oude router in de lucht te houden.
Zie de Linuxzob pagina's
Netwerk, Netwerk - Linux x Linux met NFS en Netwerk - Linux x windows met Samba
De netwerk kaart (kabel en draadloos)
ifconfig
De router
route -n
root command to setup linux etho to 192.168.0.13 :
ifconfig eth0 192.168.0.13/24
Netwerk aan, uit status, e.d.
/etc/init.d/networking restart
/etc/init.d/networking start
/etc/init.d/networking status
/etc/init.d/networking stop
Wie zit er allemaal op mijn netwerk ?
nmap -sn 192.168.1.0/24
arp-scan -l
arp-scan 192.168.1.0/24
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Netwerkdiagnose tool
bron : linuxmagazine december 2016, blz 46
apt add-repository ppa:elementary-os/stable
# apt add-repository ppa:bablu-boy/nutty.0.1
apt add-repository ppa:bablu-boy/nutty-daily
apt update
apt install nutty
Meer info:
https://quassy.github.io/elementary-apps/Nutty
https://launchpad.net/~bablu-boy/+archive/ubuntu/nutty-daily
FTP Clients :
GNU Midnight Commander
yafc, doet het niet. blijkt leuk scanner programma te zijn,
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
netwerk principes
Netwerk - Linux x Linux met NFS (network file system, linux netwerk)
Netwerk - Linux x windows met Samba (netwerk tussen linux en windows pc)
Zenmap is the official Nmap Security Scanner GUI
GRC ShieldsUp : Test je Firewall en meer ...
https://nl.wikipedia.org/wiki/Port_forwarding
https://nl.wikipedia.org/wiki/Netfilter
https://www.howtogeek.com/66214/how-to-forward-ports-on-your-router/
YouGetSignal.com Netwerk gereedschap
Algemeen gebruikte poort nummers :
21 FTP
22 SSH
23 TELNET
25 SMTP
53 DNS
80 HTTP
110 POP3
115 SFTP
135 RPC
139 NetBIOS
143 IMAP
194 IRC
443 SSL
445 SMB
1433 MSSQL
3306 MySQL
3389 Remote Desktop
5632 PCAnywhere
5900 VNC
6112 Warcraft III
zoek op "linux netwerk maken nfs", etc
zoek op "linux netwerk voor beginnerss", etc
zoek op nederlands en van het jongste jaar
http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworking.html
http://vissesh.home.xs4all.nl/multiboot/net-linux/netwerk.html
http://linuxinator.com/linux-nuggets/mediawiki-subdomains/
http://www.thegeekstuff.com/2010/10/nfs-mount-guide/
http://www.tecmint.com/ifconfig-command-examples/
http://linux.about.com/library/cmd/blcmdl8_exportfs.htm
http://www.cyberciti.biz/networking/nmap-command-examples-tutorials/
https://www.wireshark.org/ network protocol analyzer
https://nl.wikibooks.org/wiki/Linux_Systeembeheer/Bestanden_en_printers_delen
https://nl.wikipedia.org/wiki/Linux
https://nl.wikipedia.org/wiki/Linuxdistributie
https://nl.wikipedia.org/wiki/Linux_Mint
Tips
Check wifi netwerken : met android wifi analyzer
Zie de betreffende pagina Netwerk - Linux x windows met Samba
Zie de betreffende pagina Netwerk - Linux x Linux met NFS