Skip to main content

Thread: How do I connect my Ubuntu server with a static IP?


i installed ubuntu server on little home server have , it's working great except took client's house , has static ip on home network. set on wireless switch , laptop in house connects fine except machines windows. when came time connect ubuntu server on static ip couldn't figure out.

changed file /etc/network/interfaces change dhcp connection static connection using credentials, here's how looked:

iface eth0 inet static
address 184.70.214.xxx
netmask 255.255.255.xxx
network 184.70.214.0
broadcast 184.70.214.0
gateway 184.70.214.xxx
dns-nameserver 64.59.135.xxx 64.59.128.xxx

set address static ip given isp. set netmask subnet mask given , set gateway gateway given.

i'm not sure set rest to, guessed based on came on google, right? there else need change? ran few commands afterwards:
code:
sudo ifdown eth0  sudo ifup eth0  sudo service networking restart
what else need do? when @ connected devices in administrative panel wireless switch it's not listed when on dhcp. , when forward static ip through port 80 internal ip of server (192.168.0.101) "page not found" because it's not connected static ip service.

ideas? thanks. isp shaw if matters , port 80 open.

hi,

clarify setup little me?

have router static public ip , nodes in local network set static lan (private) ips, or nodes assigned different static public ips?


Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] How do I connect my Ubuntu server with a static IP?


Ubuntu

Comments

Popular posts from this blog

Thread: Can not create raid array: mdadm: no raid-devices specified.

Thread: HOW TO: Package and theme GTK+ / Gtkmm apps in Linux for Windows

Thread: Twinview issues