I'm running RHL 6.0 ( Hedwig), kernel 2.2.5-15, pppd 2.3.7, PPP 2.3.3.
I'm trying to connect to my ISP, but still failed. After activating minicom, i
can get connection and received the garbled message. But, i always failed to
activate my PPP to respond.
I've configured my ppp0 using netcfg. The ppp0 is there ( no IP number, status
inactive ). Btw, my internet IP is a dynamic one, provided by the ISP.
Regarding PPP scripts, I've put the scripts according to PPP-HOWTO in their
proper place /etc/ppp/scripts/*. And, still no PPP response from my host side. 
I guess the reason is asf :
In "route -n", I can't see the "ppp0 interface". It's all "eth0" plus 1/one
"lo". 
I must have made blunders in my network configuration, because I saw strange
messages in my /var/log/messages. Please you experts give me some explanations
as to how to cope the problem. I've tried everything to no avail ( could be
because I'm too dumb :-( ).  
My linux host IP # is 174.41.210.30. My local network address 174.41.0.0. The
domain server 174.41.30.1. My ISP IP # 202.154.1.2 and 202.154.3.2 . On my
linux host, the gateway default is 174.41.255.254 .
Other info is attached ( from /var/log/messages, /var/named/*, /etc/named.conf,
ifconfig, and route -n ).
What's wrong? Please somebody give me advices.

TIA

frans toruan
        from /var/log/messages :

Feb  7 08:37:04 linuxf3 named[407]: starting.  named 8.2 Wed Mar 31 10:57:12 EST 1999 
^[EMAIL PROTECTED]:/usr/src/bs/BUILD/bind-8.2/src/bin/named
Feb  7 08:37:04 linuxf3 named[407]: cache zone "" (IN) loaded (serial 0)
Feb  7 08:37:04 linuxf3 named[407]: Zone "acbi" (file acbi): No default TTL set using 
SOA minimum instead
Feb  7 08:37:04 linuxf3 named[407]: master zone "acbi" (IN) loaded (serial 2000020701)
Feb  7 08:37:04 linuxf3 named[407]: Zone "0.0.127.in-addr.arpa" (file named.local): No 
default TTL set using SOA minimum instead
Feb  7 08:37:04 linuxf3 named[407]: master zone "0.0.127.in-addr.arpa" (IN) loaded 
(serial 1997022700)
Feb  7 08:37:04 linuxf3 named[407]: listening on [127.0.0.1].53 (lo)
Feb  7 08:37:04 linuxf3 named[407]: listening on [174.41.210.30].53 (eth0)
Feb  7 08:37:04 linuxf3 named[407]: Forwarding source address is [0.0.0.0].1024

        then :

Feb  7 08:38:00 linuxf3 named[408]: Err/TO getting serial# for "rad.net.id"
Feb  7 08:38:03 linuxf3 named-xfer[634]: connect(202.154.1.2) for zone rad.net.id 
failed: No route to host
Feb  7 08:38:06 linuxf3 named-xfer[634]: connect(202.154.3.2) for zone rad.net.id 
failed: No route to host


        from /var/named/acbi :

@               IN      SOA     linuxf3.acbi    hostmaster.linuxf3.acbi. (
                        2000020701 ; serial
                        3600 ; refresh
                        900 ; retry
                        1209600 ; expire
                        43200 ; default_ttl
                        )
linuxf3         IN      A       174.41.210.30
acbi            IN      MX      5       linuxf3.acbi.
acbi            IN      NS      ntserver1.acbi.
@               IN      MX      5       linuxf3.acbi.
@               IN      NS      linuxf3.acbi.

        from/var/named/local :

@               IN      SOA     localhost.      root.localhost. (
                        1997022700 ; serial
                        28800 ; refresh
                        14400 ; retry
                        3600000 ; expire
                        86400 ; default_ttl
                        )
@               IN      NS      localhost.
1               IN      PTR     localhost.

        from /etc/named.conf :

};
zone "." {
        type hint;
        file "named.ca";
};
zone "acbi"{
        type master;
        file "acbi";
        notify no;
};
zone "0.0.127.in-addr.arpa"{
        type master;
        file "named.local";
};
zone "rad.net.id"{
        type slave;
        file "sec/rad.net.id";
        masters{
                202.154.1.2;
                202.154.3.2;
        };
};
 
 
        result of ifconfig asf :
        
eth0      Link encap:Ethernet  HWaddr 00:80:48:EA:C2:95  
          inet addr:174.41.210.30  Bcast:174.41.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:12 Base address:0xd800 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:83 errors:0 dropped:0 overruns:0 frame:0
          TX packets:83 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 

        result of route -n asf :

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
174.41.210.30   0.0.0.0         255.255.255.255 UH    0      0        0 eth0
174.41.0.0      174.41.210.30   255.255.0.0     UG    0      0        0 eth0
174.41.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         174.41.255.254  0.0.0.0         UG    0      0        0 eth0

Reply via email to