[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Any tutorial for users moving from another distros?



On Friday 19 April 2002 02:19 pm, Janne Karjanlahti wrote:

> There is a lot of small differences, compared to RedHat-like systems. A
> good example is missing /etc/sysconfig -directory. How can I change my
> IP-adress without ifcfg-eth0 -file?
Take a look at:

jas@golden:~$ more /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian 
installation# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
        address 192.168.1.2
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
#       gateway 192.168.1.1


John Schmidt
jas@netbrick.com


-- 
To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: