Página 1 de 1

Change the way that BrazilFW connects to Internet

MensagemEnviado: Dom Dez 14, 2008 6:04 pm
por Lelouch
Idiomas disponibles / Linguagens Disponíveis / Available Languages
ImagemImagem
Tutorial by: eddie
Translated by: rinrinrenacuajo

To users of Brazilfw 2.30.1 and users that want change the way the that BrazilFW connects to Internet, Does not matter if you use PPPoE, a Static IP or DHCP.

Goto “Configuration Files”, then 1. BrazilFW Main Configuration File, you may see something like this:
Código: Selecionar todos
INETTYPE='PPPOE'
DOMAINNAME='Cyber_Hogar'
HOSTNAME='AQos_1_P2P'
LOCAL_IPADDR='192.168.0.1'
LOCAL_NETMASK='255.255.255.0'
PPPOE_USERNAME='2479152@speedyplus'
PPPOE_PASSWORD='123456'
PPPOE_IDLE='NO'


If you want use a static IP, please, you must change this for:
(obviously with the values that correspond to your network)
Código: Selecionar todos
INETTYPE='ETHERNET_STATIC'
DNS1='192.168.30.1'
DOMAINNAME='Cyber_Hogar'
HOSTNAME='MLDonkey'
LOCAL_IPADDR='192.168.0.1'
LOCAL_NETMASK='255.255.255.0'
IPADDR='192.168.30.5'
NETMASK='255.255.255.0'
GATEWAY='192.168.30.1'


To this case, the gateway for BrazilFW is:
GATEWAY='192.168.30.1'

The IP address to NIC “eth0” of BrazilFW is:
LOCAL_IPADDR='192.168.0.1'
LOCAL_NETMASK='255.255.255.0'

The IP adrres to NIC “eth1” of BrazilFW is:
IPADDR='192.168.30.5'
NETMASK='255.255.255.0'

Then, make backup and reboot the BrazilFW system.