FC6 Local Network Setting

Oct 4, 2007

From last 2 days I am trying to browse a website locally in FC6 but not getting any sign of success, this site is not live yet.

Website is access through IP but my some application need the website accessing with domain name.

Dns zone file is existed all services are running

What exactly I am missing..

View 2 Replies


ADVERTISEMENT

DNS Issues On LOCAL Network

Oct 16, 2009

Okay, so here's the issue. I've been searching for a solution for about a week now, and just can't seem to find any information. The company that I work for had me switch their site live so I went through and changed the DNS information and pointed the A records to the new server running an online store. I waited and waited and waited for the propagation to finish so I could keep working on developing the site. I talked to our hosting company and they assured me that they were being pointed to the new server and there was no issue. I changed the DNS on my own computer to point to openDNS and I could see that it did in fact change.

We are now two weeks into the change and we can still not view the site from our network. I am in need of any ideas you can give me! If you ping the site with the default DNS server you receive the old IP Address but if you ping it with the openDNS IP in place, you receive the IP of the new server. I've gone through and run a /flushdns, /release, and /renew. I am working from a mac so advice geared towards this would be helpful however, I do have access to several machines running XP.

Again, the site has propagated across the internet, just not in our office.

I look forward to and appreciate any insight that you can offer with all of your eclectic wisdom.

View 14 Replies View Related

SSH :: Can't Login From Outside The Local Network

Aug 14, 2008

I have a problem with SSH. I can't login from outside the local network.

Software:
Centos 5.2 X86_64 + virtuozzo 4 (fresh install)

Already tried:
checking sshd_conf, everything is right
Checking nameservers and network setting (look fine)
Stopped iptables service

Problem:
Eth0 have IP xxx.xxx.xxx.xxx i can ping this ip over wan
Eth1 have a lan IP 192.168.0.10
Those two ips are listed in sshd_conf.
Ssh worked fine over lan/eth1. From a extern host i can ping the eth0 ip, but not ssh over that IP. (get a timeout)

Also new containers are pingable but ssh doesn’t work. (firewall off) Webinterfaces are working well.

Hope someone have a solution, this is pretty frustration i have search over 2 days for a solution, this must be a simple thing (i hope)

View 13 Replies View Related

How To View Domain On Own Local Network

Mar 11, 2008

I am running my own webserver and up untill now checked my sites on a second broadband connection. Due to an accident i can now only afford the one connection.

My question is, how can i view my sites using domain name or static ip (not local)
I am running windows server 2003

I saw a post mentioning host files but did not quite understand if that is what was deeded, I am assuming that i need to loopback somehow.

My router has no loopback

View 6 Replies View Related

Local Area Network Configuration

Jul 20, 2007

I'm trying to build a second network to test an application. I have a Server with 2 network cards connected to 2 LANs (10.0.0.0) and (192.168.0.0)

the problem is that the computer on network 192.168.0.0 cannot reach the computer at network 10.0.0.0.

This is how the connection suppose to look like:

PC(10.0.0.113) <--> Server Eth0(10.0.0.115) Server Eth1(192.168.0.5) <--> PC(192.168.0.10)

This is how the config for both cards look like on the server.

ETH0

ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:0b:db:0c:b9:13
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=10.0.0.115
GATEWAY=10.0.0.1

ETH1

ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
GATEWAY=10.0.0.1
TYPE=Ethernet
DEVICE=eth1
HWADDR=00:80:ad:79:a6:e6
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=192.168.0.5

What else I need to do or what do I need to change to allow 192.168.0.5 communicate with 10.0.0.113 and vice versa.

View 5 Replies View Related

Setting Up A Site In A .local Domain

Jun 10, 2008

I have a web server running Server 2003 and IIS6. I can access everything fine via IP. Now I want to have a domain name work with it.

The server is in a .local domain environment. Does anyone have any info on how I should setup DNS for the web server if the domain itself is not getting any DNS info from the outside?

Is it just a matter of adding new A and NS records or do I need to be in a FQDN domain for it to work?

View 4 Replies View Related

Setting Up An SMTP Server On My Local Machine

Aug 19, 2008

