Questions tagged [ip]

IP - Internet Protocol, the most commonly-used set of rules for dispatching data across a large computer network.

IP (Internet Protocol) is a protocol which encapsulates data for transit across the Internet and encodes its source and destination addresses, among other parameters. It implements the network layer (layer 3) of the OSI model.

Questions related to IP (addressing, routing, and protocol issues) fall under this tag; questions merely containing an IP address do not.

2827 questions
1
vote
1 answer

changing IP address of websphere installation

i am not a websphere expert. we are migrating our websphere application to a different server (which has a different IP and hostname). we use WAS network deployment v 6.1. I came across some articles which describes the steps to change the hostname…
Kannan Lg
  • 133
  • 2
  • 7
1
vote
0 answers

Modems unable to acquire dhcp IPs

I work at an ISP where we use routers (7200) for dhcp. I recently reloaded one of our dhcp routers because we had complaints from many users unable to connect and the dhcp database file it was running on seemed corrupted (size was much less than…
Ugorji Nnanna
  • 43
  • 1
  • 5
1
vote
1 answer

Default to IPv6 Linux

I have IPv6 setup on Linux however it is not using IPv6 by default unless I specify it. For example: ssh -v HOSTNAME I see ssh connecting to the IPv4 address. The only way I can get it to use IPv6 is if I: ssh -6 HOSTNAME -or- ssh…
network-tech
  • 101
  • 1
  • 3
  • 7
1
vote
1 answer

Cannot establish IP communication with IBM Server Connectivity Module

I have attached an IBM Server Connectivity Module in Bay2 of our BladeCenter E and tried to setup some networking between an external unmanaged switch and the internal blade servers. I plugged a cable between port 1 of IBM SCM and another port in…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
1
vote
3 answers

Squid: restrict proxy_auth (userid) only from selectec sources (src ip)

I need a way to restrict userid (proxy_auth) only from authentic user pc (src ip). Because: a userX take lent a userid (login) from another user (boss user) and can access all sites without restrictions. I need to restrict that userid login can be…
EnioRM
  • 11
  • 1
  • 5
1
vote
0 answers

Wireless Bridging two Sonicwall Firewalls

We have two sites (essentially two small buildings side by side but we are unable to run CAT5 cable between them) which are currently linked via a wireless bridge. We will be splitting the sites so they are more independent, i.e a DHCP scope per…
PnP
  • 1,684
  • 8
  • 39
  • 65
1
vote
2 answers

Access switch management on network without dhcp

Could not find default IP of cisco router which was static. Issue is now solved see answer below :)
1
vote
3 answers

Possible to set up multiple virtual hosts on IP based server?

I currently have a web development staging environment set up on an IP based apache web server. There is no domain associated with it. So, it can only be accessed by typing in the IP for the URL (xxx.xxx.xxx.xxx). Is it possible to create another…
MAZUMA
  • 163
  • 1
  • 6
1
vote
2 answers

Forward 192.168.1.x to 95.211.x.x

I want to forward an internal IP address to an external one. So here's what I do: echo 1 > /proc/sys/net/ipv4/ip_forward Then I use iptables: iptables -t nat -A PREROUTING -s 192.168.1.x -j DNAT --to-destination 95.211.y.z iptables -t nat -A…
Emre S
  • 11
  • 1
1
vote
1 answer

what is the meaning of rip packet information?

my public IP is 89.75.42.70. Why RIP packet contains such information? I don't understand the IP notation and what it means. IP Address: 89.75.40.0, Metric: 1 Address Family: IP (2) IP Address: 89.75.40.0 (89.75.40.0) Metric: 1
user107788
1
vote
1 answer

How to configure network with two routers?

Is it possible to have two routers in the public accessible subnet? ->forward all traffic for [177.x.x.{3,5,7}] Internet --- [177.x.x.1] ------------------------------------ [177.x.x.3] / | \ …
static
  • 341
  • 2
  • 4
  • 16
1
vote
1 answer

OpenVPN doesn't reserve static IP

I've set up a functioning OpenVPN net (with routing)... everything works but the IP reservation. I've a "special" client certificate associated with a IP reservation on my server. I did all the configs: created the ccd folder with the CN of the…
peperunas
  • 125
  • 10
1
vote
3 answers

How does a remote IP address resolve to localhost?

I just noticed this strange warning in my syslog: postfix/smtpd[26261]: warning: hostname localhost does not resolve to address 113.167.250.138 ...which is then immediately followed by: postfix/smtpd[26261]: connect from…
Jeff
  • 1,416
  • 3
  • 28
  • 50
1
vote
2 answers

Broadcom Advanced Control Suite 4 on a PowerConnect 2848 making router (ASA5505) throw ARP errors when TEAMING (different MAC addresses from same IP)

For some reason the Broadcom Advanced Control Suite 4 seems to be a little buggy OR I have not configured something correctly. I have 4 Gb NICs and I team 3 of them to make a virtual adaptor... NIC_1 - mac: 180373f039c8 - ip: n/a (disabled) -…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
1
vote
1 answer

How is the IP of a nameserver located in it's own domain resolved?

I understand basics of how DNS works. My ISP finds out recursively, that my domain xyz.com is assigned with two nameservers: ns1.xyzprivatens.com ns2.xyzprivatens.com Then it asks one of those two for the xyz.com IP and communicates with server…
user1065145
  • 295
  • 4
  • 9