z taka konfiguracja to dziala
Kod: Zaznacz cały
eth0 Link encap:Ethernet HWaddr 40:61:86:99:84:96
inet addr:192.168.0.150 Bcast:192.168.255.255 Mask:255.255.255.0
inet6 addr: fe80::4261:86ff:fe99:8496/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:43 errors:0 dropped:0 overruns:0 frame:0
TX packets:93 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5196 (5.0 KiB) TX bytes:11894 (11.6 KiB)
Interrupt:221 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:42 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3798 (3.7 KiB) TX bytes:3798 (3.7 KiB)
tak wg mnie powinien wygladac konfig
Kod: Zaznacz cały
GNU nano 2.0.7 File: /etc/network/interfaces Modified
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.150
netmask 255.255.255.0
broadcast 192.168.255.255
network 192.168.0.0
gateway 192.168.0.1
ale przy takim ustawieniu nie dziala wogole siec. i jak system się włącza z takim plikiem to nie mogę nawet ręcznie skonfigurować połączenia.
Mam wrażenie że gdzieś jest jakaś głupia literówka albo coś w tym stylu. Przecież to jest taka prosta sprawa...
teraz zauważyłem małą różnice w lini, po włączeniu jest
UP BROADCAST MULTICAST MTU:1500 Metric:1
a dziala z:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
jak zrobić żeby automatycznie się uruchamiał multicast?