Ubuntu Networking :: Create A Website Name For IP Address?
Mar 11, 2010
I have 10 systems working on LAN with fixed IP given to all the 10. I have ubuntu installed. "ifconfig" shows my IP on eth0 interface. Query : I've my blog at /var/www with Apache installed and it works fine when i give the IP address of eth0 (Not 127.0.0.1). And it works from any system when i gve the IP address.* How can i change the IP address to a simple URL. Eg: Instead of I've tried:1) Adding entry to hosts & configuring httpd.conf in apache. Did not work.2) I don't want any bind, as it should be accesible only within the LAN
View 9 Replies
ADVERTISEMENT
Mar 25, 2011
how do i teun an IPaddress in to a website name that i payed for? useing apachie 2. think stupid what line number to enter what code(s) i use notepad++ to edit system files with coreftp and putty by my side.
View 6 Replies
View Related
Oct 3, 2010
The issue I'm having is that browsers in Ubuntu 10.04 stall at the part of the process for loading web pages that is noted by the "Looking Up (website address)...". The page eventually continues to load, but it takes a long time. This problem effects all browsers on the machine (tried Firefox and Chromium). It is not a problem with the connection, because a Windows 7 laptop and even the Windows XP partition on the Ubuntu machine function as they should.
View 9 Replies
View Related
Nov 6, 2010
We have Verizon as our ISP with a dynamic IP address. We published our website but the IP changes frequently. How can we set Network address translator(NAT) so our website can be published regardless of IP changes? We don't have domain name and have no intention for one.
View 2 Replies
View Related
Apr 18, 2010
My new line provider/ISP won't give me a static IP address - it's DHCP or nothing. Is there some trick I can use to allow myself to host a web page? I was thinking of getting a static address elsewhere, like at my sometime place of employment, and redirecting, but it just moves the problem downstream.Realistically, assume I leave my computer on and hardly ever reboot (CentOS is pretty stable), then will I typically keepthe same address for weeks or months at a time? If so, I could live with logging in to my registrar a few times a year to change the address, as bizarre as that would be
View 5 Replies
View Related
Mar 24, 2010
I'm trying to create an script so that the mac address get changed at the boot for every interface in the computer (eth0, wlan0, etc...).
I've tried with
Code:
for IFACE in $(ifconfig -a -s | egrep -v "^(lo|Iface)" | cut -f 1 -d" ")
do
macchanger -r $IFACE
done
and with
[Code]....
It would also be nice if there was a little program which would ask you at the boot if you want to change the mac address.
View 2 Replies
View Related
Jan 5, 2011
I have been playing with Linux consistently for a couple of months now. I've been a Windows sys. admin for most of my career, so Linux is pretty strange for me. I started off with computers way back with the TRS-80 and then eventually moved to DOS systems. So the command line interface (CLI) of Linux was not completely alien to me, yet my lack of knowledge on the syntax and commands is holding me back. I have come a long way.
Recently I needed to play around with some DNS settings and one of the commands I used frequently in Windows, IPCONFIG /ALL, doesn't have a direct relative that displayed the same information. If you run ifconfig, it doesn't return the DNS servers you are currently using. You have to run a separate command to retrieve that information.
What I have done is created a super simple script that displays the network information for my primary LAN adapter, which is ETH0 in my case. After that, it shows the domain and name server information. Then it pauses for 20 seconds before closing the terminal window.
Here are the contents of the script file:
ifconfig -a eth0
cat /etc/resolv.conf
sleep 20
I simply right-clicked the Linux desktop, choose Create Document, Empty File. I named it something like Network Info. Then I opened it and put this information in it, saved it, and closed it. I renamed the file and added a .sh extension to the end which makes it into a script file. Next, right-click the script and go to properties. In the Permissions tab, check the box next to Execute: Allow executing file as a program. Then click close.
To run the script, just double-click the icon and then click Run In Terminal at the prompt. The terminal window opens, displays the information, and exits after 20 seconds. If you need it longer than that or need a different interface (such as wlan0 for your wireless), you can change or even add that in.
This was all done in Ubuntu 10.10. I know it is very simple and very straight forward and welcome thoughts and feedback about simpler ways to do this. For me, the old-school Windows admin, it's a baby step in the right direction. I am really enjoying learning the Linux OS.
View 7 Replies
View Related
Sep 13, 2010
I have just made a change in my internet setup. I basically connected another router to the existing one and everything appeared to work fine until I went to a bookmark with www in the address and no, it does not connect. Trying some other pages and it really is the www that screws it up: For instance URL... does not work whereas URL...does. What is wrong??I could go back to the old setting but obviously i have a reason for the second router which is setting up a small network for printer and file sharing.
View 1 Replies
View Related
Jan 18, 2010
We have a server that needs to be hi availablility.
The problem is, sometimes our internet winks out for a few minutes.
We decided that we wanted to get two seperate lines to our server, and so they would be two different ip addresses.
What out there would allow us to serve apache on www.mywebsite.com on more than one ip, and, if we can, do load balancing?
View 6 Replies
View Related
Jun 2, 2011
I have my server however I cannot access the website outside my network. How do use a domain name from godaddy to link it?
View 1 Replies
View Related
Feb 14, 2010
I am using apache web server for my website. I have the main page up and I want to create another page. For example, I want to have "thisiswhatiwant" being the page I want to add
View 1 Replies
View Related
Nov 11, 2010
What tools are available in order to create flash files from several JPGs?
This would be to enhance a website
View 3 Replies
View Related
Apr 4, 2010
I wanted to start a website on fedora 12.But dont know how to proceed.Website is to be build for college.I know how to setup localhost on fedora 12.But there are certain points like "webspace" and "domain name".Can I have my own DNS server?...then how to set it up..? how build a website on fedora 12...? What to purschase...? What can be done without purchase..?
View 5 Replies
View Related
Jan 12, 2010
I'm trying to install a new ubunto server , to create a video streaming website , and live legal channel broadcasting. what all I should install in my server to broadcast my channels. Channel stream uses windows media player or flash player. Dynamic content can be managed with PHP programming language How do justin Tv or livestream , get video from users to broadcast channels ? [URL]
View 2 Replies
View Related
Mar 19, 2009
how to create a website using LAMP. Take completed website and port to a web server and run.
System I am currently running an HP Pavillion laptop 500G HD, 6G RAM, dual boot Fedora 10 and Vista.
Questions: How should I partition HD to allow functionality of LAMP and to later transfer to a online webserver.
I have read several different rational on partitioning the disk. Do I really need a /tmp, /var? Currently I have / /boot, /swap, /home, /usr. Is this okay to start? Will it make transferring the project more difficult for "official use?
Should I not use the laptop at all and create a separate machine for this purpose only?
View 6 Replies
View Related
Feb 14, 2010
I wanted to create and host a simple website using LAMP and Drupal. I read an article in a Linux magazine a while back on how to do this, but can't seem to find any instructions. Can someone direct me to a site or link that has step by step instructions on setting up lamp and drupal?
View 9 Replies
View Related
Mar 8, 2010
I want to create a simple website which can communicate with unix server.For example i want to run some command on a unix server through a website.
View 10 Replies
View Related
Feb 24, 2010
Currently my OS is Ubuntu 9.04 Jaunty Jackalope Desktop OS and my web server is Apache2. I have a public address 60.x.y.z and my pc local address is 10.x.y.z. I have a web app in my Apache2 which currently run in localhost(10.x.y.z).
I would like to enable the web app so that it could be browse from outside. I know there maybe some port forwarding process and some commands involved in order to do that. But I have no idea on the steps to do that.
View 5 Replies
View Related
Dec 16, 2010
Version 10.04 LTS. Installed desktop version and network worked but I needed a static IP address and the install configures for a DHCP configured address. I tried changing to static address using the System->Preferences->Network Connections application but was unable to get the system to come up with the network up.
So I manually modified the /etc/network/interfaces and the /etc/resolv.conf files. I restart the system but when I do an ifconfig, I don't see a configured IP address on eth0 (only the loopback address). If I run /sbin/ifup eth0 everything then works fine and ifconfig shows the correct address bound to eth0.
My files are as follows:
View 2 Replies
View Related
Mar 12, 2011
I'm running Ubuntu 10.10 and I'm having problems trying to assign it a static IP address. No matter what I put in the Preferences->Networking area (identifying the interface as Manual)... it still will query DHCP for an address if I run the dhclient command. I'm using to using ubuntu server where I just set the IP in the interfaces config file.
View 1 Replies
View Related
Apr 18, 2010
I open Firefox, Some Website Works, on some other Website Firefox Says "Connecting to...",but all the Sites I have Tested working on my Windows 7.
View 3 Replies
View Related
May 12, 2011
I am working on implementing a protocol on NS2.34 .I really need help to solve this problem . Actually , I don't now whether the problem is generated by the tcl code or the c++ code when I run the simulation, I get this result :
Code:
num_nodes is set 64
INITIALIZE THE LIST xListHead
34
45
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
SORTING LISTS ...DONE!
code....
View 1 Replies
View Related
Apr 24, 2010
Consider the following program:
Code:
#include <stdio.h>
#include <stdint.h>
[code]...
View 2 Replies
View Related
May 7, 2010
I am running my own Postfix mail server. Some time ago I noticed that most email was rejected because of the server's dynamic IP address. So I got a fixed IP address. However then I noticed that some mails got rejected due to failing the reverse DNS check. So my ISP told me to get a range of IP addresses and they could then create a PTR record for one of those addresses. That is now running but it turns out that the IP address used for the PTR record is a ... dynamic IP address. So Spamhaus PBL rejects my emails again.
View 1 Replies
View Related
Oct 6, 2010
In my job I use some ethernet embedded devices. They take an ip address from dhcp server or auto ip. I only know mac address.How can I obtain ip from mac address? In other words I need a rarp packet generator.
View 6 Replies
View Related
Jun 7, 2009
I have a few external IP's assigned to me by my ISP. I have IPcop as my router/firewall. I am wondering how to bind 1 of my external ip's to my internal ip address. So I do not have to port forward, etc. For Example, 77.77.77.77 to 192.168.1.123 and on the server it see's the external IP address.
View 2 Replies
View Related
Jan 30, 2010
Working on ubuntu server for 1st time and need to create a new email address.The server has postfix
View 4 Replies
View Related
Mar 13, 2010
I can't seem to get on my Twinkle SIP Phone, it says: "Failed to create a UDP Socket (SIP) on port 5060 Address already in use" after that message it brings me back to the window were I'm supposed to run my profile, how do I fix this?
View 6 Replies
View Related
Oct 28, 2010
I dont know for what reason, since 2 days, I started having this message whenever I try to start httpd.I commented "Listen 443", restarted httpd started correctly. I needed to comment "listen 443" in order to be able to start httpdWhat is strange is when I do
Code:
telnet mylinux 443
it responds
[code]...
View 9 Replies
View Related
May 29, 2011
how to assign a address to my ethernet card all the options available
View 1 Replies
View Related