Muhammad Yousuf Khan schreef op 27-12-2016 13:58:
I didnt route anything as default gateway was already there. can you please explain your routes more. i didnt get the context of that routes you define.
Nothing special there, if you use the same gateway it won't be needed. I just have a 2nd IP on a second subnet, so I need to use the second router for that second subnet.
From your other reply it seems that your router is not routing to your address..
Maybe nothing changed in Debian but your host is not functioning for your second IP?
It would be weird unless something else was going on that you could not receive pings on that interface from the outside.
They are probably being sent out, but not getting back, because your router is not configured for your 2nd IP?
Of course you can check with tcpdump -i eth3 | grep "<second IP>" Or tcpdump -i eth3 | grep "<second IP>" | grep echo Regards.