Gentoo Archives: gentoo-user

From: Raymond Lewis Rebbeck <dystopianray@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ddclient question
Date: Sun, 18 Jun 2006 00:04:23
Message-Id: 200606180925.53836.dystopianray@gmail.com
In Reply to: Re: [gentoo-user] ddclient question by krgn
1 On Sunday, 18 June 2006 9:15, krgn wrote:
2 > Raymond Lewis Rebbeck wrote:
3 > > On Sunday, 18 June 2006 6:50, krgn wrote:
4 > >> hello,
5 > >>
6 > >> I have a few questions on how to basically access a specific machine in
7 > >> a network from the web. I have registered with dyndns.org and got
8 > >> ddclient running to provide the ip address, but the only thing I can now
9 > >> connect to is my network router ;) which is pretty useless. How would it
10 > >> be possible o change the setup for a machine within the smaller
11 > >> home-network? Does that have to do with the setup on dyndns or in the
12 > >> config file of ddclient?
13 > >> I can paste its content if needed, any advice and tips would be greatly
14 > >> appreciated!
15 > >>
16 > >> Thanks,
17 > >>
18 > >> Karsten
19 > >
20 > > This doesn't have anything to do with ddclient or dyndns, as long as the
21 > > dns entry is pointing to the right ip then it's doing all it should.
22 > >
23 > > Your router should provide the ability to configure port forwarding to
24 > > machines in your LAN. Simply configure it to forward traffic on whatever
25 > > ports you want to use to the clients which are serving those ports. The
26 > > router may also provide a DMZ function which will forward all incoming
27 > > traffic to a specific machine on your LAN, although this may possible
28 > > make the machine vulnerable to security exploits.
29 > >
30 > > You'll have to read the documentation that came with the router or search
31 > > google in order to configure it appropriately as the configuration
32 > > details differ between manufacturers and models.
33 >
34 > hm ok, but lets say for instance my machines hostname is "mymachine",
35 > its port is 'xxxx' and the address which points to the router is
36 > "myaddress.dyndns.org": what would be for example the ssh command to
37 > connect to that particular machine? I know its a bit of a stupid
38 > question, but I can't picture what this would look like/how it would
39 > work. I must saz understanding these network issues really is a bit
40 > tricky for me at the moment,
41 >
42 > thanks for your help anyway,
43 >
44 > Karsten
45
46 $ ssh -p xxxx myaddress.dyndns.org
47
48 Of course, you'll need to have configured the router to forward that
49 particular port to "mymachine".
50
51 --
52 Raymond Lewis Rebbeck
53 --
54 gentoo-user@g.o mailing list