Hi, I need to connect via ssh to my core but I cant. I tried pinging it and I get no reply. I have ktorrent running with web interface and can only connect it from core not from other laptop in my LAN. Why?
Core has two LAN cards;
eth0 - 10.10.1.1/24 that has nothing connected to it and has DHCP service ready to assing IP adreses
eth1 - 192.168.5.5 - the IP it how automatically from ADSL modem/router that it is connected to.
I have other laptop (192.168.5.7) connected to same ADSL router but over over wireless.
When I ping laptop from core I get the response, when I ping core from the laptop I get no response.
I start ssh on core and on the laptop, and I can connect from core to laptop but I can't connect from laptop to core.
I tried deleting all iptables firewall rules with:
iptables --flush
iptables --table nat --flush
iptables --delete-chain
iptables --table nat --delete-chain
but I still can't ping or connect via ssh to core from my local LAN.
How can I fix this?
Cheers,
Valent.