Error installing Ubuntu

Status
Not open for further replies.
OP
aadipa

aadipa

Padawan
@aadipa : can please provide the output of "tracert 125.99.88.1" and "tracert yahoo.com" from windows just for my observation??
Code:
>tracert 125.99.88.1
Tracing route to 125.99.88.1 over a maximum of 30 hops
  1    12 ms    13 ms    11 ms  125.99.88.1
Trace complete.
 
>tracert yahoo.com
Tracing route to yahoo.com [66.94.234.13]
over a maximum of 30 hops:
  1    13 ms    31 ms     8 ms  10.80.0.1
  2     9 ms    13 ms    15 ms  125.99.125.21
  3    15 ms    10 ms     9 ms  192.168.27.2
  4    11 ms    14 ms     *     203.101.94.117
  5    38 ms    45 ms    39 ms  125.21.167.74
  6   273 ms   259 ms   275 ms  p4-1-0-1.r03.lsanca03.us.bb.gin.ntt.net [204.1.253.65]
  7   254 ms   259 ms   260 ms  xe-3-3-0.r20.lsanca03.us.bb.gin.ntt.net [129.250.2.141]
  8   270 ms     *      265 ms  as-0.r21.snjsca04.us.bb.gin.ntt.net [129.250.4.96]
  9   302 ms   303 ms   312 ms  ae-0.r20.plalca01.us.bb.gin.ntt.net [129.250.4.118]
 10   301 ms   303 ms   303 ms  208.50.13.97
 11   305 ms   302 ms   311 ms  ge4-1-10G.ar2.SJC2.gblx.net [67.17.105.6]
 12   321 ms   322 ms   322 ms  yahoo-1.ar2.SJC2.gblx.net [64.208.110.162]
 13   330 ms   317 ms   318 ms  ge-4-0-0-p460.msr1.scd.yahoo.com [216.115.106.209]
 14   329 ms   326 ms   311 ms  ten-2-3-bas2.scd.yahoo.com [66.218.82.223]
 15   318 ms   320 ms   332 ms  w2.rc.vip.scd.yahoo.com [66.94.234.13]
Trace complete.

My IP is 125.99.92.174 and subnet is 255.255.252.0 That is
Code:
01111101.01100011.01011100.10101110 = 125.99.92.174
11111111.11111111.111111[B]00.00000000[/B] = 255.255.252.0
 
So start IP in range is
01111101.01100011.010111[B]00.00000001[/B] = 125.99.92.1
 
And end IP is
01111101.01100011.010111[B]11.11111111[/B] = 125.99.95.255

That means my gateway is not in IP range, had my mask been 255.255.248.0 (EDIT: /21), it would be valid address in range. Am I correct?


Also I have installed compiz-fusion. Had to add software sources first. And while testing different effects, I managed to *may be* crashed it couple of times.:D

One more problem. Login screen and Totem player full screen mode don't like my widescreen monitor, they work like square monitor with right aligned.

My display card is onboard Intel G33 (Asus P5K-VM) and monitor is ViewSonic VG1930wm running at 1440x900 @ 75 Hz or 60 Hz.
 
Last edited:

QwertyManiac

Commander in Chief
Add this Virtual entry along with your other Section "Monitor"'s SubSection "Modes" in /etc/X11/xorg.conf

Code:
Virtual 1440 990

Overall, might look like this:
Code:
Section “Screen”
Identifier “Default Screen”
Device “ATI Technologies Inc RV280 [Radeon 9200 PRO]”
Monitor “HP D8901″
DefaultDepth 24
SubSection “Display”
depth 24
[B]Virtual 1440 990[/B]
modes “1280×1024@60″ “1024×768@60″ “1024×768@43″ “1024×768@70″ “1152×864@75″ “1024×768@75″ “1280×960@60″ “1024×768@85″ “832×624@75″ “1400×1050@60″ “800×600@60″ “800×600@85″ “800×600@75″ “800×600@72″ “800×600@56″ “640×480@85″ “640×480@75″ “640×480@72″ “640×480@60″
EndSubSection
EndSection

This must fix the GDM Login Screen's issue but I don't know about Totem using this too..
 

mehulved

18 Till I Die............
gary read the wikipedia entry.
yeah my mistake in calculating the subnet. I checked with the calculator. It's 92 to 95 not 92 to 88
 

mediator

Technomancer
That means my gateway is not in IP range, had my mask been 255.255.248.0 (/26), it would be valid address in range. Am I correct?
No. The gateway u finally got working with is the one that is in ur IP range. For any 2 machines to communicate on a LAN, they need to be on the same IP range. Gateway is the one that has atleast two NICs and that means it is connected to different networks and can allow packets from one network to pass to another.

'255.255.248.0' (/21) defines ur subnetmask.

What is a subnet/net mask & what its real use?
U can google for that for better understanding. And it used to create complicated networks where an organization's network is split into a spider's web. I guess one such instance is of @aadipa's....nicely done, as u can see from tracert outputs that "tracert 125.99.88.1" doesn't show the main gateway and "tracert yahoo.com" doesn't show "125.99.88.1". It seems that some transparency/proxy concepts have been utilized there. Lets seee :)
 
Last edited:
OP
aadipa

aadipa

Padawan
my bad.. corrected /26 to /21.

No. The gateway u finally got working with is the one that is in ur IP range.
Yes.. 125.99.92.1 is in my IP range with mask 255.255.252.0, but for 125.99.88.1 to be in IP range my mask must be 255.255.248.0
Am I correct?

In this case I will ask my ISP (hathway) to either give 125.99.92.1 as gateway and keep netmask at 255.255.252.0 or continue with 125.99.88.1 gateway with changed netmask 255.255.248.0
 

mediator

Technomancer
my bad.. corrected /26 to /21.


Yes.. 125.99.92.1 is in my IP range with mask 255.255.252.0, but for 125.99.88.1 to be in IP range my mask must be 255.255.248.0
Am I correct?

In this case I will ask my ISP (hathway) to either give 125.99.92.1 as gateway and keep netmask at 255.255.252.0 or continue with 125.99.88.1 gateway with changed netmask 255.255.248.0
No dude. The netmask is used to define and divide an IP into subnets!! With the entry 248 /21, it means u can create : 2^2+2^1+2^0 subnets.
11111111.11111111.11111000.00000000 => 255 . 255 . 248 . 0

And ur gateway is fine. Its 125.99.92.1. Try it out on windows too. It shud work!!
Like I said earlier in my first post. The gateway shud be on the same range. But in ur windows it showed differently. Thats what had me confused. But then look at ut tracert outputs. It doesn't show 125.99.88.1 on 'tracert yahoo.com' and not '125.99.92.1' on 'tracert 125.99.88.1'. Certainly 125.99.92.1 is ur main gateway. If I remember correctly it is a concept of proxy-arp or maybe something else that I have forgotten. But neways, if u need to ask ur ISP, then ask em the network topography just for ur understanding. :)
 

mehulved

18 Till I Die............
You should definitely contact Hathway regarding your gateway. Mine's a much saner one. My gateway is 202.88.177.1 for IP 202.88.177.211
 
Status
Not open for further replies.
Top Bottom