You are not logged in.

#1 2008-03-06 10:32:57

juliousdean
Member
Registered: 2007-04-12
Posts: 37

Question about networking config

Hi all

i am about to setup a remote server with arch and i was wondering if the following rc.conf entries will work.

eth0="eth0 xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx"
eth0:0="eth0 yyy.yyy.yyy.yyy netmask xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx"

Offline

#2 2008-03-06 18:27:58

TheDoctor
Member
From: Ontario, Canada
Registered: 2005-06-28
Posts: 63
Website

Re: Question about networking config

juliousdean wrote:

Hi all

i am about to setup a remote server with arch and i was wondering if the following rc.conf entries will work.

eth0="eth0 xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx"
eth0:0="eth0 yyy.yyy.yyy.yyy netmask xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx"

I think you need

eth0:0="eth0:0 yyy.yyy.yyy.yyy netmask xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx

, and you need

INTERFACES=(lo eth0 eth0:0)

in your rc.conf.

but it should work...

Offline

Board footer

Powered by FluxBB