![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ftp server on old home computer - a few questions | boredbody | UNIX for Dummies Questions & Answers | 1 | 03-11-2008 06:07 PM |
| How to set up a home SFTP server? | verrock_poo | UNIX Desktop for Dummies Questions & Answers | 1 | 02-09-2008 06:23 PM |
| Need help setting up a home solaris private network | Kongowea | UNIX for Dummies Questions & Answers | 1 | 02-05-2008 01:19 PM |
| setting Oracle Home | DILEEP410 | Shell Programming and Scripting | 3 | 12-14-2006 08:15 AM |
| home network - can you have a primary name server, or only a caching-only name server | xyyz | UNIX for Dummies Questions & Answers | 3 | 02-18-2004 01:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
setting up my HOME PC as server
Hi ,
i am having RedHat AS 4 in my home PC.now i want to access applications remotely i.e from office. how can i do that. in short i would like to make my PC as server for doing test's. while I am @ work. I am using static IP. leenus |
|
||||
|
Most people are natted behind a router whether you have a static or dynamic ip address from your internet provider, I.E. your pc is plugged into the router/hub which in turn is plugged into your cable modem or DSL modem, etc.
If this is the case, you have two choices. Most routers allow you to specify which inside host is on a DMZ. You normally assign your pc a static private address from the router admin menu, such as 192.168.0.10 and then you tell the router that 192.168.0.10 is on the dmz. By doing this, when some goes to: http://yourstatic_IP_ADDR , your router will re-route all the packets to your server/pc on the inside network, your home network. This does expose your pc directly to the internet so you are forwarned. A second method that can be used is port forwarding. You use this method normally if you are needing to open a few ports (21,22,25,80) and you tell your router to redirect packets sent to yourstatic_IP_ADDR port 80 to 192.168.0.10. port 80. This exposes your PC less but every new port that you want to share to the outside world will need a port forward addition in the router. Good luck. cd |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|