I'm trying to set up a SMTP server on my local machine.. can i do this with a windows OS using apcahe?

View 3 Replies View Related

Hard Time In Setting Red5 On My VPS In /usr/local/red Directory

Apr 16, 2009

I really had a hard time in setting red5 on my VPS in /usr/local/red directory, I have done all the installation steps but still the port tester does not show success, I am using centos5 with cpanel installed, i have the installation steps from red5 forum but pretty much unsure what needs to be done after installation

1. I have only iptables installed and even if I remove iptables the port tester does not work properely

View 4 Replies View Related

Apache :: Setting Up Free Dns Service For Local Web Server

Jan 26, 2013

*My computer is a computer of a 500 computers network within our company.

* i have been given a STATIC local intranet ip 192.168.10.168 assigned by our IT department via their router.

* i have the internet facility provided through the above mentioned intranet for which i get a dynamic ip ex: 188.54.208.205, 176.44.107.21

* i have installed WAMP server.

my current project for the company i am doing should be able to access via internet in addition to the local access. local access is the primary access method. so now i have installed a free dns service like dyndns. at the setup of that, i have choosen a free subdomain ex: my.freedns.com they offer. then i assigned the ip ex:188.54.208.205. also installed their desktop client for monitoring ip changes auto updates.

Now the problem is : when i hit my.freedns.com the page displaying is of our internet service provider. not of my project homepage . How can i fix so when i issue above subdomain it will show my webserver default page? 

View 11 Replies View Related

Apache :: Setting Up A Local Domain With Working Override

Feb 25, 2014

I'm trying to accomplish two goals: First, get "Pretty Links" to work on my local Wordpress instance; second, to set up a local domain for the site.I have a fresh install of Apache 2.4.6 running, and I'll I've done is enable the rewrite and vhost_alias mods. Nevertheless, here's my apache2.conf: URL....

I need to have AllowOverride set to All. This, I gather, allows .htaccess files within the subsequent directories to alter the apache config. To try one thing at a time, I'm accessing the site from localhost/var/www/dhae/Wordpress (foregoing the domain). I tried altering the 000-default.conf to oblige this: [URL] .... -- all I added was the <Directory> section. This didn't work, and neither did changing the AllowOverride to All in the apache2.conf.

I wondered if perhaps I needed something more specific to the directory, so I tried using my second goal to accomplish this. I wrote the dhae.conf: URL....

I've also added the following line to my HOSTS file:127.0.0.1 dhae.dev

This hasn't worked either. I've tried virtual host config stuff as much as I could find, and I'm just not having any luck. What I have even came from this site (URL....).

View 7 Replies View Related

Setting Up A Network

Jan 10, 2009

I have one VPS already and I was just wondering what would be the best way to utilise this and if anyone has any suggestions on how I could improve the network and how's best to set it up. I already have cPanel and WHM installed on the existing VPS.

View 6 Replies View Related

Setting Up The Network

Jan 6, 2008

We're a small company that has outgrown dedicated hosting. We've got 8 servers currently with a well known hosting company, but the servers are starting to get old and we're growing. The cost of moving to colo just seem to make sense to us. We have a bunch of developers, but no network engineers. That being said, we're trying to figure out what we best need to move forward with going colo.

Sometime this month, we'll be purchasing 15-18 servers from Dell. We've already spoken to Colo4Dallas and plan to use their services. So we've got the servers and colo, but have no clue what we need with regard to switches, firewalls and remote-reboot.

1: What type of managed Cisco gigabit switch do we need? We don't know the specific model(s) that would be good for us. We want a hot backup and 24 ports. We manage multiple SSL sites (not sure if this is relevent) and 250+ ip addresses.

1a: Where do we manage ip addresses? We know we'll be getting a block of 250 ip addresses, but how do we assign ip address "a" to server "1"? Can we take that ip address and move it to another server if needed?

2: What type of firewall would be best for us, based on above requirements?

3: DRAC cards are pretty expensive, so we want a IP KVM switch. Any recommendations?

4: Remote reboote -- I've seen power strips out there that do this -- is that what we need, or is there another method we should consider?

5: Is there a company available in Dallas that we could hire to help us with these questions, or in setting everything up once we purchase the equipment?

