Mochabomb

Web Design and Technical notes

Mochabomb header image 4

Entries Tagged as 'Networking'

Dual NIC setup with CentOS - public and local interfaces

May 7th, 2008 1:20 pm · No Comments

Ever had dual NICs fighting to be king of the hill? This will help settle the battle once and for all.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

[Read more →]

Tags: Cygwin Linux · Linux · Networking · Subversion

NFS with Shorewall & SELinux - CentOS

October 22nd, 2007 12:01 am · No Comments

These are my notes from what I got working for a CentOS NFS with Shorewall and SELinux. Here are the following:
* Server called “server” (192.168.1.10) exporting /opt/goodies for machine “client” (192.168.1.15) to use in /usr/local/goodies
* Both are running *nix with Shorewall firewall
* This config works for CentOS - others may need tweaking. [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

[Read more →]

Tags: Linux · Networking

Do subnet math in your head

April 12th, 2007 12:40 am · 8 Comments

Once you can do subnet math in your head, then for a good part of scenarios you’ll be set - and use it a bit and you’ll remember how at 3am during an upgrade or install…

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

[Read more →]

Tags: Linux · Networking · Unix · Windows

Killl spyware apps - can’t phone home

November 16th, 2006 10:37 pm · No Comments

This fix is quite simple in approach - lie about the true location of websites - how?
Every domain name is mapped to a number - its called domain name service - DNS. The internet equivalent of the phone book which maps a name to a phone number. The internet equivalent is to [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

[Read more →]

Tags: Networking

Useful windows networking commands

November 10th, 2006 1:46 pm · No Comments

Show TCP ports in use and by what program, use UDP for UDP ports
netstat -naop TCP
Show the ip, netmask and gateway for a PC
ipconfig
Clear networking cache - if “Repair” is not clearing the cache
netsh interface ip delete arpcache

These icons link to social bookmarking sites where readers can share and discover new web pages.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

[Read more →]

Tags: Networking · Windows