before started up eth0.
Code:
mathsniper:~# ifconfig
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:366 errors:0 dropped:0 overruns:0 frame:0
TX packets:366 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:73674 (71.9 KiB) TX bytes:73674 (71.9 KiB)
after started up eth0. (using command "ifconfig eth0 up")
Code:
mathsniper:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:75:B3:F8:EA
inet6 addr: fe80::204:75ff:feb3:f8ea/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11440 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:8643 dropped:0 overruns:0 carrier:17270
collisions:0 txqueuelen:1000
RX bytes:12774960 (12.1 MiB) TX bytes:0 (0.0 b)
Interrupt:209 Base address:0xd800
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:366 errors:0 dropped:0 overruns:0 frame:0
TX packets:366 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:73674 (71.9 KiB) TX bytes:73674 (71.9 KiB)
after started up PPP connection. (using command "pon dsl-provider")
Code:
mathsniper:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:75:B3:F8:EA
inet6 addr: fe80::204:75ff:feb3:f8ea/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11460 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:8665 dropped:0 overruns:0 carrier:17314
collisions:0 txqueuelen:1000
RX bytes:12776392 (12.1 MiB) TX bytes:0 (0.0 b)
Interrupt:209 Base address:0xd800
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:366 errors:0 dropped:0 overruns:0 frame:0
TX packets:366 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:73674 (71.9 KiB) TX bytes:73674 (71.9 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:202.175.166.50 P-t-P:202.175.100.17 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:467 (467.0 b) TX bytes:348 (348.0 b)
I have to use command "ifconfig eth0 up" startup eth0 manually. Where can i set it start it up automatically?