We're not looking for the cheapest solutions, but the best ones.

View 14 Replies View Related

Guides For Setting Up VPN (Virtual Private Network)

Mar 28, 2007

In previous posts in this forum I was talking about having each server have an internal and external network connection but people point out that as they were load balanced it was a bad setup

I am now looking at setting up a VPN to access the internal servers that are load balanced. Does and one have any recommendations for good tutorials or sorftware that I can use on debian?

View 4 Replies View Related

Setting Up New Network, Security Concern On DDOS

Apr 16, 2009

I am intending to setup a network as the following:

NOC1:
Cisco/Dlink Managed Router
Firewall with DOSS protection
Server1
Server2
Server3
Backup Data Bank Drive

NOC2:
Cisco/Dlink Managed Router
Firewall with DOSS protection
Server4
Server5
Server6

NOC2 are backup servers. I will need to have whatever in NOC1 to be written to NOC2, i think is call IP mirroring or RAID , not too sure

My [url]is going to have nameserver1/2 to zoneedit. Zoneedit hosts reliable DNS servers. It also support something call failover.

So if NOC1 is down, i will switch to IP to NOC2 IPs.

Now, if i face a DDOS attack, i am suppose to switch to a DDOS attack managment company (with big bandwidth and blocking), is it as simple as switching the [url]to the DDOS attack management company using zoneedit and the company will than link back to my noc1/2 ?

How does it works?

Is the way i setup the network correct?

View 14 Replies View Related

Any Security Risks With Setting Up Server On Home Network

Jun 28, 2008

Any security risks with setting up server on home network? I would like to set up a computer running linux or xp as a computer on our home network. We have about 3 other computers on the same network.

My network manager says that it would be a security risk to the other computers on the network if I were to have the server running on the network. The server would be connected to a netgear wireless router and I would have ports 80 and 21 opened just for the internal ip address of the server. (for example, the server is on 192.168.0.3, and I had just the two ports open for it, while there were computers on 192.168.0.2 and 192.168.0.4).

The netgear router has a firewall built into it. Each of the other computers on the network have software firewalls. I would not have a firewall on the server, and I really don't care if someone hacks it. So, what at worst could happen? Would the other computers be at risk?

If you are a professional, I want your opinion also.

View 4 Replies View Related

Dell 1950 - Setting Network Card To Failover

Nov 5, 2008

We must install Dell 1950 With Centos 5 and WHM/Cpanel

How to setting 2 onboard NIC to fail over

The second card have same IP and must start only when the first is down.

View 2 Replies View Related

Network Liquidators / Network Hardware

Oct 14, 2009

any experiences to report about purchasing used / refurb gear from either Network Liquidators (nweq.com) or Network Hardware (networkhardware.com)?

View 12 Replies View Related

Local Php.ini

May 18, 2008

I run multiple domains/sites on my linux server. I know there is a php.ini files that comes with the php installation package. But I have heard that there is a way to create a local php.ini file for each domain.

Does anyone knows how to create local php.ini files for each domain. Is there a special setting i need to do to make it run?

View 4 Replies View Related

Rc.local

Jan 29, 2007

in my rc.local i've got it so a program starts up automatically, this works when i restart my machine but the machine has also been crashing randomly (something which i haven't tracked down the source of yet) and when it goes up after this the program isn't started. Could this relate to my crashing problem or would it be something else that isn't configured right?

View 3 Replies View Related

HK Local Bw

Feb 4, 2007

I am trying to source some pure HK Local bw

can anyone give me some contacts on who to speak to?

View 0 Replies View Related

Local Or International

Apr 29, 2009

am now registered my domain with a local person who's name is ABT in india.. but their service was not good and am planning to change the hosting space to yahoo or other cheap web space provider... how to do it... whether the ABT peoples help with this part...

View 13 Replies View Related

Eth1 For Local IP

May 1, 2009

I have problem on eth1 for local IP. Eth0 is public IP behind Firewall, and eth1 is local IP for backup and for database. Every time eth1 is on, eth0 cannot be reached by ssh and http, although still can be pinged. Eth1 is also IPMI BMC port, and automatically got IP from DHCP LAN for web-based IPMI access, and the IPMI cannot be turned off. Motherboard is Tyan B7002.

