I have a Linux server for which I want to provide access to 2 different routed networks. One of the interfaces will have dhcpd bound to it. We'll call them:
For whatever reason, when I configure the interface for this second network (these are both RFC nets, internal), I cannot seem to SSH to the regular host IP which is on a different network. So, for example:
eth0: 192.168.1.0/24
eth1: 10.1.1.0/24
my Mac PC is on the 10.1.1.0 network, but the two can route to each other.
The default router for the system is 192.168.1.1, though I can otherwise ping and nmap the host on 10.1.1.0, I cannot connect via a protocol like SSH or telnet.
I'm utterly baffled, and I'm sure I've overlooked something simple and stupid.
Could someone give me some clarification?
Thanks.
For whatever reason, when I configure the interface for this second network (these are both RFC nets, internal), I cannot seem to SSH to the regular host IP which is on a different network. So, for example:
eth0: 192.168.1.0/24
eth1: 10.1.1.0/24
my Mac PC is on the 10.1.1.0 network, but the two can route to each other.
The default router for the system is 192.168.1.1, though I can otherwise ping and nmap the host on 10.1.1.0, I cannot connect via a protocol like SSH or telnet.
I'm utterly baffled, and I'm sure I've overlooked something simple and stupid.
Could someone give me some clarification?
Thanks.