Questions tagged [static-ip]

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

318 questions
0
votes
1 answer

assign auto static ip on ubuntu 10.04

I'm trying to set auto static ip. I've set the content of /etc/network/interfaces to be: auto lo auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1. and /etc/resolv.conf to be: nameserver 192.168.1.1. It…
Forge
  • 107
  • 5
0
votes
3 answers

How to set static private address for node running under VMWare?

I am running Ubuntu 10.10 in VMWare Player under Windows 7. Each time I reboot the node, it gets a different private IP address (I can see this with ifconfig). I would like my VMWare node to keep the same private IP address after each reboot. I am…
Jérôme Verstrynge
  • 4,787
  • 7
  • 24
  • 35
0
votes
2 answers

HOw to give static ip to router from window XP LAN

I have the USB modem internet connection. I am using ICS sharing in XP to share my internet connection. ON window XP LAN i have set up the LAN IP as 192.168.137.1 255.255.255.0 Now i have joined the cable from that XP LAN to another LAPTOP running…
John
0
votes
2 answers

Communication between two different network id

How can two hosts with different network-id communicate with each other? 10.17.101.16 /24 needs to communicate with 10.17.102.16 /24 I was able to make communication by changing them to same network-id by changing subnet mask. But is it the only way…
Vicky
  • 171
  • 1
  • 11
0
votes
1 answer

How do I assign a static IP address to a Win 2008 VPN server?

I am setting up a VPN to a Windows Server 2008 box at my hosting provider. I actually do have it working already and am using a static IP range to assign addresses to my VPN clients in the range of 192.168.42.101-150. As I said, it works fine, but…
0
votes
2 answers

win7 internet access blocked when using a particular static ip

one machine on the domain has had the same static internal ip a long time, serving a couple small sites. All of a sudden internet connectivity is not available, although the LAN is. Switching to dhcp gets a new dynamic address which then works.…
datatoo
  • 351
  • 3
  • 12
0
votes
1 answer

HP LaserJet 4250 Printer Networking Problems

We've been trying to assign a static IP address to an HP LaserJet 4250 Printer. When we click on the networking tab it asks for a username and password, however it says the admin user is Unauthorized. We've tried IE 8, Firefox, and Chrome and have…
MHrappstead
0
votes
2 answers

What are the advantages and disadvantages of using Exchange in native mode vs pop3 connector

I've a client which has Exchange 2010 installed. He is thinking to have POP3 connector to get all emails from his provider as opposed to native redirection of all MX records to this server. He feels safer that emails are never lost there when he…
MadBoy
  • 3,725
  • 15
  • 63
  • 94
0
votes
2 answers

Why is awstats reporting my static IP instead of Domain Name?

In AWStats under: "Links from an external page (other web sites except search engines)" it has generated a list of pages that had linked to my page. I see pages like: Bing, YouTube, HotFrog, etc.. However, there are many internal links within the…
Austin
  • 15
  • 2
  • 7
0
votes
4 answers

Problem Assigning Static IP to CentOS Server

We have a sandbox server running CentOS that we run inside our office. Our ISP has assigned us a block of 5 static IPs. We now want to assign it a static IP. DEVICE=eth0 BOOTPROTO=none # have also tried "static"…
nategood
  • 165
  • 1
  • 10
0
votes
0 answers

Port forwarding multipass instance on windows 10 (hyper-v manager)

I'm currently using Multipass on my Windows 10 machine and I'm having trouble setting up virtual switch for my Multipass instance. I want to create a mail server and send mails over the internet. Can someone guide me on how to properly configure…
0
votes
1 answer

How to set a static IP for client on OpenVPN server with duplicate-cn?

To set static IP for clients with distinct certs, we can set static IP for clients following jdmorei's answer. However, If duplicate-cn is set on the server side, so that many clients share the same cert, how can I set static IP for a specific…
Youran
  • 101
  • 3
0
votes
0 answers

Static IPv6 LAN address while using SLAAC for global unicast

I have some IPv6 nodes in two IPv6 networks. There is a single IPv6 router, link-local to all nodes. The router sends out router advertisements(RA) containing two prefixes for the two networks. The nodes in the network accept the RA and create two…
0
votes
0 answers

Can't reach my static ip from outside of country

I want to access my cctv cameras from outside of country everything looks fine on the cctv network like ports and static ip but i cant check my cameras on ivms-4500 application . please help thank you
0
votes
0 answers

How to setup PPTP on a remote Ubuntu server with static and only one network interface?

I am trying to setup PPTP server on a remote dedicated server with only one static IP and on network interface and I am very confused about how to enable, I have no subnet on the dedicated server it is directly connected to the internet with an…
Max
  • 113
  • 1
  • 4