Networking :: Configure Dns Server By Using Gui Tool?

Oct 25, 2010

iam new user of linux and im trying to install dns server in fedora 12 and configure dns server by using gui tool.

View 1 Replies


ADVERTISEMENT

Server :: Configure Authentication For A Particular Tool On A Website?

Jan 3, 2011

i've been trying to configure authentication for a particular tool on a website i've been building

i've tried php http authorization and .htaccess/.htpasswd files, neither seem to work

Code:
<?php
if (!isset($_SERVER['PHP_AUTH_TYPE'])) {
header('WWW-Authenticate: Basic realm="My Realma"');
header('HTTP/1.0 401 Unauthorized');

[Code]....

View 14 Replies View Related

Ubuntu Networking :: Proper Tool To Use For Editing Files On A Server?

Nov 30, 2010

I have a gaming server set up and running client software 24/7. This prevents me from editing the configuration files while the client is running. The server is connected to a switch which also connects another computer to the internet.What would be the proper software to use if I want to edit files on the server without interrupting the client?I have looked at Samba, SSH, and Screen, but I'm not entirely sure which one would be the best tool for the job.

View 6 Replies View Related

Networking :: Good Open Source Network / Server Monitoring Tool

Feb 19, 2010

Any easy to install/configure network/server monitoring tool? PLease note I'm looking for something of little lightweight here (Not something like zenoss) But I'd still like to get performance graphs and event notifying alerts. Also note this is to monitor less than 50 servers and perhaps a firewall or 2.

View 2 Replies View Related

Programming :: Tool To Convert Configure.ac Into CMake?

Feb 18, 2010

Is there any tool to translate rules from configure.ac into Cmake rules?

View 3 Replies View Related

Fedora :: Tool To Configure Multiple Remote Machines To Be Exactly The Same?

Feb 23, 2009

recommend a utility to let me automatically apply shell commands I type to a list of given remote machines?I'm configuring and maintaining multiple servers all running Fedora 12 and I want them to have exactly the same configuration. I also need to check out code from subversion onto these machines; the same code from the same location into the same directory. I know I could use ssh to run each command individually for each machine, but is there a tool that will make this much easier?

View 6 Replies View Related

OpenSUSE Network :: Using OpenLDAP With Yast Configure Tool

May 9, 2009

I am new to using OpenLDAP on OpenSUSE with the yast configure tool. I have used Openldap on Fedora before and there was a slapd.conf file that I could modify. It appears that the yast does something different. Anyway I need to find out what the rootdn password is, but I cannot find it since there is no slapd.conf file.

View 2 Replies View Related

General :: Configure Pidgin Tool And VLC (Remote Desktop)?

Oct 28, 2010

Trying to configure the VLC (remote desktop) and Pidgin tool in Linux.

View 6 Replies View Related

Debian Configuration :: Configure (start/stop/restart) Services (especially Apache2, MySQL And PHP) Using A Graphical Or Cli Tool?

Jul 23, 2010

I'm using debian 5 x64 with xfce.Is there a way to configure (start/stop/restart) services (especially Apache2, mySQL and PHP) using a graphical or cli tool? I tried to use sysv-rc, sysv-rc-conf, rcconf and rc-conf in the terminal but Bash didn't find them (Although Synaptic show that sysv-rc is installed).

View 9 Replies View Related

Networking :: How To Configure Remote Server

May 2, 2011

how to configure remote server....and how many maximum user loging remotely

View 8 Replies View Related

Ubuntu Networking :: Configure Wireless PCI NIC In 10.10 Server?

Nov 12, 2010

I've installed 10.10 server edition on a box I just want to use for file storage/backup, uPnP server, etc. The area I need to put the box doesn't have ethernet as an option so I'm trying to get this wireless NIC configured. It's a Buffalotech WLI2-PCI-G54S which runs the Broadcom 4306 chipset. I've managed to get the drivers for the card installed via the instructions here: [URL]

The drivers are working properly as I can run

Code:
iwlist scan

and see all the wireless networks it detects. I found the info here: [URL] to complete the configuration, but I'm still unable to get it right. My wireless router is configured to use WPA2-PSK with AES. I could just try installing gnome and get the GUI network config, but would like to avoid that if possible.

View 5 Replies View Related

Networking :: Configure To Use A Specific DHCP Server?

Jan 24, 2010

This is probably an odd request, but figured I'd ask in case someone knew. We have a lab that has the IP range 172.10.0.0/16 (255.255.0.0). The lab gateway/DHCP assigns an IP in the range of 172.10.0.2-172.10.0.254. I want to set up my own DHCP server on a specific range, for example 172.10.10.1-172.10.10.254. I create a new host fine, but since it's set for DHCP, it uses the DHCP server at 172.10.0.1. Is there a way to force it to use a different DHCP server on the client side? I realize that I can work around this with exclusions on the 172.10.0.1 DHCP server, or use iptables to deny DHCP requests to specific MACs, but wanted to know if there was an (easier?) way to configure the client to use the 172.10.10.1 DHCP server instead of the 172.10.0.1 server?

View 1 Replies View Related

Networking :: Configure Dhcp Server On Centos?

Feb 9, 2010

how to configure DHCP server on centos linux and how to configure FTP server on centos linux

View 2 Replies View Related

Networking :: How To Configure DNS Server & DNS Client In RHEL4?

Jul 5, 2009

How I am configure DNS Client and server in Redhat Linux 4 in my lab.I have total 5 computers and they are Lan connected.I want to make one of them server and the others are client.

View 1 Replies View Related

Networking :: Configure Multiple Public Ip One Server?

Mar 5, 2010

i have a commercial ISP connection with 5 IP addresses available and i want the following configuration note when i say domain group i am refering to a group of top level domains (not subdomains) owned by the same entity (company) with their A records pointed at the same public IP for a single server

[code]...

View 3 Replies View Related

Networking :: Configure A Server At Home On Ubuntu 10.04 ?

Jun 29, 2010

I try to configure a server at home on Ubuntu 10.04 (French Server)

I have 3 network :

eth1 for lan (IP FIX) 192.168.1.100
ppp0 for a vpn connection on an English Server (IP DHCP)
tun0 for openvpn i use it to connect to my French Server from Anywhere

I draw it here

My problem is when i activate my ppp0 connexion i can't connect tun0 because all port are redirect on ppp0 connexion (i can connect only when i'm on the LAN)

