Sponsored Content
Operating Systems Linux Add two different subnet public IPs to single NIC or two different NIC on same box Post 303018417 by snchaudhari2 on Tuesday 5th of June 2018 04:49:40 PM
Old 06-05-2018
Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins,

My ask is how can I add two different subnet IPs to same box with two different gateways?

The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware.
How can I get connected to same IP when I am connected to wifi ?
 

9 More Discussions You Might Find Interesting

1. IP Networking

How to put 2 IPs on a single NIC

Hi ! I've just got a real IP number for my personal computer. Until now, the IP was masked (NAT'ed). Anyway, the problem is like this : I'm on a LAN with about 100 computers and I asked the admin to give me a real IP so that I can connect to my computer from my office. He gived that IP to me, but... (1 Reply)
Discussion started by: Sergiu-IT
1 Replies

2. Solaris

Sun box's NIC speed setting

Is there a way to check if my Sun box's network interface card is set to 10 or 100 Mbps? Thanks! (1 Reply)
Discussion started by: FredSmith
1 Replies

3. HP-UX

how can I determine which NIC card is virtual NIC Card

how can I determine which NIC card is virtual NIC Card which condition can make a decision Does HP UX have Virtual Network Adapter Concept if ,it has where I can Find if I Install Virutal Network Adapter or which command that i can get it or which software can generate thanks (2 Replies)
Discussion started by: alert0919
2 Replies

4. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

5. IP Networking

squid proxy: one NIC for inbound & one NIC for outbound?

I am new in squid proxy. My question is how to (and if it's necessary) to set one NIC for inbound traffic (http requests) and one NIC for outbound traffic (http answers)? Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

6. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

7. Solaris

Solaris 11 2nd nic for different subnet

I have a Solaris 11 machine with 2 network cables attached. The first one is the default route and is working okay. I am trying to activate the second on another subnet, but am sure missing something. The first one is on 10.30.128. and with it everything works fine, but when I try to add the... (0 Replies)
Discussion started by: ad101
0 Replies

8. Solaris

Solaris 2nd nic for different subnet

posted this on the other sub-forum https://www.unix.com/unix-for-dummies-questions-and-answers/246504-solaris-11-2nd-nic-different-subnet.html apologies if linking is not appropriate Thanks for your help. (0 Replies)
Discussion started by: ad101
0 Replies

9. UNIX for Advanced & Expert Users

Changing single path NIC to a teamed connection in same subnet

Dear all, I have a remote CentOS7 server that has two network cards. Each card has four ports and port one of card one was defined with the IP address assigned to the server. So far, so good and it's been working for over a year. We have now got cables sorted out so there are four paths... (4 Replies)
Discussion started by: rbatte1
4 Replies
wpad(1M)						  System Administration Commands						  wpad(1M)

NAME
wpad - WPA and WPA2 protocol daemon SYNOPSIS
/usr/lib/inet/wpad [-i interface] [-k pre_shared_key_name] DESCRIPTION
The wpad daemon provides common client functionality for the WiFi Protected Access (WPA) versions 1 and 2, as defined by IEEE802.11i stan- dard. WPA was created by the WiFi Alliance, an industry trade group. WPA implements the majority of the IEEE 802.11i standard, and was intended as an intermediate measure to take the place of Wired Equivalent Privacy (WEP) while 802.11i was prepared. WPA2 implements the full standard. wpad provides the following WPA/IEEE 802.11i features: o WPA-PSK ("WPA-Personal") o Key management for CCMP, TKIP, WEP104, WEP40 Stop and start the wpad daemon using dladm(1M). Use: # dladm connect-wifi ...to start the wpad daemon. Use: # dladm disconnect-wifi ...to stop the daemon. OPTIONS
The following options are supported: -i interface Specify a WiFi Link interface to start the wpad daemon. -k pre_shared_key_name Specify the pre-shared key used for the WiFi Link. EXAMPLES
Example 1 Starting the wpad Daemon on Specific WiFi Link To create the WPA key psk, enter the following command: # dladm create-secobj -c wpa psk To use key psk to connect to ESSID wlan on link ath0, enter the following command: # dladm connect-wifi -k psk -e wlan ath0 Example 2 Stopping the wpad Daemon on Specific WiFi Link To stop the daemon on the link ath0, enter: # dladm disconnect-wifi ath0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWwpau, SUNWwpar | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), dladm(1M), svcadm(1M), attributes(5), smf(5) NOTES
The wpad service is managed by the service management facility, smf(5), under the service identifier: svc:/network/wpa:<link> Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. SunOS 5.11 11 Mar 2008 wpad(1M)
All times are GMT -4. The time now is 09:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy