Problem Installing FC7

Status
Not open for further replies.
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
how to know if dhcp is enabled??
Right now I am leaving my station.....wll b back tomorrow evening and then we wll continue...

Thnks fr the pain..we wll make it now!

Here is the output of ifconfig
nitish@Nitish:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:20:51:72:FD
UP BROADCAST 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:11 Memory:e5000000-e50000ff

eth0:avah Link encap:Ethernet HWaddr 00:E0:20:51:72:FD
inet addr:169.254.8.205 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:11 Memory:e5000000-e50000ff

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:245 errors:0 dropped:0 overruns:0 frame:0
TX packets:245 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12464 (12.1 KiB) TX bytes:12464 (12.1 KiB)

I HAVE NT PURGED THE NETWORK MANAGER STILL.............frgt to do it!
 
Last edited:

mehulved

18 Till I Die............
@mehul:Can you tell me,how can he use apt on Ubuntu where his lan card is not detected?
Have you guys heard about an invention called Compact Disk? You can use that to upgrade the whole distro to hardy, and that will be much better than doing part by part.
 
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
hmm...I am back to my place..Couldnt get Hardy as It was nt bundled by any mag tht sells here...
Even ppl at bsnl have still nt upgarded my plan to unlimited downloads....So i m stuck with this..

praka123 said:
may be a look at the o/p of "route" command will help

Can u be a bit more clear...u know m bad at Linux!
 
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
Here goes the output....
nitish@Nitish:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
 

praka123

left this forum longback
well,it seems OK to me :)

see,mine,when connected :
Code:
root ~ #  route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
59.93.0.1       *               255.255.255.255 UH    0      0        0 ppp0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         *               0.0.0.0         U     0      0        0 ppp0

I hope yours is a stand-alone computer,make sure "ifconfig" shows lo and eth0 intefaces.open the file /etc/network/intefaces using "gksudo gedit /etc/network/interfaces" in "run" dialog(ALT+F2).

Now check for the contents as below :-
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
  network 192.168.1.0
  broadcast 192.168.1.255
save and exit.
restart network as "sudo /etc/init.d/networking restart" .when done,try "sudo pppoeconf" again.
report back
 
Last edited:
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
Do i have to chng the content of etc/network/interfaces with yours or just chk mine??

Finally i m fed up wth this..thinking of buying a new Lan Card or waiting till my plan changes and I get my hands on HARDY!

Here is the file
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
 
Last edited:

praka123

left this forum longback
^check yours to be similar .make sure there is no line with "dhcp" .

^thats it!remove all the lines,use mine!

There is absolutely no need for new lan card,when your card is detected.what is the worth of going through all these steps then?

now,it is few small problems.you can rectify it fast! :D
 
Last edited:

mehulved

18 Till I Die............
You are using pppoe na? try running pppoe-discover to check for presence of access concentrator.
 
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
Tried all what u said and it seems tht it wll work out soon!
Edited the file..had to work around the write control with chmod but manged it on my own! :)
Feels good!
With pppoeconf it asked me lots of ques...including my dial up username n password..finally seems somethng is working!!!!!!!!!

nitish@Nitish:~$ sudo /etc/init.d/networking restart
* Reconfiguring network interfaces... [ OK ]

nitish@Nitish:~$ sudo pppoeconf
Plugin rp-pppoe.so loaded.


nitish@Nitish:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:20:51:72:FD
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:20ff:fe51:72fd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:108 errors:0 dropped:0 overruns:0 frame:0
TX packets:113 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9088 (8.8 KiB) TX bytes:8130 (7.9 KiB)
Interrupt:11 Memory:e5000000-e50000ff

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:430 errors:0 dropped:0 overruns:0 frame:0
TX packets:430 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21500 (20.9 KiB) TX bytes:21500 (20.9 KiB)

Output for pppoe-discovery

nitish@Nitish:~$ sudo pppoe-discovery
Access-Concentrator: LKW-BRS-KSB-01
--------------------------------------------------
AC-Ethernet-Address: 00:e0:fc:45:2e:93
 
Last edited:

