discolux |
|
|
|
|
|
|
|
Пункты: 2838 |
Регистрация: 21.06.2010 |
|
|
|
Не могу настроить сеть
файл interfaces
# Configure Loopback
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.80
netmask 255.255.255.0
getaway 10.0.0.253
с командной строки
/sbin/ifconfig eth0 10.0.0.80 netmask 255.255.255.0 up
айпишник только меняется на 10.0.0.0 |
|
|
|
|
|
sasamy |
|
|
|
|
|
|
|
Пункты: 83558 |
Регистрация: 14.08.2009 |
|
|
|
# ifconfig eth0 10.0.0.80 netmask 255.255.255.0 up
# ifconfig
eth0 Link encap:Ethernet HWaddr 82:5E:75:22:12:21
inet addr:10.0.0.80 Bcast:10.0.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:195
# uname -a
Linux buildroot 2.6.35.3-1129-g691c08a #89 PREEMPT Thu Jul 12 17:16:02 MSK 2012 armv5tejl GNU/Linux
у вас какое ядро ? |
|
|
|
|
|
|