LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-06-2005, 06:07 AM   #1
Lengths
LQ Newbie
 
Registered: May 2005
Posts: 5

Rep: Reputation: 0
Cant connect to my school gateway on a intel laptop using Debian


Hello i'm a teacher at a sec school in the UK, who has got fed up of the windows world and has changed my staff laptop (and seetting up a small lab) of linux machines.

Anyway I have been trying to get the my laptop to connect out of the network to the internet. the Mac using techs have been helping me and reserving me IP address and such like to help me, I have set up the Ip, subnet mask, gateway and DNS and am able to access the server 2003, file and printer servers (active directory?) infact have been very impressed which how well it has been doing

However i have completely faileded to get it to surf out to the web.

i have done a traceroute yahoo and it finds the Ip address from the DNS server then goes to the gateway but fails to get any further. the techs as i say use mac machines so i am fairly sure its not a a windows only thing. Also they have no idea why i cant connect (they have checked all my numbers .. ips etc) .... ideas anybody?

-yeasterday however it randomly for an afternoon connected (stoped again today). techs say they have not changed anything. but again today it is not able to get through..
 
Old 05-06-2005, 03:01 PM   #2
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
You need to establish the ip address of the gateway to the internet connection. There will be a router or a computer that connects to the internet that does ip forwarding ( internet sharing). You need to know the ip address of this router/box or if it is running a dhcp server If it has a specific address (static addressing) then you add this to your network configuration as the gateway address. If it is running a dhcp server then you need to configure your system to pick up a lease (dhcp client) from the server. The techs should have all this info.

Last edited by TigerOC; 05-06-2005 at 03:02 PM.
 
Old 05-08-2005, 05:17 PM   #3
Lengths
LQ Newbie
 
Registered: May 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Got slightly further..

Checked in /etc/network/interfaces
and discovered that the network property is set to 10.12.51.0 as the gateway adrexx is 10.12.48,X this is obvoiuls wrong .... however cause i'm using a kanopix derivative (kanotix) it seems that if i change it to 10.12.48.0 it just recreates it when i boot.

How do i change it so it actually recognised that the gateway is part of the network?
 
Old 05-09-2005, 04:08 AM   #4
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Is the sysadmin using static addresses and can you be issued with one?
 
Old 05-09-2005, 04:22 AM   #5
db391
Member
 
Registered: Jun 2004
Location: Britain
Distribution: Slackware
Posts: 186

Rep: Reputation: 31
(as in Dear Techs

What is the DHCP settings across the network and what is the assigned IP address for the gateway (on your DHCP server?)

Also if the IP address is 10.12.XX.XX then tell the techs that the netmask should be 255.255.0.0 or similar (and not like 255.255.255.0 which would prevent you connecting)
 
Old 05-09-2005, 07:47 AM   #6
Lengths
LQ Newbie
 
Registered: May 2005
Posts: 5

Original Poster
Rep: Reputation: 0
the settings i have in my interfaces are as follows

address (static) 10.12.51.115
netmask = 255.255.252.0
network = 10.12.51.0
broadcast = 10.12.48.255
gateway = 10.12.48.1

Am not using dhcp, because all the dhcp address's go through an internall microsoft proxy, which only accepts connections from microsoft software.

Any thing else?
 
Old 05-09-2005, 08:05 AM   #7
Lengths
LQ Newbie
 
Registered: May 2005
Posts: 5

Original Poster
Rep: Reputation: 0
If config log =

traceroute to www.yahoo.akadns.net (216.109.117.106), 30 hops max, 38 byte packets
1 10.12.48.1 (10.12.48.1) 0.930 ms 0.961 ms 0.958 ms
2 * * *

Lengths@box:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:0B:5D:4B:44:A2
inet addr:10.12.51.115 Bcast:10.12.48.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3574 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:299653 (292.6 KiB) TX bytes:18892 (18.4 KiB)
Interrupt:11

eth1 Link encap:Ethernet HWaddr 00:0E:35:1B:05:E3
inet addr:10.12.51.115 Bcast:10.12.48.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2771 errors:0 dropped:0 overruns:0 frame:0
TX packets:635 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 Base address:0xe000 Memory:d0215000-d0215fff

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:400 (400.0 b) TX bytes:400 (400.0 b)

Lengths@box:~$
 
Old 05-09-2005, 08:32 AM   #8
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
Quote:
Originally posted by Lengths
the settings i have in my interfaces are as follows

address (static) 10.12.51.115
netmask = 255.255.252.0
network = 10.12.51.0
broadcast = 10.12.48.255
gateway = 10.12.48.1

Am not using dhcp, because all the dhcp address's go through an internall microsoft proxy, which only accepts connections from microsoft software.

Any thing else?
Your address of 10.12.51.115 with a netmaks of 255.255.252.0 will see every IP address from 10.12.48.1 to 10.12.51.254, so the "gateway" setting appears to be valid, assuming there is a gateway at that IP address. The broadcast address is usually the top number in the range though, so it should be 10.12.51.255, not 10.12.48.255. With these settings, your network will be called the 10.12.48.0 network, not 10.12.51.0 network, I'm not sure what you were referring to with the network property question in the above post but I hope that clears up the confusion.

TCP/IP is really not a 'windows' or 'mac' or 'linux' thing, it is either set up right and works or it isn't. You did mention that the windows machines use a proxy to access The Internet, usually when setting up a network with a proxy server the direct web access (port 80 for http and possibly others) is blocked off so that the users have to go through the proxy to get out. This would explain why you can traceroute a website but can't open it in a web browser.

What it boils down to then is that you should try to set up your Linux browser to use the proxy to get to websites, it should be possible as proxy servers aren't usually so M$ specific that you can't get Linux to use it.
 
Old 05-09-2005, 09:20 AM   #9
Lengths
LQ Newbie
 
Registered: May 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Sorry i confused the question a bit by adding on the information about the proxy server..

Ok in brief the issue with the proxy server is that the school both has an external proxy server (connected to via gateway 10.12.48.1) which can be accessed only by issud static IP address's. (such as the ip address i have been given of 10.12.51.115). - (proxy ip address = 213.249.157.48)

The School also has in internal proxy server (which is mostly used for controling software usage and student access. ) this proxy server is accessed by goin through the gateway at 10.12.48.10. It is setup using a very strickt microsoft only authentication method and as a result is immpossible to connect through (the dhcp automatically sets machines to go through this gateway)

Also i cant traceroute to the website, the traceroute gets to the gateway and then fails

1 10.12.48.1 (10.12.48.1) 0.930 ms 0.961 ms 0.958 ms
2 * * * ....
30 * * *

i know the DNS is correct because it picks up the Ip's on the traceroute from the DNS server.

I know the main Ip and such like is ok (at least i think i do) cause i can access my files from the netwrok server + i can print ... i just cant get it to connect to the internet
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Old school laptop with wireless, which distro? chri5 Linux - Newbie 5 12-01-2005 05:23 PM
How to connect to Internet from a school network? Itachi Linux - Networking 1 07-15-2005 07:24 AM
how to connect thru school vpn? southamptonfc Linux - Newbie 3 01-17-2005 07:43 AM
How to connect directly to school server? booboo808 Linux - Networking 1 12-02-2004 12:40 PM
how can i connect through my mdk 9.2 box at home from school? spyghost Linux - Networking 16 01-23-2004 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration