I have been using my old , celeron 333-64 RAM-4GB HDD (running 4.5) , as a DSL dialer and router. I only use Ethernet DSL modem.
And recently I bought a new computer for my little brother “Abdurrahman”, so his old machine P3 866MHz-512MB RAM – 12GB HDD , became free(without BSD
. so I decided to upgrade my FreeBSD ( machine , and OS too).

Install FreeBSD is pretty easy, and even configuring the Network card and the ip Address.
PPPoE is needed to connect to internet through FreeBSD. In FreeBSD 4.9 and above, no need to recompile the kernel. You will need only to configure ppp.conf file.
this link will help you to do the first configuration needed to make it run. but you will need to consider those lines to make it working in your network.
- name_of_service_provider : put any name for this section I usually choose pppoe
- under this secotion add those lines:
- set mru 1492
- set mtu 1492
- nat enable yes
- set ifaddr 192.168.0.1/0 255.255.255.0 0.0.0.0 # if you are going to use this network 192.168 etc..
and go on with the doucment , and your DSL will be up inshallah.
The Next comming days I will inshallah enable the firewall ipfw , Port Forwarding using ipnat. then Finally I will configure Squid & apache+php & mysql.