View 2 Replies View Related

Local To Live

Jul 26, 2008

have only done static html sites in the past, but am ready to branch out and learn php and mysql. I have watched numerous video tutorials on php,mysql, dreamweaver cs3, and how they all work together.

I have followed all the steps on the tutorials and the website works great on my local testing server, but how in the world do I get it to work live on the internet! This is probably a very stupid question but I am at the point of not caring about looking stupid. I just want to know what Im missing/ doing wrong. The website is hosted with GoDaddy, (and the domain is registered with them as well).Am I supposed to have something set up there or a different server? I have tried using ftp to transfer all files over to the domain but when I visit the domain, the php pages do not work.

View 7 Replies View Related

How Do Install A Local Copy Of TAR ?

Jul 30, 2006

wasn't sure if this should go into "technical" or "programming" but I figure someone here will instantly be able to tell me...

(details: I'm on a shared host with cpanel and centos 3)

My hosting service techs refuse to update gnu TAR on the server even though it's several years old at 1.13 and has some know bugs that are annoying for complex calls - (basically the techs use any request like this to try to upsell me to dedicated or VPS which I don't need at my low level)

So I'd like to install a "local" copy of the newer gnu 1.14 or 1.15 TAR (which I *think* is possible?) into my account and have it run instead of the shared copy?

Unfortunately this is beyond my knowledge so thanks for any help in the right direction...

View 3 Replies View Related

Backup Server To Your Local PC

Jul 1, 2008

I am really thinking of upgrade my dedi server, but since its from a IDE disk to a SATA, I can´t move the IDE to the new system.

Is there a way to backup the server disk to your
local computer? FTP ?

View 9 Replies View Related

Local To Live...sql Server

Jun 16, 2008

I have been working on an online shop locally from my machine, using Visual Web Developer and SQL server.

This is working fine, but now its at the stage were i need to show a client. In order to do this i need to upload it to our servers.

What i cant get my head round is the connection to the sql server, do i need to upload this too, or can i somehow point the connection string to the sql server sitting on my local machine...

Is it easier just to upload an sql server? how would i go about this?

View 3 Replies View Related

Two Servers Configs As A Local Net

Jul 31, 2008

I will have two servers (both centos), one is web server, the other one is database server. I would like to set the db server (mysql server) not accessed by the public internet, but web server only through an internal IP, like 10.x.x.x

How may I set them up? I'd appreciate a step by step tutorial. Because I am not a master of linux admin.

View 4 Replies View Related

SwitzerLand Local Peering

Dec 3, 2008

I have a client who needs a very special configuration. We are trying to find a data center or server provider in Switzerland who can only broadcast there ip in Switzerland only. So any attack or anyone trying to access that ip outside Switzerland will not get even close to it...

View 3 Replies View Related

Opening Up Local Access

Jun 6, 2008

I have a script running on my server that has access via port 1031, but I would like to block access to it from the public, and instead allow access only through a php proxy script on my server which will connect to port 1031 via 127.0.0.1 (i.e. 127.0.0.1:1031)

So some may be thinking why? Currently users gain access by heading to mydomain.com:1031 . However I would now like to include adverts along side the script (but can't physically make adjustments to the script as the company that made the script has vanished of earth)
So the only way I can think of doing this, is by having the adverts in an Frame next to the proxy script.

So does opening up access via 127.0.0.1 just for this case, give me security problems?

View 0 Replies View Related

Migrate From Proboards To Local Smf

Mar 9, 2007

I have a client that is using proboards.com and they are tired of all the ads / limitations. They want to migrate to their own copy of SMF but they have over 1000 users and tons of posts.

Does anyone know if you can migrate your data from proboards.com?

View 5 Replies View Related

To Prevent Local Hack

Nov 29, 2007

I try to enhance my server security and prevent local hack but it seem useless.

I tried to chmod home/user/public_html to 711; disable functions; enable php open_basedir.

I can stop some popular shell such as c99shell.php but server can be hacked local.

Anyway to prevent it completely?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved