LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 12-26-2003, 09:59 PM   #1
ikm19
LQ Newbie
 
Registered: Dec 2003
Location: Mumbai, India
Distribution: SUSE, Knoopix, Windows XP.
Posts: 7

Rep: Reputation: 0
Unhappy Got Mess With Networking


Hello Friends,
First let me thanks to u guys for encourangeing me to install linux. I couldnt get through these problems can any 1 of u expert would help me to get out of it.

1) Connecting to Internet : I get mine internet connection through a local internet service provider. the guy has given me an ip address which is 172.16.17.2. i use to manually add this ip address in mine windows tcpip configration So i suppose this is mine static ip. After that i use to put his ip address in mine internet exporer ie. http:\\172.16.1.1 so apage would open and i use to enter mine userid and password and than able to connect to internet. I have now proxy address and i had kept the setting to automatic.
Now i have able to get mine network Up and also able to get the page 172.16.1.1 ie where i put mine user id and pass but i m not able to browse in redhat linux. i have tryied mine service provider ip ie. 172.16.1.1 proxy server setting but it doesnt work so do u any of guy have soluition to this problem.

2) I need help to browse mine network computers. ie. the network neightbourhood in winxp is there any software or command through which i can browse their machine.

3) I want to get access to mine rest of partion of mine hardisk wich is fat32 and ntfs...


Thanks in advance....
 
Old 12-27-2003, 01:25 AM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Hello, and welcome to LQ.

Your questions are three seperate issues and should really be divided into seperate threads.

1) As far as the proxy server issue goes your browser should have no problem connecting and using the proxy server if it's configured for the correct ip and port manually. Automatic may not work in every case so I would go with manual configuration until you get it working.

2) Lookup information on Samba for windows networking.


3) Requires kernel support for the filesystems.



Maybe you could provide some more information about the browser your using. Your Linux distro information.

Firewall settings are usually suspect when networking problems are encountered.

Last edited by DavidPhillips; 12-27-2003 at 01:26 AM.
 
Old 12-27-2003, 01:37 AM   #3
scheidel21
Senior Member
 
Registered: Feb 2003
Location: CT
Distribution: Debian 6+, CentOS 5+
Posts: 1,323

Rep: Reputation: 100Reputation: 100
well I am not sure how to help you with your network problem, but you're file sharing with winxp can be resolved by installing samba, it is a software package for *nix based machines to fileshare and print share with windows machines.

The second problem about accesing your fat32 portion of your harddisk

1)create a directory at the root level ie at the / use this directory as the mount point for the fat32 partition.

2)edit the file(s) /etc/mtab and /etc/fstab they should be pretty self explanatory add a new entry in each regarding your fat32 partition and when you enter the filetype use vfat then exit and save the files, next time you reboot your fat32 partition will automatically mount.

For the time being until next reboot type the command

mount /dev/hd** /[name of mount point you created]

good luck

--Alex
 
Old 12-27-2003, 01:46 AM   #4
ikm19
LQ Newbie
 
Registered: Dec 2003
Location: Mumbai, India
Distribution: SUSE, Knoopix, Windows XP.
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks Buddy's
Problem regarding Samba Has been sloved with the help of u guys, I have ask mine Internet Administrator to provide me Proxy Ip address And also Port Number. He says there is no such Poxy ip he says that click ok get automatic proxy setting i dont see anywhere such option. I think that option is avilable with internet explorer. Is there any other browser where i can get that option
 
Old 12-27-2003, 10:54 PM   #5
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Sounds like there is no proxy then if they know what their talking about.


try this

make sure you have this line in /etc/sysconfig/network-scripts/ifcfg-eth0

PEERDNS=yes


then run this

dhclient eth0
 
Old 12-28-2003, 01:57 PM   #6
ikm19
LQ Newbie
 
Registered: Dec 2003
Location: Mumbai, India
Distribution: SUSE, Knoopix, Windows XP.
Posts: 7

Original Poster
Rep: Reputation: 0
Unhappy

Now mine network has gone down i dont know whts the problem is the next morning i started mine computer nothing is working i have cheked the cable and connections but it is working fine in windows xp but in redhat linux 9 its not working let me give u deatil information about mine network could any plese help me in detail as i m newbie... Mine network Details are ass follows..

Mine Ip address : 172.16.17.2

And In windows xp In tcpip properties I keep local Domain as 172.16.1.1

To get connected to net i have to login at a page which is located at http://172.16.1.1 <-------- this is mine home page in internet explorer (Winxp). Mine internet service provvider uses his software which is avilable at http://www.virtualillusion.net/

So this is mine above Confrigrration.
I had setup mine ip as static and when i try to ping to mine server ie. 172.16.1.1 than i get no reply but when i ping to mine other machine ie. 172.16.17.3 i get perfect reply... So i dont know where the problem is .

Please any one of u guys would help me .....

Thanks in Advance
IMTIAZ Maredia
 
Old 12-28-2003, 08:03 PM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
ifconfig eth0 172.16.17.2

route add default gw 172.16.1.1

Then add the nameservers to /etc/resolv.conf so the file looks like this..like this

nameserver ipaddress
nameserver ipaddress
 
  


Reply



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
fstab mess please help!! john_active Linux - Newbie 14 12-02-2005 07:10 AM
How do I tell YOU not to mess my xine? bruno buys Linux - Distributions 4 06-03-2004 07:58 AM
cleaning up the mess Shade00 Linux - Newbie 3 05-10-2004 12:20 AM
Partition Mess up Stephanie Linux - General 1 02-18-2004 10:43 AM
ok, what'd I mess up breed Linux - Networking 1 10-02-2001 01:42 PM

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

All times are GMT -5. The time now is 12:18 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