Main menu:

Site search

Categories

October 2008
M T W T F S S
« Sep   Sep »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Tags

Another Blog

Blogroll

Archive for October 9th, 2008

Router with Freebsd

Setting Up a FreeBSD Router, Step-by-Step
HARDWARE INFO:
rl0 - NIC facing the 192.168.0.0 network
xl0 - NIC facing the 192.168.1.0 network
xl1 - NIC facing the modem
tun0 - The virtual NIC used by PPP, facing the outside

SECTION 1: PRELIMINARY SETUP

Install FreeBSD
Enable the rl0 network card and give it an address by adding the following line to /etc/rc.conf
this is [...]