- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Configure Proxy In RH7.2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2003 09:46 AM
тАО05-06-2003 09:46 AM
Anyways i need a way to get the RH box to connect into my windows98 (HP Laptop) and beable to get to the net from there. Im a complete novice at this so i really need step by step easy to understand help :).
ThankYou,
-DustinE
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2003 10:10 AM
тАО05-06-2003 10:10 AM
SolutionOn the Red Hat box
cd /etc/sysconfig/network-scripts
Edit
vi ifcfg-eth0
Make it look like this.
DEVICE='eth0'
BOOTPROTO='none'
IPADDR='192.168.0.10'
NETMASK='255.255.255.0'
ONBOOT='yes'
GATEWAY='192.168.0.1'
TYPE='Ethernet'
USERCTL='no'
NETWORK='192.168.0.0'
Leave alone anything else in this file such as hardware address and such. Make sure the IP addresses are conistent however
The key thing is the Gateway. That must be the same as the IP address of the Win98 box which can be optained by the command ipconfig in a dox box.
Now, save the file.
service network restart
ifconfig
What shows on this display should match your file, otherwise look for typos.
You're done.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2003 10:24 AM
тАО05-06-2003 10:24 AM
Re: Configure Proxy In RH7.2
If you run into specfic problems, please post your error message and me or someone else will help.
Since you are new, please encourage me and others to help you by assigning points to answers.
Thanks.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2003 08:01 PM
тАО05-06-2003 08:01 PM
Re: Configure Proxy In RH7.2
if you have a proxy server running on your windows box, you can configure your browser to use that for internet browsing.
fire your browser and look for proxy settings in preferences / settings menu as appropriate.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2003 08:11 AM
тАО05-08-2003 08:11 AM
Re: Configure Proxy In RH7.2
So how do i give people points?