Please Guide to bring my Server online


 
Thread Tools Search this Thread
Operating Systems Linux Please Guide to bring my Server online
# 1  
Old 03-05-2012
Question Please Guide to bring my Server online

Hi Guys,
I want to bring my server live.
I have Static public IP Address 123.99.88.77 (Say) and also I have also registered a domain name say(live server23.com) the domain name providers have also given me the control panel with DNS management settings.
I have gateway 192.168.1.1

Now My questions are as follows?

1. First I want start with basic, I want to configure FTP Server which I want to bring online If I have public ip address as 123.99.88.77 then what IP should I give to my Linux machine 123.99.88.72 or 192.168.1.42 which class should I use here?

2. I am having DLINK 2750u ADSL router with wifi, now If i want to bring my FTP Server online then I will have to do port forwarding, now where this port forwarding can be done on GUI on Router or I will have to write down iptables on Linux machine for port forwarding?

3.Suppose I have two Linux machines on vmware on Windows 7 OS, can I bring these two machines online or form 2 node cluster among them?( I am curious to know this)

Please suggest me, I have searched Google but I could not find actual thing.

Thanks in advance!
# 2  
Old 03-06-2012
Quote:
1. First I want start with basic, I want to configure FTP Server which I want to bring online If I have public ip address as 123.99.88.77 then what IP should I give to my Linux machine 123.99.88.72 or 192.168.1.42 which class should I use here?
The appropriate ones? We have no way of knowing what your IP addressing scheme is. As long as the public IP is configured for the correct interface and the ftp server is configured to use that interface/IP then you should be good to go. We can't help you on the network engineering side of things though.

Quote:
I am having DLINK 2750u ADSL router with wifi, now If i want to bring my FTP Server online then I will have to do port forwarding, now where this port forwarding can be done on GUI on Router or I will have to write down iptables on Linux machine for port forwarding?
You may try to google some stuff before asking a question. I just googled "2750u Forwarding" and found this step-by-step explanation of the process. I don't say that to be rude, but you're definitely going to find out that these sorts of questions aren't interesting to answer for people who don't know you personally, so doing the due diligence beforehand can save you from running into a bueller bueller bueller moment when you go to ask a question.

As for the firewall, it depends on whether you have configured port 21 to be open. If so then you should be fine.

Quote:
Suppose I have two Linux machines on vmware on Windows 7 OS, can I bring these two machines online or form 2 node cluster among them?
Now this is an interesting question to answer. But you actually can do that since clustering happens at the platform level and so it exists beyond what vmware/windows would influence. The fact that we still have a single point of hardware failure cuts into the advantages of running High Availability. But you can still do it. As for HOW to do it, that's kind of an involved process that varies depending on what distribution you're using.

If you can install the clustering daemons then you can use luci/ricci to have a GUI to configure the cluster.conf file with. But it doesn't sound like you have much experience with Linux, at which point it may be worth your while to stick with a single node and just know that two VM nodes as part of an HA solution is technically possible. Once you've got your bearings on this stuff, then you can worry about setting up an HA cluster.

- Joel

Last edited by thmnetwork; 03-06-2012 at 12:06 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Power HA 6.1 Bring Resource group online issue

Hi all, I have the following in hacmp.out for bringing Resource group online. Volume groups themselves are Enhanced-Capable and on each node I can varyon and mount filesystems. +main1_rg_01:cl_activate_vgs STATUS=0 +main1_rg_01:cl_activate_vgs typeset -li STATUS +main1_rg_01:cl_activate_vgs... (2 Replies)
Discussion started by: OdilPVC
2 Replies

2. Solaris

Unable to bring iscsitgt service to online

this is samiulla in my vmware solaris 11 i installed iscsitgt pakage but it goes to maintenance and i am unable to bring into online with svcadm clear iscsitgt how can i forcefully online iscsitgt service. (1 Reply)
Discussion started by: samiulla
1 Replies

3. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

4. UNIX for Dummies Questions & Answers

VPN on an online server

Hi there, Believe it or not, the word VPN doesn't give any search result in the forum. I'm trying to get started with VPN. I'm currently in the process of setting up a server. I found a lot of howtos on the web. There's still one thing that I'm not sure of. My plan is to setup the VPN... (4 Replies)
Discussion started by: chebarbudo
4 Replies

5. Solaris

Not able to bring up the server

Hi All, I have a iplanet server running on solaris , i'm not able to start it using the start Its giving following error root@bld00: /usr/iplanet/servers6.1sp8/https-MLL-8.3dev # ./start Sun ONE Web Server 6.1SP8 B06/13/2007 23:15 info: CORE5076: Using from info: WEB0100: Loading web... (2 Replies)
Discussion started by: renjithrnath
2 Replies

6. Solaris

Unable to bring a disk from error to online state.

Hello experts. I am using Solaris 10(2005) on intel machine. I have installed Veritas Volume manager 5.0. I am unable to bring a disk error to online state. I would like to bring that disk to CDS format. Commands i used and output are.... #vxdisk list DEVICE TYPE ... (11 Replies)
Discussion started by: younus_syed
11 Replies

7. UNIX for Dummies Questions & Answers

Need dummies guide to setting up Web server...

Hiya All, Hope you can help! I need a Dummies guide to setting up a Web server. I hope you have some good URLs or advice etc. I now finally have: 1. "Web Server" - Fedora Core3 onto my Spare PC. 2. Windows XP laptop 3. Basic Web site set up via Front Page - to upload onto Web... (5 Replies)
Discussion started by: marty 600
5 Replies
Login or Register to Ask a Question