2. Khởi động lại card mạng để thay đổi có hiệu lực
1
2
3
4
| root@fw:~# /etc/init.d/networking restart * Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * Reconfiguring network interfaces... [ OK ]root@fw:~# |
3. Xem kết quả thế nào
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| root@fw:~# ifconfigeth0 Link encap:Ethernet HWaddr 00:0c:29:30:8a:f5 inet addr:10.0.0.3 Bcast:10.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:fe30:8af5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:861 errors:0 dropped:0 overruns:0 frame:0 TX packets:121 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:81138 (81.1 KB) TX bytes:16881 (16.8 KB) Interrupt:19 Base address:0x2000lo 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:64 errors:0 dropped:0 overruns:0 frame:0 TX packets:64 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4832 (4.8 KB) TX bytes:4832 (4.8 KB) |