You are not logged in.

#1 2005-03-03 04:27:44

wem
Member
Registered: 2005-02-11
Posts: 43

Networking

Hello

i just have Arch machine connected to my office LAN but i still cannot connect to internet and browse other Windows machine. basicaaly how to setup my connection? which files to edit & what parameter i need to know?

Offline

#2 2005-03-03 05:02:37

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: Networking

you have to edit your /etc/rc.conf file and your /etc/resolv.conf ( and input your dns) ...is youre using dhcp you have to run the dhcpd daemon

Offline

#3 2005-03-03 05:03:47

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: Networking

to browse the other windows machine , you need samba

pacman -S samba

Offline

#4 2005-03-03 06:01:17

wem
Member
Registered: 2005-02-11
Posts: 43

Re: Networking

sorry....i have put my dns suffix into /etc/resolv.conf but but how to configure    and start dhcpd..

Offline

#5 2005-03-03 06:41:55

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: Networking

i dont use dhcp but i guess this is what you would need

pacman -S dhcp
pacman -S dhcpd

then add dhcp to the daemons section is rc.conf...or manually start by doing a
/etc/rc.d/dhcp start
( at least im guessing thats where it should be...i dont have dhcp installed on my box)

Offline

#6 2005-03-03 07:16:41

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Networking

no, in rc.conf make sure you have the line:

eth="dhcp"

and then add your module to the MODULES array and 'network' to the DAEMONS array

Offline

Board footer

Powered by FluxBB