You are not logged in.

#1 2008-07-28 13:48:28

Electrolr0x
Member
Registered: 2008-01-29
Posts: 31

Network configuration

Hi guys,
Could you guys please help me with the network configuration !?
I dont know what to set in rc.conf file.

that is my network details:<ipconfig>

Connection-specific DNS Suffix . : search-br.com.br
IP Address. . . . . . . . . . . . : 10.50.20.40
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.50.20.175

how should the rc.conf file be?
thanks in advance

Offline

#2 2008-07-28 13:53:09

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Network configuration

eth0="eth0 10.50.20.40 netmask 255.255.255.0 broadcast 10.50.20.255"
INTERFACES=(eth0)
gateway="default gw 10.50.20.175"
ROUTES=(gateway)

don't forget to put dns in /etc/resolv.conf


you should read: http://wiki.archlinux.org/index.php/Net … _Static_IP

Last edited by wonder (2008-07-28 13:55:04)


Give what you have. To someone, it may be better than you dare to think.

Offline

Board footer

Powered by FluxBB