OF course i redirect the port of my IP Public to my French Server IP Private. If i don't activate the ppp0 connexion i can connect to my server with tun0 connexion from everywhere !

So i try do this redirection but it's not working and i don't no why ???

Code:
### Routing acces openvpn et vnc de la connexion ppp0 vers eth1
sudo iptables -t nat -A PREROUTING -j DNAT -i ppp0 -p udp --dport 1194 --to-destination 192.168.1.100

[Code]....

View 14 Replies View Related

Networking :: Unable To Configure Filezilla Ftp Server?

Oct 15, 2010

I have a dynamic IP connection. so i got hostname on [URL]. Now i want to configure a ftp server with that. I am choosing following options in the network configuration wizard:

1. default transer mode: passive
2. use server's external ip instead
3. get external ip address from the following address: XXXXXX.dyndns.org
4. ask opearting system for a port
5. test result:

[Code]....

View 13 Replies View Related

CentOS 5 Networking :: How To Install And Configure Vpn Server

Jun 17, 2010

i want to install and configure vpn server on centos 5.5 final i want to work it like that my server is in other city or country, i want to connect it in other city or country and want to use remote server internet on my computer.

View 1 Replies View Related

Ubuntu Networking :: How To Configure Squid Proxy Server

Mar 16, 2010

how-to configure squid proxy server. I still haven't been able to find a solution. I want to set up squid as a open http proxy server. So people from other networks can connect through the proxy without having to login.Do I have to use iptables to reroute http traffic to squids proxy port? I have forwarded the port in my ISP modem so I know thats working, its the squid config that has flaws or iptables locally.

View 1 Replies View Related

Networking :: Configure Network Traffic To Go Through Home Server?

Dec 28, 2010

How could I configure Ubuntu to be setup as follows...

Wireless Client ----> Wireless Router ----> Home Server ----> Internet

