Re: net config

2003-07-02 Thread Jon Ramsey
On Mon, Jun 30, 2003 at 11:45:33AM -0700, Piero wrote:
> Is it possible to configure the network as you do during installation, 
> but after the installation?

The etherconf package should do it.

Cheers,

-- 
Jon Ramsey

Bangoid
111 Stanmore Hill
Stanmore
Middlesex
HA7 3DZ
Tel: 020 8954 2900
Fax: 020 8954 8500
http://www.bangoid.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to reconfigure network settings easily?

2003-06-05 Thread Jon Ramsey
On Wed, Jun 04, 2003 at 07:38:10AM -0700, Paul Johnson wrote:
> One more thing, you'll need to reboot, or better yet, do
> /etc/init.d/networking restart afterward for changes to take effect.

Thanks Paul and Ron for your help. I did have the dhcp client already,
but I couldn't get everything to work w/o a reboot ;(

-- 
Jon Ramsey

Bangoid
111 Stanmore Hill
Stanmore
Middlesex
HA7 3DZ
Tel: 020 8954 2900
Fax: 020 8954 8500
http://www.bangoid.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to reconfigure network settings easily?

2003-06-04 Thread Jon Ramsey
On Wed, Jun 04, 2003 at 03:14:37AM -0700, Paul Johnson wrote:
> On Wed, Jun 04, 2003 at 10:46:56AM +0100, Jon Ramsey wrote:
> > I'm running a testing/unstable system on a new machine for home. I set
> > up the machine at work with a static ip, gateway and dns for our work
> > network. I've now moved the machine home and I just got cable
> > broadband so I need to change the network settings to use dhcp - whats
> > the best way to make the changes? 
> 
> By hand.
> 
> Make sure you have a DHCP client installed before doing all this.  In
> /etc/network/interfaces, you should see a section similar to this:
> 
> auto eth0
> iface eth0 inet static
>   address 192.168.0.4
>   netmask 255.255.255.0
>   network 192.168.0.0
>   broadcast 192.168.0.255
>   gateway 192.168.0.1
> 
> Change it to this:
> 
> auto eth0
> iface eth0 inet dhcp
> 
> Your resolv.conf will be updated automatically by your DHCP client in
> most cases, consult your DHCP client's documentation for it's exact
> behavior.
> 
> Hope this helps.

Thanks Paul, this seems great (if almost too simple... ;)). 

Now for another stupid question... Given that the installation network
setup allows me to choose to use dhcp am I likely to have a client
already? (i'm at work so i can't check at the moment)

The reason I ask is that I don't have network access for the machine
thru linux until I set this up... potentially a bit of a catch
22. It's a dual boot machine, so I guess I could try and track down
the necessary debs through windows if not.

Thanks again,

-- 
Jon Ramsey

Bangoid
111 Stanmore Hill
Stanmore
Middlesex
HA7 3DZ
Tel: 020 8954 2900
Fax: 020 8954 8500
http://www.bangoid.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How to reconfigure network settings easily?

2003-06-04 Thread Jon Ramsey
Hi,

I'm running a testing/unstable system on a new machine for home. I set
up the machine at work with a static ip, gateway and dns for our work
network. I've now moved the machine home and I just got cable
broadband so I need to change the network settings to use dhcp - whats
the best way to make the changes? I don't really know anything about
dhcp and I'd prefer not to have to learn too much about it if possible
- ideally I want to go thru the network setup part of the installation
again or run some similar easy process.

Thanks,

-- 
Jon Ramsey

Bangoid
111 Stanmore Hill
Stanmore
Middlesex
HA7 3DZ
Tel: 020 8954 2900
Fax: 020 8954 8500
http://www.bangoid.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]