LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Got Mess With Networking (https://www.linuxquestions.org/questions/linux-networking-3/got-mess-with-networking-129154/)

ikm19 12-26-2003 09:59 PM

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....

DavidPhillips 12-27-2003 01:25 AM

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.

scheidel21 12-27-2003 01:37 AM

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

ikm19 12-27-2003 01:46 AM

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

DavidPhillips 12-27-2003 10:54 PM

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

ikm19 12-28-2003 01:57 PM

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

DavidPhillips 12-28-2003 08:03 PM

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


All times are GMT -5. The time now is 02:47 AM.