What is needed to make all of the wireless traffic go to my internet connection port. I will be having two ethernet cables plugged into the system one from the wireless router and one to my internet router.

View 1 Replies View Related

Networking :: Way To Configure Telnet Server Without Disable Firewall

Oct 13, 2010

I have a question about telnet.Is there any way to configure a telnet server without disable firewall.I am using redhat 5.2 and fedora 12.I have lack of knowledge about firewall.

View 1 Replies View Related

CentOS 5 Networking :: Documents On How To Operate And Configure VPN Server

Apr 12, 2009

i'm looking for any documents or video tutorial for How to Start VPN SERVER on Cent os 5, i'm going to make VPN accounts and set monthly bandwidth on each ,on my Server and let to client's to connect to server via VPN Connetion, such as [URL]...

View 1 Replies View Related

Fedora Networking :: Unable To Configure The Proxy Server And Authentication?

Aug 9, 2011

Am using Fedora 15, in which i was able to configure the proxy server and authentication. i confirmed this by configuring web broswer and it works. Now the problem is that i want to deploy it out to other computer system(client) i dont want to use the transparent proxy because the Proxy Authentication will not work.
I even tried to configure a DHCP server if it will work but i cant still configure for other computer system to work.

View 1 Replies View Related

Ubuntu Networking :: Configure A DHCP Server But When Try To Start It It Just Fails?

Jan 10, 2010

I'm trying to configure a DHCP server but when I try to start it it just fails.

Code:
log
Jan 10 16:25:52 SRV-LINUX00 dhcpd: Copyright 2004-2008 Internet Systems Consortium.

[code]....

View 5 Replies View Related

Ubuntu Networking :: Configure Second Ethernet Card For A Dhcp/dns Server?

Mar 2, 2010

i already have an eth0 configured to automatically get its info from dhcp.

but i wanna configure eth1 to be able to serve dhcp and dns. i havent configured either dns or dhcp server on the server box since i have not configured the serving interface.

so far my interfaces file is:

Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp

[Code]....

View 1 Replies View Related

Ubuntu Networking :: Configure Dante SOCKS Server To Route Through VPN?

Aug 31, 2010

I'm trying to configure dante so that it only connects to the internet through the PPTP VPN interface (which is ppp1). My configuration file is currently like this:

Code:
internal: 127.0.0.1 port = 3333
external: ppp1
method: username none
logoutput: stderr
user.notprivileged: abc

[Code]...

View 1 Replies View Related

UUbuntu Networking :: Configure Squid3 Et SquidGard On Server 10.04 For A School?

Sep 29, 2010

i'am trying to configure Squid3 et SquidGuard on ubuntu Server 10.04 for a school. I'm new in linux, before i post this thread, I searched in the french forum and www. I found nothing to help me to resolve this issue. You can see below to configuration file from Squid3. which is stored in /etc/squid3/

[Code]...

View 1 Replies View Related

Ubuntu Networking :: Configure 10.10 Server With A Secured Wireless Network?

Jan 13, 2011

how to configure an Ubuntu 10.10 server with a secured wireless network? I installed everything while it was wired, but I need to get it wireless. I downloaded the desktop to see if it could help me in configuring the wireless network, but it didn't help. how to configure wireless internet on an Ubuntu 10.10 Server in the terminal, which is preferred, or in the desktop.

When I type the command iwconfig, it shows eth1 being me wireless device. When I try and edit it, nothing changes! I don't know what I need to change other than the ESSID and the WEP key. I'm assuming I need to change the access point too, but it doesn't let me. Is there any specific order they must be changed in?

View 1 Replies View Related

Networking :: Configure Dhcp Server - Ip Is Not Getting Assigned To Client Machine

Nov 1, 2010

i hav configure dhcp server. but the ip is not getting assigned to my client machine.

View 3 Replies View Related

Networking :: Configure To Resolve For Hostnames When An IP Address Is Provided To DNS Server

May 21, 2010

How do we configure to resolve for hostnames when an IP address is provided to the DNS server.

Things I tried

The DNS daemon was started by the resolution failed. Find the logs below

** server can't find 11.127.168.192.in-addr.arpa: NXDOMAIN

View 4 Replies View Related







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