| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Chandigarh
Posts: 917
|
eth0 Link encap:Ethernet HWaddr 00:13:8F:C7:9B:1A inet6 addr: fe80::213:8fff:fec7:9b1a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4329 errors:0 dropped:0 overruns:0 frame:0 TX packets:5327 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2060474 (1.9 MiB) TX bytes:3002205 (2.8 MiB) Interrupt:177 Base address:0xe800 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:67 errors:0 dropped:0 overruns:0 frame:0 TX packets:67 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4020 (3.9 KiB) TX bytes:4020 (3.9 KiB) ppp0 Link encap oint-to-Point Protocol inet addr:59.94.241.181 P-t-P:59.94.240.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:4247 errors:0 dropped:0 overruns:0 frame:0 TX packets:5241 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:1961566 (1.8 MiB) TX bytes:2881575 (2.7 MiB)
__________________
Appreciate me now and avoid the rush!! i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600 |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
you havent setup ur local lancard ip.set using network-admin gui or edit as sudo /etc/network/interfaces and add
Code:
# The primary network interface auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 Code:
/etc/init.d/networking force-reload
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#3 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Chandigarh
Posts: 917
|
* Reconfiguring network interfaces... /etc/network/interfaces:26: duplicate interface
ifdown: couldn't read interfaces file "/etc/network/interfaces" /etc/network/interfaces:26: duplicate interface ifup: couldn't read interfaces file "/etc/network/interfaces" [fail]
__________________
Appreciate me now and avoid the rush!! i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600 |
|
|
|
|
#4 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
First post ur /etc/network/interfaces
OR do one thing backup ur /etc/network/interfaces. Code:
~$sudo cp /etc/network/interfaces /etc/network/interfaces.bk press ALT+F2 will launch run dialog prompt. Type: Code:
gksudo gedit /etc/network/interfaces clean the page and add: Code:
# The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 #aDSL setup iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider Code:
~$sudo /etc/init.d/networking force-reload ps: I suppose ur using Ubuntu or Debian
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#5 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Chandigarh
Posts: 917
|
That worked. Thanks a lot. And ya i am on ubuntu
__________________
Appreciate me now and avoid the rush!! i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600 |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|