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

Reply via email to