Ubuntu Will not Respond to Masqueraded IP

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I've added a second interface to my Ubuntu 16.04 Server. Unlike the first interface, this one uses an internal address (172.16.0.233) and is masqueraded to its own external IP (Happens at the ISP's office).



PROBLEM: The server will respond to request locally (to the internal IP 172.16.0.233), and will not respond to request made externally (to the external IP).



Tried:



-Tested the IP on a Windows server, and works as expected.

-Using a different IP in my range, same issue.

-The server is reachable on the local network and can reach the gateway (172.16.0.1)


P.S. The server responds properly on the first nic that is using just an external IP.




EDIT: Additional Information @earthmeLon



Output of




route




Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default rrcs-xxx-xxx-xx 0.0.0.0 UG 0 0 0 ens160
default 172.16.0.1 0.0.0.0 UG 100 0 0 ens192
xxx.xxx.xxx.xx * 255.255.255.240 U 0 0 0 ens160
link-local * 255.255.0.0 U 1000 0 0 ens160


(x's in place of public IP address)



NAT Setup: I've sent an email to my ISP asking. From what I remember, I think it is 1 to 1.




I can provide any information requested, however, I don't understand the issue enough to provide relevant information now.







share|improve this question






















  • You'll need a route or arp in the same subnet (ie: no hardware in the way). Can you provide the output of route on the machine and your gateway? What's your NAT setup? I think we'll need additional information.
    – earthmeLon
    May 16 at 18:47














up vote
0
down vote

favorite












I've added a second interface to my Ubuntu 16.04 Server. Unlike the first interface, this one uses an internal address (172.16.0.233) and is masqueraded to its own external IP (Happens at the ISP's office).



PROBLEM: The server will respond to request locally (to the internal IP 172.16.0.233), and will not respond to request made externally (to the external IP).



Tried:



-Tested the IP on a Windows server, and works as expected.

-Using a different IP in my range, same issue.

-The server is reachable on the local network and can reach the gateway (172.16.0.1)


P.S. The server responds properly on the first nic that is using just an external IP.




EDIT: Additional Information @earthmeLon



Output of




route




Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default rrcs-xxx-xxx-xx 0.0.0.0 UG 0 0 0 ens160
default 172.16.0.1 0.0.0.0 UG 100 0 0 ens192
xxx.xxx.xxx.xx * 255.255.255.240 U 0 0 0 ens160
link-local * 255.255.0.0 U 1000 0 0 ens160


(x's in place of public IP address)



NAT Setup: I've sent an email to my ISP asking. From what I remember, I think it is 1 to 1.




I can provide any information requested, however, I don't understand the issue enough to provide relevant information now.







share|improve this question






















  • You'll need a route or arp in the same subnet (ie: no hardware in the way). Can you provide the output of route on the machine and your gateway? What's your NAT setup? I think we'll need additional information.
    – earthmeLon
    May 16 at 18:47












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I've added a second interface to my Ubuntu 16.04 Server. Unlike the first interface, this one uses an internal address (172.16.0.233) and is masqueraded to its own external IP (Happens at the ISP's office).



PROBLEM: The server will respond to request locally (to the internal IP 172.16.0.233), and will not respond to request made externally (to the external IP).



Tried:



-Tested the IP on a Windows server, and works as expected.

-Using a different IP in my range, same issue.

-The server is reachable on the local network and can reach the gateway (172.16.0.1)


P.S. The server responds properly on the first nic that is using just an external IP.




EDIT: Additional Information @earthmeLon



Output of




route




Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default rrcs-xxx-xxx-xx 0.0.0.0 UG 0 0 0 ens160
default 172.16.0.1 0.0.0.0 UG 100 0 0 ens192
xxx.xxx.xxx.xx * 255.255.255.240 U 0 0 0 ens160
link-local * 255.255.0.0 U 1000 0 0 ens160


(x's in place of public IP address)



NAT Setup: I've sent an email to my ISP asking. From what I remember, I think it is 1 to 1.




I can provide any information requested, however, I don't understand the issue enough to provide relevant information now.







share|improve this question














I've added a second interface to my Ubuntu 16.04 Server. Unlike the first interface, this one uses an internal address (172.16.0.233) and is masqueraded to its own external IP (Happens at the ISP's office).



PROBLEM: The server will respond to request locally (to the internal IP 172.16.0.233), and will not respond to request made externally (to the external IP).



Tried:



-Tested the IP on a Windows server, and works as expected.

-Using a different IP in my range, same issue.

-The server is reachable on the local network and can reach the gateway (172.16.0.1)


P.S. The server responds properly on the first nic that is using just an external IP.




EDIT: Additional Information @earthmeLon



Output of




route




Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default rrcs-xxx-xxx-xx 0.0.0.0 UG 0 0 0 ens160
default 172.16.0.1 0.0.0.0 UG 100 0 0 ens192
xxx.xxx.xxx.xx * 255.255.255.240 U 0 0 0 ens160
link-local * 255.255.0.0 U 1000 0 0 ens160


(x's in place of public IP address)



NAT Setup: I've sent an email to my ISP asking. From what I remember, I think it is 1 to 1.




I can provide any information requested, however, I don't understand the issue enough to provide relevant information now.









share|improve this question













share|improve this question




share|improve this question








edited May 16 at 19:02

























asked May 16 at 18:15









Michael Hill

12




12











  • You'll need a route or arp in the same subnet (ie: no hardware in the way). Can you provide the output of route on the machine and your gateway? What's your NAT setup? I think we'll need additional information.
    – earthmeLon
    May 16 at 18:47
















  • You'll need a route or arp in the same subnet (ie: no hardware in the way). Can you provide the output of route on the machine and your gateway? What's your NAT setup? I think we'll need additional information.
    – earthmeLon
    May 16 at 18:47















You'll need a route or arp in the same subnet (ie: no hardware in the way). Can you provide the output of route on the machine and your gateway? What's your NAT setup? I think we'll need additional information.
– earthmeLon
May 16 at 18:47




You'll need a route or arp in the same subnet (ie: no hardware in the way). Can you provide the output of route on the machine and your gateway? What's your NAT setup? I think we'll need additional information.
– earthmeLon
May 16 at 18:47















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037076%2fubuntu-will-not-respond-to-masqueraded-ip%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037076%2fubuntu-will-not-respond-to-masqueraded-ip%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491