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
1
vote
1 answer

How to reserve a static-ip on Mikrotik router for a device that is attached to a fixed router's Ethernet port

I am trying hard to figure out how can I force any DHCP client device connects to the port ETH10 on Mikrotik router get assigned a fixed IP-address. Please note that the device MAC address is unknown and I will not reserve the static IP address…
Sina S.
  • 11
  • 1
  • 2
1
vote
0 answers

Using SQUID or other proxy for non-http traffic (Modbus/TCP)

I'm trying to figure out how to provide a proxy server for Modbus/TCP traffic. This is non-http traffic (industrial protocol), and usually connects to port 502. The purpose is to give remote devices a static IP address which they can connect to…
Ryan Griggs
  • 963
  • 2
  • 14
  • 29
1
vote
0 answers

DrayTek Single Static IP routing

This is the current configuration of our DrayTek Vigor 2925: dynamic IP configured on WAN1 WAN1 feeds LAN1 which is connected to a switch. LAN2 is currently connected to a Linux server. ISP gave a single static IP (NOT A BLOCK), gateway, subnet,…
1
vote
0 answers

Ubuntu - Inbound network access stops after setting a static IP

I am trying to setup a gateway server in my cloud network so all my servers(some who do not have an external IP) can access the internet via this gateway server. To achieve this, my first task is to configure the network interfaces on my servers…
Yashvit
  • 111
  • 3
1
vote
2 answers

What's the purpose of setting the static IP entries in a Linksys RV082 router?

I'm wanting to configure our Linksys RV082 wired router as our primary DHCP server and then have our Linksys WRT54G wireless router as a secondary DHCP server. My plan is to have them serve different ranges of IPs as shown below (showing host…
Matthew Rankin
  • 1,175
  • 5
  • 15
  • 32
1
vote
2 answers

Use 5 static IP addresses without NAT on hosts behind router behind Comcast Business IP Gateway

I have a VyOS router. VyOS is an OSS fork of Vyatta pre-Brocade/pre-Ubiquiti EdgeRouter. It has a DMZ fronting several servers that face the public and a private zone fronting our private WiFi and ethernet networks. We have previously been working…
Nick Williams
  • 153
  • 1
  • 7
1
vote
1 answer

How do I use my computer as a host for a website - given my IP is static?

I search online a lot for this but I was not able to find out how. My ISP gave me a static IP address. Now, I connected this ISP Line to a DLink DIR-850L and then put a LAN cable from the router to my system. I assigned a local static IP to my…
1
vote
0 answers

Static IP settings not getting saved on Windows 2012 R2 aws ec2

I am having AWS ec2 windows 2012 R2 instance. I want to assign 3 private IPs to it. I assigned them into AWS console. Now when I tried to set it on the actual server, from Network adapter settings first time it got saved. When I did ipconfig /all it…
1
vote
1 answer

OpenVPN not routing via default route

I set up a OpenVPN server for subnet 10.8.0.0/24 which has limited access to the internal network. Additionally I want to configure 10.8.1.0/24 manually with static IPs for selected clients to give them additional permission (e.g. SSH…
Dero
  • 185
  • 1
  • 14
1
vote
2 answers

ip address changed only after reboot

I have this in etc/network/interfaces : auto eth0 iface eth0 inet static address 192.168.1.119 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 8.8.8.8 8.8.4.4 I don't use network…
trogne
  • 161
  • 1
  • 9
1
vote
0 answers

How to allow workstations to use static routes from windows server

I have an MPLS network with 5 connected offices. All of the workstations can login to the domain controller at the main office. The DC at the main office can see all of the workstations at all of the offices. The DC has a static routing table for…
kw1162
  • 11
  • 2
1
vote
1 answer

Ubuntu 16.04 bonding config not working

I have a weird problem with my bonding setup. Yesterday I've tried to install Pi Hole on my Ubuntu 16.04 server and it messed up my bonding. I've uninstalled Pi Hole, but it's not working anymore. My /etc/network/interfaces: auto lo iface lo inet…
1
vote
0 answers

Validating DHCP Rebroadcast by Router?

I have a datacenter network in which I need to test DHCP across subnets. I have a smart switch which is configured to rebroadcast DHCP requests in any subnet to the broadcast address in my admin network, 10.1.0.255. As nothing is yet managed by…
Naftuli Kay
  • 1,708
  • 6
  • 24
  • 44
1
vote
1 answer

How can I assign OpenVPN clients static IPs?

I am trying to work out how to assign my various OpenVPN clients static IPs every time they connect. I have found multiple posts explaining how to do it when OpenVPN is on a PC, but not when it is on a DD-WRT based router. I understand it will…
Richard Lapthorn
  • 81
  • 1
  • 2
  • 6
1
vote
3 answers

Setting a static IP exactly as the dynamic IP yields loss of connection

Before I start I would like to point out that I do not want to get hung up on DNS issues with this question. EVEN IF DNS issues are apparent that would have nothing to do with basic IP traffic and that's what this question is about. I was…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35