Fun networking projects

DrewChan

Expert Member
Joined
May 19, 2010
Messages
4,937
So I have a linux box and DSL, what fun projects will give me decent exposure to networking?

I want to cement networking from doing, I find learning from books generally doesn't stick too well. Some sysadminy stuff that'll make me need to use toubleshooting tools.
 

kidcolt

Well-Known Member
Joined
Jul 9, 2010
Messages
213
So I have a linux box and DSL, what fun projects will give me decent exposure to networking?

I want to cement networking from doing, I find learning from books generally doesn't stick too well. Some sysadminy stuff that'll make me need to use toubleshooting tools.

Try making your linux server your internet gw... that should teach you alot about iptables, dns caching, snat's. Then move on to have two PPPoE accounts on your linux server and you can learn about source and destination routing and iptable qos queues. On the sysadmin side... combine your new iptable tables knowledge with a squid setup to implement transparent proxy. Use a combination of fetchmail/postfix/dovecot/roundcube to run your own mail server.
 

requiem

Expert Member
Joined
May 10, 2009
Messages
4,048
Try making your linux server your internet gw... that should teach you alot about iptables, dns caching, snat's. Then move on to have two PPPoE accounts on your linux server and you can learn about source and destination routing and iptable qos queues. On the sysadmin side... combine your new iptable tables knowledge with a squid setup to implement transparent proxy. Use a combination of fetchmail/postfix/dovecot/roundcube to run your own mail server.

Remember to do this with a dynamic IP address so all your mail will be blacklisted :)
 
Top