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

Multiple IPs for a machine



Have a nice time, I have an Enterprise 450 with two processors, it has about 200 users, I recompiled the kernel to support quotas and SMP, but since that, I haven't been able to use two IPs on that machine. I don't know if I have to use an aditional option when compiling the kernel or making some nodes on /dev. I don't know how to do those things, If someone can help me, telling me what do I have to read or what is necessary to have the two or more IPs, please let me know.

When I run  /etc/init.d/networking restart  I obtain

SIOCSIFADDR: No such device
SIOCSIFFLAGS: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
SIOCSIFFLAGS: No such device
SIOCSIFFLAGS: No such device

And my /etc/network/interfaces looks like

iface eth0 inet static
        address 192.168.3.6
        netmask 255.255.255.0
        network 192.168.3.0
        broadcast 192.168.3.255
        gateway 192.168.3.210

iface eth0:0 inet static
        address 192.168.1.6
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255

I can use effectively the IP 3.6, but unable to use 1.6 .

When I run ifconfig it shows

eth0      Link encap:Ethernet  HWaddr 08:00:20:95:FB:5F
          inet addr:192.168.3.6  Bcast:192.168.3.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2507492 errors:0 dropped:0 overruns:0 frame:0
          TX packets:753577 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:96 Base address:0x620

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:8020  Metric:1
          RX packets:605469 errors:0 dropped:0 overruns:0 frame:0
          TX packets:605469 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0


Thank you in advance.


--
Igor TAmara Pati~o
igor@tamarapatino.com
http://www.tamarapatino.com/igor


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



Reply to: