Debian :: Server Setup With Static IP Not Accessible

Jan 22, 2011

I setup a server last night and was able to remotely connect to it and access the internet with it. However, now that I have setup /etc/network/interfaces so that the server will have a static IP address, I cannot access the server remotely. Also, from the server itself, I cannot access the internet. Ping provides "unkown host" for any website I try. How do I fix this?! I don't know why this is happening.

Here is my interfaces file:
Code: ...
#The primary network interface
allow-hotplug eth0
# also tried with and without auto eth0
# auto eth0
iface eth0 inet static
address 192.168.133
netmask 225.225.225.0
gateway 192.168.1.1 This is the only NIC on the server.

Here is ifconfig:
Code: eth0
Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr: 192.168.1.133 Bcast:192.168.1.225 Mask:225.225.225.0
UP BROACAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txpueuelen:1000
RX bytes:0 (0.0 B) TX bytes: 0 (0.0 B)
Interupt: 29

View 2 Replies


ADVERTISEMENT

Ubuntu :: Server Static IP Setup But Still Giving Dynamic IP's

Mar 21, 2010

I have setup like instructed in online tutorials.

Here is a copy of my interfaces file:

Code:

Code:

View 9 Replies View Related

Networking :: Setup Static IP Routes On 4 Debian Machines?

Oct 30, 2009

I have 4 debian boxes networked together through a basic 5 port switch. I am trying to simulate 2 Local Area Networks joined together by a WAN. Right now I can communicate with A <--> B, B<----> C, C<----->D. However, I cannot communicate with Host A to Host D which is the whole point of this experiment. It has to be my static routing is not right. This is a confusing area to me. Right now my routes are

[code]....

View 1 Replies View Related

CentOS 5 Networking :: Setup Public Accessible VPN On The Internet?

Jul 8, 2011

I am running CentOS release 5.6 (Final) and have successfully installed PPTPD and this works great internally.

I want to access my Linux box remotely on the internet via my VPN tunnel. However I am not sure what I need to do on the Linux box to make this happen. My linux box is multihomed as follows

PSTN WWW <===========> ADSL Router Firewall <----------------> [eth1 192.168.x.x] Linux Box [eth0 172.16.x.x] <-----> to LAN

The desired topology is as shown.

VPN Client <------> Home ADSL Router <======= PSTN WWW =======> ADSL Router <------> eth1 Linux Box

1. The VPN is setup and bound to eth1 and eth0 and works well internally

2. IPSec, GRE and PPTP rules have been declared on the router which port map to eth1

However I am still unable to setup a VPN connection to Linux Box I suspect something hasn't been done or I have setup my NATing or IPTables correctly on the linux box.

View 4 Replies View Related

Debian :: Ubuntu Local Mirror Setup For FAI Server Setup?

Apr 24, 2011

I want to setup a FAI server for which I was looking for the best method of mirroring the Debian Lenny. I want to setup a local mirror with the best method available for mirroring. If it is ftpsync, please provide me some best ways of doing it. I tried ftpsync mirroring but that was not getting properly working due to insufficient I want this mirror to be accessible in my FAI setup so that I can start the installation on multiple machines and start the updates and package installation to be done from the same local mirror.

View 1 Replies View Related

Software :: Can't Setup Static IP?

Jan 15, 2010

Problem to setup static IP

Host - Fedora 12 64bit
KVM - virtualization software
VM04 - Fedora 12 64bit

[code]....

View 2 Replies View Related

Fedora Networking :: How To Setup Static Ip On 14

Jan 27, 2011

i was trying to setup a static ip in order to forward ports but with no luck. I need to setup these:

- IP address: 192.168.1.2
- Subnet mask: 255.255.255.0
- Default gateway: 192.168.1.1
- Preferred DNS Server: 192.168.1.1

View 5 Replies View Related

Networking :: Static Network Setup?

Aug 16, 2010

I have a fresh install of Centos 5.x and I'm having issues on setting up the network...i know i have to edit/etc/sysconfig/network-script/ifcfg-eth0 and create an ifcfg-eth0:0 right?im just having issues getting everything setup correctly.my network setup:Router IP: 192.168.2.1IPs on network: 192.168.2.xNetmask: 255.255.255.0

View 3 Replies View Related

Ubuntu Networking :: Setup A Static IP If Have No Router?

Dec 1, 2010

I am trying to set up SSH so that I can edit files on a home server (linux). I know this question has been asked many times before, but none of the answers seem to apply to me.

Here's my setup. I have the modem connected to a switch (wired) that connects 2 PCs to the internet (one desktop, one server, both wired).

All of the threads I see that discuss static IPs seem to require that I set up a router. Is this necessary? Can I still transfer files through a switch?

View 9 Replies View Related

Networking :: How To Setup Static Routes - Gateway ?

Jan 18, 2011

I have a temporary system up with wlan0 and eth2.

I want the eth0 address to be the gateway for accessing the internet on wlan0.

How do I setup static routes?

I'm not too keen with networking...

Code:

View 1 Replies View Related

General :: Setup Static Ip Address Via Terminal?

Jul 12, 2011

I imagine that there is already a thread for setting up a static IP, but I haven't been able to find it yet, so here we go.I have recently installed Fedora 15 on home machine. I have a very simple home network. Belkin wireless router with Window and Linux systems. The router is setup to be DHCP server. Router is setup to have lease time = Forever. Even with this setup, my router is assigning different IP address for my linux machine every time I boot the machine. So I would like to setup a static IP on my Linux.From my research so far, I'm suppose to make some changes to the file /etc/sysconfig/network-scripts/ifcfg-eth0. But I don't have this file in this folder. Should I just create this fil

View 3 Replies View Related

Slackware :: How To Setup Persistent Static Routes

Mar 23, 2011

how to setup persistent static routes in slackware? does slackware have some text file editing method like debian or redhat. ?

View 5 Replies View Related

Ubuntu Networking :: NM-Applet Static IP Setup On WLAN

Oct 7, 2010

I'm trying to use the nm-applet tool get a static ip on my wlan. I've created a configuration and set up the IPV4 settings ok but I can't figure out how to stop nm-applet from creating and using the auto wlan configuration. I've tried deleting the auto config but it seems to recreate it when I try to use wireless again. How to make the manual config the default or permanently disable the auto (dhcp) config?

View 2 Replies View Related

CentOS 5 Networking :: DHCP Work But Not Able To Setup Static IP?

May 26, 2010

I am having several boxex with centos on it. No pb. I have recently setup a new box with centos 5.4 and I am not able to get the network working on it when configuring a static ip.I've configured eth0 and dns using "setup": unsuccessfulI've used the network config GUI: unsuccessfulAnd it is working very well when I let the dhcp getting the setting.I need a static IP.Here is the getinfo output when static ip setup, and below it, the getinfo for dhcp setting

== BEGIN uname -rmi ==
2.6.18-194.3.1.el5 i686 i386
== END uname -rmi ==

[code]....

View 3 Replies View Related

Fedora Networking :: Unable To Setup Etho With Static Ip Adress

Dec 10, 2010

I'm not able to set up eth0 with a static ip adress.service network restart and it was okkay but when I try to turn off and turn on, the ip adress is set up with dhcp.

View 7 Replies View Related

OpenSUSE Network :: Setup Fast Apache - Launch Static Html Pages

May 22, 2011

I would like to set-up a pretty fast a running apache. I would like to use him so to launch a pretty small web site of 10 static html pages. At this time there is no security concerns (even though I want to do it right) , because the computer has not even ethernet cable. I have some experience, 8 years ago I Was setting up virtual hosts in fedora, so this process is not a blackbox for me.

View 9 Replies View Related

CentOS 5 :: Web Server Accessible From Outside?

Sep 23, 2010

I am on home internet access so it does not have a fix IP. I would like to set my web server to be accesible from outside. So what I do? First I must set my router to point access for port 80 to this machine. Then in the machine I open port 80 right? Then what software must I install is it no-ip?

View 3 Replies View Related

Debian :: How To Setup A Server

Dec 14, 2010

I work for a small business that is in need of a web host change, because we're apparently getting too big for our current web host. Being the IT tech for the small business, it's up to me to get this website of ours moved to something that can host us with no trouble. After doing research and listening to other local small businesses with similar problems, we've decided to settle with Amazon's EC2 service. Since their "instances" will almost act like virtual private servers with our own choice of OS, and offering a pay what you use service with seemingly no limits, it fits our demands quite well. But, before we just go sign up and try to get this working, I need to first try and figure out how this is done. Truth be told, I have never once set up my own server, so this is mostly completely foreign to me, though I am willing to learn whatever it takes to get this done.

How exactly does this involve Debian, you ask? I'll explain. Before I took over as the IT tech, the previous guy (who left and moved away to earn his PhD) helped me learn a little bit of stuff before he left. He did so by having the business buy the necessary pieces to build a computer from scratch, and installed Debian as the OS. I learned enough Debian to do simple things like use the terminal, setting up crontab and other innocuous little things. It wasn't until after he had left that we found out that our current web host is finding our website getting too big for them to handle. As I still remain in contact with the previous guy in between his work on his PhD, he agreed with our choice on using Amazon EC2 as our host, but also suggested before starting up with them, to attempt to see if I can get the website to work on this Debian machine, and to mimic the same procedure on the Amazon instance once we sign up to make the change as quick as possible.

The problem with this stems back to what I said earlier, in that I have no idea how to set up a web server, and my knowledge with Debian is quite limited. I have no idea how to set up our website (which I have downloaded everything for it already) on this machine so I can see if it works, and then replicate the work on the Amazon instance (to which I would choose Debian as the OS). I figured there must be guides somewhere to help an idiot like myself in doing this, but I've had little luck in finding anything of the sort. The best I have found was installing LAMP and ensuring Apache, PHP and MySQL (the languages our website uses) and have followed that, but beyond that I have no further idea. Other guides I have found really only teach how to install other languages and packages that our website doesn't use. Which is why I'm here.

View 14 Replies View Related

Server :: Samba Share Not Accessible Using OEL 5.4

Apr 27, 2010

using OEL 5.4, which uses Gnome 2.16 interface I can see my share from Windows, but whatever I do, I get messages that my share is not accessible. The whole user thing is quite complex, dont understand what user I should use on Windows, what password, what user should have what rights on linux.

I'll post smb.conf tomorrow ... The problem is that Windows lacks any decent error message, stating what kind of error message. Is there no Samba client for Windows?

View 6 Replies View Related

Server :: Sites Gets Downloaded And Is Not Accessible?

Feb 4, 2011

I used vmware to create a guest OS in vmware.The IP of Guest Ubuntu is 192.168.43.129 and that of host Ubuntu is 192.168.1.3

Here is apache log when I access the site on machine where it actually is (guest os) as http://localhost

the apache log shows

Quote:

127.0.0.1 - - [04/Feb/2011:22:18:29 +0530] "GET /some/templates/default/images/ButtonsBack.gif HTTP/1.1" 304 - "http://localhost/some/templates/default/delos.css" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8"

[Code]....

View 2 Replies View Related

Server :: Portal Accessible Only Via HTTPS?

Jun 20, 2011

I'm installing Liferay as a WAR on Tomcat 6 on a new Ubuntu server.I want my portal accessible only via HTTPS, that's why I've enabled it via Apache.My config :Apache 2 (/etc/apache2/sites-enabled/001-https)

Code:
<VirtualHost my.domain.com:443>
ServerAdmin admin@domain.com

[code]....

View 6 Replies View Related

Debian :: Drives Not Accessible In Windows Xp?

Mar 22, 2011

i have configured the samba as pdc in debian squeeze,in the "View Workgroup Computers" window of windows xp there is linux shared folder icon but when want
to open the folder get this error: \LinuxcpShared is not accessible. you might not have the permissions to use the network resources. Contact the administrator of this server to find out if you have access permissions.

View 1 Replies View Related

Debian :: How To Setup A Home Server

Feb 14, 2010

I want to try and set up a server on a home PC, using Debian of course, rather than on a remote server. hosting web pages, a mail server and a file server etc. Installation looks fairly straightforward. However, there are one or two things that are not too clear to me:

A. Is it best to connect the server using Ethernet or is wireless OK with network manager or wicd or doesn't it matter? Answer: Wired ethernet is best

B. if the IP of my desktop Debian (wireless) has the same IP as the server, how do I connect from my desktop? The router has its own static IP address but assigns two different IP addresses, one to the desktop computer and the other to the PC being used as a server.

C. I have a static IP and a domain.com without hosting but it's status is "parked". Not too sure what this implies. [When domain is "parked" it means it is still hosted by the company that registered it. So it's necessary to "unpark" it.] It was very easy to unpark the domain as explained in a reply post below.

