Sponsored Content
Operating Systems Linux Add two different subnet public IPs to single NIC or two different NIC on same box Post 303018440 by snchaudhari2 on Wednesday 6th of June 2018 11:02:11 AM
Old 06-06-2018
Quote:
[root@master ~]# ifconfig -a
ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.73.84 netmask 255.255.255.0 broadcast 192.168.73.255
inet6 fe80::20c:29ff:fe64:3347 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:64:33:47 txqueuelen 1000 (Ethernet)
RX packets 4729 bytes 5041878 (4.8 MiB)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 525 bytes 43841 (42.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

ens37: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.74.15 netmask 255.255.255.0 broadcast 192.168.74.255
inet6 fe80::20c:29ff:fe64:3351 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:64:33:51 txqueuelen 1000 (Ethernet)
RX packets 1000 bytes 87299 (85.2 KiB)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 9 bytes 618 (618.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
The gateway is 192.168.73.1

My ask is I need both of these IPs reachable from outside.
Or
Either any one of these IP should be reachable from outside when I connected to wifi network as well as when connected to ethernet LAN network.
 

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
pbuilder-uml.conf(5)						     pbuilder						      pbuilder-uml.conf(5)

NAME
pbuilder-uml.conf - configuration file for user-mode-linux port of pbuilder DESCRIPTION
/etc/pbuilder/pbuilder-uml.conf contains default values used in pbuilder-user-mode-linux program invocation. FORMAT
MY_ETH0=tuntap,,,192.168.0.2 Configures ethernet setting used for booting linux. See how rootstrap boots your system, and copy that. Specify --eth0=slirp,12345,/usr/bin/slirp-fullbolt to use the slirp connection. UML_IP=192.168.0.3 IP address to use for guest OS. This can be set to dhcp for obtaining IP address through DHCP. UML_NETMASK=255.255.255.0 Guest OS netmask UML_NETWORK=192.168.0.0 Guest OS network UML_BROADCAST=255.255.255.255 Guest OS broadcast UML_GATEWAY=192.168.0.1 Guest OS gateway PBUILDER_UML_IMAGE=${HOME}/uml-image Guest OS file system image. UML_MOUNT_TMPFS=no Whether to mount tmpfs inside the guest image. This is probably mostly useless. BUILDPLACE=${HOME}/tmp/ The location which build will take place. pbuilder-user-mode-linux will place temporary COW files to there. The user running UML needs to be able to access that directory. UML_MEM=128 The amount of memory allowed for UML. Give more value to here. UML_HOSTNAME=uml-host The hostname for the UML. The hostname should be available in /etc/hosts so that hostname -f will be able to return the FQDN. UML_BUILDRESULT=/directory/of/build/result The directory where build result of pbuilder-user-mode-linux is stored. ROOTSTRAP_IMAGESIZE=size-in-megabytes The size, in MB, of the disk iamge to create. Defaults to 1000. NOTES
It is advised to set APTCACHEHARDLINK to no in ~/.pbuilderrc. see pbuilderrc(5) for details. AUTHOR
Initial coding, and main maintenance is done by Junichi Uekawa <dancer@debian.org>. The homepage is available at http://pbuilder.alioth.debian.org FILES
/etc/pbuilder/pbuilder-uml.conf, ${HOME}/.pbuilderrc SEE ALSO
/usr/share/doc/pbuilder/pbuilder-doc.html, pbuilder-user-mode-linux(1), pbuilder(8), pbuilderrc(5), pdebuild(1) Debian 2003 Jan 8 pbuilder-uml.conf(5)
All times are GMT -4. The time now is 08:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy