Re: integrate a ppp-connected PC to my LAN. arp problem?



Ekkard Gerlach (me!) wrote: (some further information:)
I want to integrate a remote PC "ted" connectet by ppp to my LAN (192.168.0.x). The interface is to the remote PC is: 192.168.0.52:192.168.0.220. The 220 is the remote PC. I can ping to. I can ssh to. But trying to connect to my LAN by DSL by ssh tunnel from somewhat else, I can't reach the PC that is connected by ppp.
my ssh-tunnel from somewhere in internet:
ssh -f -L 1122:192.168.0.52:22 fli4l@xxxxxxxxxxxxxxxxxxx sleep 20;ssh -p 1122 root@localhost

rex3:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.220 0.0.0.0 255.255.255.255 UH 0 0 0 ippp2
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0

I already completed arp-table:
rex3:~ # arp -Ds 192.168.0.220 ippp2 netmask 255.255.255.255 pub
rex3:~ # arp -a
rex2 (192.168.0.51) at 00:06:7B:03:94:21 [ether] on eth0
easy (192.168.0.27) at 00:50:8D:6C:64:F1 [ether] on eth0
? (192.168.0.198) at * PERM PUP on eth0
ted (192.168.0.220) at * PERM PUP on ippp2

PC easy is accessible, its a PC in my LAN.

any hints?
tia
Ekkard

.



Relevant Pages

  • Re: SSH attack
    ... then I don't see how you can safely use ssh at all. ... >> scrutinized, stripped and locked down, dedicated (internet) ssh server, ... I first got the idea from ISPs which allow remote control of customer ... For example, I might use a modem on a system with no LAN connection, ...
    (Debian-User)
  • Re: How to GCC? - Bill Campbell/or anybody
    ... his end of the ssh connection. ... ssh extensions and commonly forward port 23 to localhost on the remote ... This allows me to use any terminal emulator on the Windows machine ... the LAN ip of the 3.2v4.2 system. ...
    (comp.unix.sco.misc)
  • Please help with ssh over internet to LAN server behind NAT
    ... I wish to ssh in in from the Internet to a specific server computer on ... The server and other computers on the LAN are behind a NAT. ... The lines in the firewall look like: ...
    (comp.security.ssh)
  • integrate a ppp-connected PC to my LAN. arp problem?
    ... I want to integrate a remote PC "ted" connectet by ppp to my LAN. ... But trying to connect to my LAN by DSL by ssh tunnel from somewhat else, I can't reach the PC that is connected by ppp. ...
    (comp.os.linux.networking)
  • Re: [opensuse] ssh problem from remote LAN
    ... Set up a SLES 10 server and although I can ssh to it from any box on the ... local LAN I can't get to it from a remote LAN even though I can ssh to any ... But, if the router is providing NAT for the LAN, then it doesn't make sense that it would be able to configure port forwarding of an incoming ssh requrest to multiple clients behing the router. ... My initial thoughts on the problem were a misconfigured /etc/ssh/sshd_conf; a non-running sshd on the SLES machine; or a problem with the ...
    (SuSE)