mehulved

18 Till I Die............
OK. this is good. pppoe access concentrator is found. So, it's working.
Now instead of trying to configure net for both linux, windows, just setup a bridged mode. No hassles in the future. Just connect and browse.

Maybe this could help *wiki.broadbandforum.in/Bridge_Mode_Setup
 
Last edited:
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
Cant figure out much..Even tried the sudo pon dsl-provider command and all I could do by my discretion..
Craeted a shortcut launcher too...going by praka123's initial post!
All shots in dark..I would like some guidance again!
 

ray|raven

Think Zen.
^You on broadband or dialup?
If you are on dialup, imo, you should use wvdial with gnome-ppp as frontend, eases up connecting.
 

praka123

left this forum longback
@nithish:a underground cable got cut here yesterday,so my net connection really sucks :evil:,so sorry for the delay :D

now,
follow this:
well,DONT change the permission of any files!now,show me the output from terminal of:
Code:
 cat /etc/ppp/peers/dsl-provider

and the o/p from terminal of "route" and "ifconfig -a" after running "pon dsl-provider" :)

for a sample,below is mine :
Code:
# Minimalistic default options file for DSL/PPPoE connections

noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
#holdoff 20
plugin rp-pppoe.so eth0
user [b]"broadbandusername"[/b]
usepeerdns

also,in /etc/ppp/chap-secrets file(NEVER POST IT HERE,it is ur dataone username and password :D ) make sure it contains as below
Code:
 [b]"dataoneusername" * "dataonepassword"[/b]
^and save.
now reboot(or restart) and boot again Ubuntu,try the o/p after issuing "pon dsl-provider"
try to ping some sites like in terminal "ping -c5 google.com"

for editing these files,always try as below

PRESS ALT+F2 to get "run".inside type "gksudo gedit /path/to/whateverfile" edit and save
'coz u need root permission edit these files,dont change permissions for any of these files.
 
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
Here is the output of all tht u told me to do stepwise!

nitish@Nitish:~$ cat /etc/ppp/peers/dsl-provider
# Minimalistic default options file for DSL/PPPoE connections

noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
#holdoff 20
plugin rp-pppoe.so eth0
user "sahi-usr-name "
usepeerdns

nitish@Nitish:~$ pon dsl-provider
Plugin rp-pppoe.so loaded.

nitish@Nitish:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0

nitish@Nitish:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:E0:20:51:72:FD
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:20ff:fe51:72fd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:107 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7784 (7.6 KiB) TX bytes:6944 (6.7 KiB)
Interrupt:11 Memory:e5000000-e50000ff

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:312 errors:0 dropped:0 overruns:0 frame:0
TX packets:312 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15600 (15.2 KiB) TX bytes:15600 (15.2 KiB)

nitish@Nitish:~$

Even chked the username n password...it was alright!
 

gary4gar

GaurishSharma.com
Perhaps Try PPPoE mode(always on)
Put Users and password in modem itself.



1) System>Administration>Network
Type: Static Ip
Ip: 192.168.1.2
Subnet:225.225.225.0
Default gateway: 192.168.1.1

2) Access Router config page at 192.168.1.1 and Change Connection type to PPPoE from Bridge mode.
Enter your Userid & password. click apply. Check PPPoE Light on the Router has glown or not. if not then check if you have correctly entered your userid & password. and Go to System and click on Save all changes.


Try pinging at
Code:
ping 192.168.1.1
ping [url]www.google.com[/url]

and then
Code:
dig [url]www.google.com[/url]

Please post the results
 
Last edited:
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
@Also tried what u said...
The ip was already correctly saved but Subnet instead of being 225.225.225.0 was 255.255.255.0
As per ur instructions i cahnged the Default gateway to 192.168.1.1

Well whn I tried to access the router conf page it asks fr username and pssword..i tried entering my broadband as well as Linux username and password but it was of no use...The password dialog box kept on reappearing!

So i cahnged the Subnet Mask back to 255.255.255.0 but it was of no use!

How to go around it now???
 
Status
Not open for further replies.
Top Bottom