Re: Changing Network parameters Col 311

2003-08-30 Thread Javier Hernandez
On 28 Aug 2003, burns wrote:
 On Thu, 2003-08-28 at 17:16, Javier Hernandez wrote:
  I am running Openlinux 3.1.1 in my portable.
  I needed to change the network parameters (static IP, Netmask, gateway).
  I got a problem with the menu interface to change the network:
 Preferences-System-Network-Devices
  so I used webmin for that task: Network Interface, etc...
 I don't know about webmin, but AISTR from my Caldera days, we used to
 use either the COAS tool in the GUI, or the 'route' or 'ifconfig'
 commands from the CLI

Hi Burns,

Thanks for your help. The COAS tool is broken in my Col 3.1.1 so that
is the reason why I used webmin.

Next time I would try to use route or ifconfig.

My main doubt was which system scripts have to be run after setting
the changes so the system can notice them.

Best regards,

Javi,  _[EMAIL PROTECTED]
 |  http://www.europa3.com/users/fjherna
  \_(_)_/   http://www.valux.org/
 !___!___!___ Valencia, Spain



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Changing Network parameters Col 311

2003-08-29 Thread David A. Bandel
On Thu, 28 Aug 2003 15:44:04 -0600
Myles Green [EMAIL PROTECTED] wrote:

[snip]
 
 domain $DOMAIN 
 search $DOMAIN

for as long as I can remember, on every UNIX OS I've run (several), it
has always been EITHER domain OR search, but NEVER both.  Anyone got
current documentation stating differently?

[snip]

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
Nemesis Racing Team motto
GPG key autoresponder:  mailto:[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Changing Network parameters Col 311

2003-08-29 Thread burns
On Thu, 2003-08-28 at 17:16, Javier Hernandez wrote:
 Hi all,
 
 I am running Openlinux 3.1.1 in my portable.
 
 I needed to change the network parameters (static IP, Netmask, gateway).
 
 I got a problem with the menu interface to change the network:
Preferences-System-Network-Devices
 so I used webmin for that task: Network Interface, etc...

I don't know about webmin, but AISTR from my Caldera days, we used to
use either the COAS tool in the GUI, or the 'route' or 'ifconfig'
commands from the CLI

-- 
burns

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Changing Network parameters Col 311

2003-08-29 Thread Myles Green
On Thu, 2003-08-28 at 17:49, David A. Bandel wrote:
 On Thu, 28 Aug 2003 15:44:04 -0600
 Myles Green [EMAIL PROTECTED] wrote:
 
 [snip]
  
  domain $DOMAIN 
  search $DOMAIN
 
 for as long as I can remember, on every UNIX OS I've run (several), it
 has always been EITHER domain OR search, but NEVER both.  Anyone got
 current documentation stating differently?

Oops! My bad, I actually meant to imply use one or the other...
honest. No really. blush

-- 
Myles Green [EMAIL PROTECTED]

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Changing Network parameters Col 311

2003-08-29 Thread Kurt Wall
Quoth David A. Bandel:
 On Thu, 28 Aug 2003 15:44:04 -0600
 Myles Green [EMAIL PROTECTED] wrote:
 
 [snip]
  
  domain $DOMAIN 
  search $DOMAIN
 
 for as long as I can remember, on every UNIX OS I've run (several), it
 has always been EITHER domain OR search, but NEVER both.  Anyone got
 current documentation stating differently?

From the resolver(5) man page:

 The domain and search keywords are mutually exclusive.  If
 more  than  one instance of these keywords is present, the
 last instance wins.

I'd forgotten that the last keyword wins.

Kurt
-- 
Learning French is trivial: the word for horse is cheval, and
everything else follows in the same way.
-- Alan J. Perlis
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Changing Network parameters Col 311

2003-08-28 Thread Myles Green
Sorry! just a small typo :o(

On Thu, 2003-08-28 at 15:44, Myles Green wrote:
 I always just run something like this for a static setup:

 ifconfig $IFACE $IPNUM brodcast $BCAST netmask $MASK
^
should read: ifconfig $IFACE $IPNUM broadcast $BCAST netmask $MASK

 /sbin/route add -net default gw $GTWAY netmask 0.0.0.0 metric 1

 and them edit /etc/resolv.conf:
 
 domain $DOMAIN 
 search $DOMAIN
 nameserver $IPNUM
 nameserver $IPNUM
 
 replace the variables with your own values and, of course do it as root.
 
 HTH
 
 Myles
-- 
Myles Green [EMAIL PROTECTED]

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users