D. setting up DNS with the static IP? [Answer: in the case of the company i registered with, I didn't have to set up any DNS because the domain works with the company name servers, so it was much less complicated than i imagined.]

E. I seem to have only ONE Primary DNS for my connection.

F. it's better on a server to have no Desktop. It looks easy enough to install but, accustomed though I am to the CLI. configuring without cut and paste is very tedious.Can anyone suggest a way round this? I've thought of trying to use the lynx browser and nano. [Answer: Best to install the server without a Desktop. For editing files I used PuTTy, which enables me to cut and paste and nano having found vi pretty unfriendly. One day i'll get round to using vi or vim which may be more than a blast from the past! Once the thing is fully set up it would be nice to connect to the server from the first desktop computer using GUI tools.

View 14 Replies View Related

Debian :: Mail And IM Server Setup ?

Aug 22, 2011

I would like to set up a mail and instant messaging server running on squeeze.It will be running on a 1ghz celeron (pentium 3 era) with 1gb ram and 10gb hdd (I'm assuming these are high enough specs) It will have less than 10 accounts and probably no webserver (not sure if good idea). I am also unsure of what IM protocols would be best for this. I would prefer to do all this from the command line if possible (so long as it's not too hard) and preferably from a remote machine (so SSH?) I prefer IMAP if possible but pop3 and smtp are also fine. I would also like to be able to connect remotely with encryption (not a big requirement -just a nice feature)

View 4 Replies View Related

Server :: Setup A DNS Using Debian Lenny?

Jan 3, 2010

I'm attempting to set up a DNS server using Debian Lenny. I followed the instructions on this page:

[URL]

and it's not resolving domain names.

View 14 Replies View Related

Fedora :: Private BInd DNS Server Not Accessible To Other?

Sep 22, 2009

i am working on fedora 10 and configured dns on my college lan which already has it's dns at 192.168.5.20 .So i configured my private dns server at 192.168.101.91 which is my ip too.And the domain name is the host name of my system for example server.onkie.com.MY dns port 53 is shown when i do nmap localhost but but doesnt show when i do nmap 192.168.101.91 .Also when tested my server on other computers on my lan with there primary dns as 192.168.5.20 and secondary as 192.168.101.91 they cant access my site at my system with the name server.onkie.com . nmap localhost

[Code]...

View 1 Replies View Related

Fedora Servers :: BInd DNS Server Not Accessible To Other?

Sep 22, 2009

I am working on fedora 10 and configured dns on my college lan which already has it's dns at 192.168.5.20 .So i configured my private dns server at 192.168.101.91 which is my ip too.And the domain name is the host name of my system for example server.onkie.com.MY dns port 53 is shown when i do nmap localhost but but doesnt show when i do nmap 192.168.101.91 .Also when tested my server on other computers on my lan with there primary dns as 192.168.5.20 and secondary as 192.168.101.91 they cant access my site at my system with the name [URL].. . nmap localhost

Starting Nmap 5.00 ( http://nmap.org ) at 2009-09-22 21:24 IST
Interesting ports on onkar (127.0.0.1):
Not shown: 993 closed ports
PORT STATE SERVICE
22/tcp open ssh
53/tcp open domain ----the dns is running

[Code]...

I already disabled my selinux and iptables ..but then also it's not accessible in Lan .

View 1 Replies View Related

Fedora :: Create Server Accessible Through The Wan Port?

Nov 26, 2009

My school computer Crasht, so i thoug hey i wana create a linux server, so do anyone know how to make a Fedora server that can be acest thru the wanport ( acest thru the web ) for sharing school stuff etc ... any one know? or know where i shoud look for manuals?

View 1 Replies View Related

OpenSUSE :: Gnome3 - Check Whether Server Accessible

May 13, 2011

Cannot access installation media
Index of /repositories/GNOME:/STABLE:/3.0/openSUSE_11.4
GNOME:STABLE:3.0 (Medium 1).
Check whether the server is accessible.

Index of /repositories/GNOME:/STABLE:/3.0/openSUSE_11.4
File './x86_64/Mesa-7.10-1.2.x86_64.rpm' not found on medium '[URL]'
Fresh Install. Used Gnome3 link from here
openSUSE:GNOME 3.0 - openSUSE

Worked Yesterday. Not today

View 1 Replies View Related

Server :: Samba Shares Not Accessible / Enable It?

Oct 20, 2010

I have a samba server set up on my computer, and I can only access the shares over the network by loging in as my main user. This works for all shares, on any drive. When I log in using my fileshare guest account, I get the list of shares, but after selecting one to connect to, it gives an error that the server isn't available. Any share off the boot drive won't work. I don't know if it has to do with permissions, or it's a config problem.

View 5 Replies View Related







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