Unix Technical Forum

recommendation for network config tool that can control more than eth0

This is a discussion on recommendation for network config tool that can control more than eth0 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> does anybody know of a graphical or ncurses based network configuration tool other than netconfig for slackware 9.1. an ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 10:52 AM
Matthew Robinson
 
Posts: n/a
Default recommendation for network config tool that can control more than eth0

does anybody know of a graphical or ncurses based network configuration
tool other than netconfig for slackware 9.1. an app like the one in
red hat would be nice, i was under the impression that it was part of
gnome, but i cant find it in slack or mandrake so obv not.

any ideas?

TIA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 10:52 AM
Dave Uhring
 
Posts: n/a
Default Re: recommendation for network config tool that can control more than eth0

On Wed, 21 Apr 2004 16:40:48 +0100, Matthew Robinson wrote:

> any ideas?


vi

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 10:52 AM
Matthew Robinson
 
Posts: n/a
Default Re: recommendation for network config tool that can control more than eth0

> vi

does one exist, like netconfig, that can control more than one interface?
ive tried editing the files with vi but i gave up, after a long time of
messing.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 10:52 AM
Dominik L. Borkowski
 
Posts: n/a
Default Re: recommendation for network config tool that can control more than eth0

Matthew Robinson wrote:

>> vi

>
> does one exist, like netconfig, that can control more than one interface?
> ive tried editing the files with vi but i gave up, after a long time of
> messing.


vi /etc/rc.d/rc.init1.conf

you can set up your first interface with netconfig, then simply look how the
changes look in /etc/rc.d/rc/init1.conf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 10:52 AM
Dave Uhring
 
Posts: n/a
Default Re: recommendation for network config tool that can control more than eth0

On Wed, 21 Apr 2004 17:34:32 +0100, Matthew Robinson wrote:

>> vi

>
> does one exist, like netconfig, that can control more than one interface?
> ive tried editing the files with vi but i gave up, after a long time of
> messing.


You edit /etc/rc.d/rc.inet1.conf, which requires editing of only 2 lines
for each interface.

# /etc/rc.d/rc.inet1.conf
#
# This file contains the configuration settings for network interfaces.
# If USE_DHCP[interface] is set to "yes", this overrides any other settings.
# If you don't have an interface, leave the settings null ("").

# Config information for eth0:
IPADDR[0]="192.168.0.3"
NETMASK[0]="255.255.255.0"
USE_DHCP[0]=""
DHCP_HOSTNAME[0]=""

# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""

# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""

# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""

# Default gateway IP address:
GATEWAY="192.168.0.1"

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:41 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com