"Joey Officer" <[EMAIL PROTECTED]> wrote:
and
"Robin" <[EMAIL PROTECTED]> wrote:

DCD is written in such a way that it does not matter if you have a
dynamic address or a static address.  You can get to both via EXTERN_IP.
Type these two commands in a file or execute them and the DCD command
prompt to get your current ip address.

. /etc/network.conf
echo $EXTERN_IP

That should answer the first part of the FAQ.  Write a letter to them
and tell'em that sucks.  But what to you expect from vbscript?

http://www.neo-modus.com/?page=Help
Q: I have a NATing router and would like to set Direct Connect up for
active mode. What ports does it use?
A: By default, Direct Connect Uses port 412 for TCP and UDP data. This
can be changed in the Direct Connect settings. To make Direct Connect
work properly with your NATing router, you must enter your routers WAN
IP address in Direct Connect's "Force Direct Connect to report this IP
address" text box, and check associated check box.


To answer the second part of their FAQ, please look at both
EXTERN_UDP_PORTS and EXTERN_TCP_PORTS as found in /etc/network.conf.
This is what Joey is pointing you to.  This is where you would setup
your port forwarding on 412.

Some other people have written scripts to support dynamic ips that
support many of these dynamic ip servers.  That will help if you want to
get into hubs someday.

Q: I want to run a Direct Connect&trade; Hub, but my IP address changes
every time I sign online. What can I do?
A: You will need to use a service like Dynip.

Your fun is just beginning.

I hope this helps you get going.
Greg Morgan.


> 
> Date: Sat, 22 Jun 2002 12:18:29 -0500
> 
> One way that I think you can do it, it to assign a range of numbers, (I
> think) by only specifying some of the ip address. Like so (someone correct
> me if I'm wrong here)
> 
> EXTERN_PROTO0="xxx 0.0.0.0/32"
> 
> I think that something like that would leave port xxx open to the world.
> Another way to do it, regardless of IP is to leave a specific port
> completely open under the ipforwarding rule set.  I'm not really up on that,
> but I could check on it and get back to you...
> 
> I'll see what I can find and let you know something.
> 
> Joey
> 
> -----Original Message-----
> From: Robin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 21, 2002 5:20 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [leaf-user] problem portforwarding with DCD 1.02
> 
> Well i don''t think u understand my problem quite..
> 
> The ip number of my DCD BOX is dynamic assigned throiugh ppoe. Now i need to
> know the variable that is used in the network.conf script for my current
> ipnumber (as it changes @least every 72 hrs) With this variable i can the
> nopen or portforward any port i want.
> 
> i read something bout the variable ${DYNAMIC_IP} but that didnt work, so i
> have to do something wrong here. please help me out.
> 
> Robin
> ----- Original Message -----
> From: "Joey Officer" <[EMAIL PROTECTED]>
> To: "Robin" <[EMAIL PROTECTED]>
> Cc: "LRP Support" <[EMAIL PROTECTED]>
> Sent: Friday, June 21, 2002 4:08 PM
> Subject: RE: [leaf-user] problem portforwarding with DCD 1.02
> 
> > Well.. the way I do it is that my outside machines, although they are dhcp
> > based, I leave the machines up, so the ip's never change (or very rarely)
> > and in those cases I'm just stuck out.  BUT ... in the case where the box
> > loses its IP address, and regains a new one, you could just have someone
> on
> > the local network of the other box connect to the weblet and review the ip
> > addresses.  It's a manual fix, but doing it this way would be more secure,
> > than if you opened the port completely.  But its your call...
> >
> > Joey
> >
> >
> > -----Original Message-----
> > From: Robin [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, June 21, 2002 2:35 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [leaf-user] problem portforwarding with DCD 1.02
> >
> > ok guyz ty for the quick reaction. But i don't have a static ip adress. I
> > have a dynamic. What is the stanrd variable called in witch DcD saves my
> > EXTERNAL ip nu,ber. So i can fill that in instead.
> > And i also can't specifie a single ipadress from internet that should have
> > access.. every ip adress needs to be able to acces my computer.
> >
> > please help me out,
> >
> > Thanks,
> > robin
> >
> >
> >
> > ----- Original Message -----
> > From: "Joey Officer" <[EMAIL PROTECTED]>
> > To: "Robin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > Sent: Friday, June 21, 2002 3:17 AM
> > Subject: RE: [leaf-user] problem portforwarding with DCD 1.02
> >
> >
> > > There is an option within the network.conf file that would look similar
> > >
> > > EXTERN_UDP_PORTS="ip.ad.dr.es/32_xxx"
> > >
> > > Where ipaddress is the ip address of the other machine, and the xxx is
> the
> > > port number you want to add, then there is also the protocol that you
> want
> > > to add, which is done similar to the following...
> > >
> > > EXTERN_PROTO0="xxx ip.ad.dr.es/32"
> > >
> > > Again where PROTO(0) is the a list of numbers (ie 1,2,3,4,5) and xxx is
> > the
> > > tcp/ip port that you want to open..
> > >
> > > HTH
> > >
> > > Joey
> > > Advocate in Action!
> > >
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Robin
> > > Sent: Thursday, June 20, 2002 7:57 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [leaf-user] problem portforwarding with DCD 1.02
> > >
> > > Well as i was reading through all the info that is aruond and that a
> lot.
> > I
> > > discovered some information. But the problem is that i am a "advanced"
> > newby
> > > to Dachstein. As i read this distro uses a different way to portforward
> > > using the network.conf file. but i couldn't figure it out. Maybe im
> dumb.
> > > but i don't think so. just not advanced enough. I used to work with
> Coyote
> > > Linux. but that used to disconnect my box every now and then (bout 40
> > times
> > > a day).
> > >
> > > this is the case:
> > > I have a program called: Direct connect. (filesharing)
> > > http://www.neo-modus.com
> > > And i need it to work in ACTIVE mode (so it shows ping times etc etc)
> > > This can be done through forwarding ports 411 and 412 udp aswel as tcp.
> > >
> > > If i use the ipmasqadm autofw (as i read in the masqed apps page) i get
> a
> > > lot of denyed packets in my logs.
> > >
> > > Can someone please explain to me howto enable the forwarding of those 2
> > > ports.
> > >
> > > I'm using a dynamic ip (pppoe) and i really don;t know how to insert the
> > > variable for my ipnumber (as the actual ip is displayed in the
> > network.conf
> > > file)
> > >
> > > So please do this in dummy mode (asfor i MAY understand that :D)
> > >
> > > the internal ipnumber of the router is: 192.168.0.1
> > > the destination host is: 192.168.0.2
> > >
> > > please help me out asap..
> > >
> > > thanks for your help,
> > >
> > > robin
> > >
> > >
> > >
> > >


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to