Hello

I use ddclient from dyndns.org but it doesnt works.

Who can help me to configure ddclient?

I have two ethernet cards realtek and adsl.

I can make a ping to <xxxx>.shaknet.nu but I cannot access with ssh -l
<user> xxx.shaknet.nu.

eth0 is my DEVICE to connect into the internet.

Here is my configuration:

..........................................................
/etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0
BOOTPROTO=static
IPADDR=10.0.0.10
NETMASK=255.255.255.0
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
ONBOOT=yes

.........................................................

/etc/sysconfig/network-scripts/ifcfg-eth1

DEVICE=eth1
BOOTPROTO=static
IPADDR=10.0.0.30
NETMASK=255.255.255.0
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
ONBOOT=yes

.........................................................
/etc/sysconfig/network-scripts/draknet.conf


SystemName=<hostname>
DomainName=t-online.de
InternetAccessType=lan
InternetInterface=ppp0
InternetGateway=
DNSPrimaryIP=217.5.100.1
DNSSecondaryIP=194.25.2.129
DNSThirdIP=
AdminInterface=

Eth0Known=true
Eth0IP=10.0.0.10
Eth0Mask=255.255.255.0
Eth0Mac=
Eth0BootProto=static
Eth0OnBoot=yes
Eth0Hostname=<hostname>.t-online.de
Eth0HostAlias=<alias>
Eth0Driver=8139too
Eth0Irq=
Eth0Port=
Eth0DHCPClient=
Eth0DHCPServerName=
Eth1Known=true
Eth1IP=10.0.0.30
Eth1Mask=255.255.255.0
Eth1Mac=
Eth1BootProto=static
Eth1OnBoot=yes
Eth1Hostname=<hostname>.t-online.de
Eth1HostAlias=<alias>
Eth1Driver=8139too
Eth1Irq=
Eth1Port=
Eth1DHCPClient=
Eth1DHCPServerName=

.............................................
/etc/sysconfig/draknet.netc

NETWORKING=yes
nb_cards=2
DOMAINNAME2=t-online.de
dnsServer2=194.25.2.129
dnsServer=217.5.100.1
GATEWAYDEV=eth0
NET_DEVICE=ppp0
FORWARD_IPV4=no
DOMAINNAME=t-online.de
HOSTNAME=itmgoer.t-online.de
NET_INTERFACE=ppp0

............................................

/etc/sysconfig/network

NETWORKING=yes
FORWARD_IPV4=no
HOSTNAME=<hostname>.t-online.de
DOMAINNAME=t-online.de
GATEWAYDEV=eth0
...........................................

/etc/pppoe.conf

.
.
.
#***********************************************************************
#
# pppoe.conf
#
# Configuration file for rp-pppoe.  Edit as appropriate and install in
# /etc/ppp/pppoe.conf
#
# NOTE: This file is used by the adsl-start, adsl-stop, adsl-connect and
#       adsl-status shell scripts.  It is *not* used in any way by the
#       "pppoe" executable.
#
# Copyright (C) 2000 Roaring Penguin Software Inc.
#
# This file may be distributed under the terms of the GNU General
# Public License.
#
# $Id: pppoe.conf,v 1.7 2001/09/14 19:07:39 dfs Exp $
#***********************************************************************

# When you configure a variable, DO NOT leave spaces around the "="
sign.

# Ethernet card connected to ADSL modem
# Ethernet card connected to ADSL modem
ETH=eth0

# ADSL user name.  You may have to supply "@provider.com"  Sympatico
# users in Canada do need to include "@sympatico.ca"
# Sympatico uses PAP authentication.  Make sure /etc/ppp/pap-secrets
# contains the right username/password combination.
# For Magma, use [EMAIL PROTECTED]
USER=<t-online-number>@t-online.de
.
.
.

......................................

/etc/ppp/resolv.conf
nameserver 217.5.100.1
nameserver 194.25.2.129
......................................


/etc/ddclient.conf
daemon=100                                      # check every 300
seconds
syslog=yes                                      # log update msgs to
syslog
mail=root                                       # mail update msgs to
root
pid=/var/run/ddclient.pid                       # record PID in file.
#
#use=watchguard-soho,        fw=192.168.111.1:80        # via
Watchguard's SOHO
FW
#use=netopia-r910,           fw=192.168.111.1:80        # via Netopia
R910 FW
#use=netopia-r910,           fw=192.168.111.1:80        # via Netopia
R910 FW
#use=smc-barricade,          fw=192.168.123.254:80      # via SMC's
Barricade FW#use=netgear-rt3xx,          fw=192.168.0.1:80          #
via Netgear's internet FW
#use=linksys,                fw=192.168.1.1:80          # via Linksys's
internet FW
#use=maxgate-ugate3x00,      fw=192.168.0.1:80          # via MaxGate's
UGATE-3x00  FW
#use=elsa-lancom-dsl10,      fw=10.0.0.254:80           # via ELSA
LanCom DSL/10 DSL Router
#use=elsa-lancom-dsl10-ch01, fw=10.0.0.254:80           # via ELSA
LanCom DSL/10 DSL Router
#use=elsa-lancom-dsl10-ch02, fw=10.0.0.254:80           # via ELSA
LanCom DSL/10 DSL Router
#fw-login=admin,             fw-password=XXXXXX         # FW login and
password
#
## To obtain an IP address from FW status page (using fw-login,
fw-password)
#use=fw,      fw=192.168.1.254/status.htm,    fw-skip='IP Address' #
found after IP Address
#
## To obtain an IP address from Web status page (using the proxy if
defined)
#use=web,      web=checkip.dyndns.org/,       fw-skip='IP Address' #
found after IP Address

#
#use=ip,                     ip=127.0.0.1       # via static IP's
#use=if,                     if=eth0            # via interfaces
use=if,                 if=ppp0
#use=web                                        # via web
#
#protocol=dyndns2                               # default protocol
#proxy=fasthttp.sympatico.ca:80                 # default proxy
server=members.dyndns.org                       # default server
#server=members.dyndns.org:8245                 # default server
(bypassing proxies)

login=<user>                           # default login
password=<passwd>                                       # default
password
#mx=mx.for.your.host                            # default MX
#backupmx=yes|no                                # host is primary MX?
#wildcard=yes|no                                # add wildcard CNAME?

##
## dyndns.org dynamic addresses
##
## (supports variables: wildcard,mx,backupmx)
##
server=members.dyndns.org,              \
protocol=dyndns2                        \
<username>.shaknet.nu

##
## dyndns.org static addresses
##
## (supports variables: wildcard,mx,backupmx)
##
# static=yes                            \
# server=members.dyndns.org,            \
# protocol=dyndns2                      \
# your-static-host.dyndns.org

##
##
## dyndns.org custom addresses
##
## (supports variables: wildcard,mx,backupmx)
##
# custom=yes                            \
# server=members.dyndns.org,            \
# protocol=dyndns2                      \
# your-domain.top-level,your-other-domain.top-level

##
## ZoneEdit (zoneedit.com)
##
# server=www.zoneedit.com,              \
# protocol=zoneedit1,                   \
# login=your-zoneedit-login,            \
# password=your-zoneedit-password       \
# your.any.domain,your-2nd.any.dom

##
## EasyDNS (easydns.com)
##
# server=members.easydns.com,           \
# protocol=easydns,                     \
# login=your-easydns-login,             \
# password=your-easydns-password        \
# your.any.domain,your-2nd.any.domain

##
## Hammernode (hn.org) dynamic addresses
##
# server=dup.hn.org,                    \
# protocol=hammernode1,                 \
# login=your-hn-login,                  \
# password=your-hn-password             \
# your-hn-host.hn.org,your-2nd-hn-host.hn.org

##
## dslreports.com dynamic-host monitoring
##
# server=members.dslreports.com         \
# protocol=dslreports1,                 \
# login=dslreports-login,               \
# password=dslreports-password          \
# dslreports-unique-id

............................................

who can help me???

regards
Marco

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to