Hi all,
I'm tryin to configure 2 interfaces with 2 IP's, one of them has access to the outside, one is internal. What I'm trying to do is have server accessible only using internal IP, while keeping external IP to pull updates, etc. Since only one gateway is allowed, I cannot figure out how to properly configure this with post-ip or some rule. I know having 2 gateways are not allowed.
here is current configuration:
Read more
I'm tryin to configure 2 interfaces with 2 IP's, one of them has access to the outside, one is internal. What I'm trying to do is have server accessible only using internal IP, while keeping external IP to pull updates, etc. Since only one gateway is allowed, I cannot figure out how to properly configure this with post-ip or some rule. I know having 2 gateways are not allowed.
here is current configuration:
Bash:
# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface...
Read more