Thanks Richard & Mike:

> What do ipfwadm -F -l and ipfwadm -M -l give?

#ipfwadm -F -l
IP firewall forward rules, default policy: deny
type  prot  source         destination          ports
...here it seemed to be awaiting console input...I hit control-C

#ipfwadm -M -l
IP masquerading entries
# nada, the console input character returned

/etc/resolv.conf
search nc8q.org
domain erinet.com
nameserver 198.6.245.102
nameserver 207.0.229.12
END

I 
#mkdir /var/named
#touch /var/named/named.ca

 After several ppp-go's and pings and ppp-off's, named.ca was still 0 bytes.
:-|

Ah, Mike saw the route add default eth0 problem.
I then
#ppp-go
#route del default eth0
#route add default ppp0

 Viola,  I could ping by domain !
This message is being entered from my winderferworkgroups workstation
through my IP-MASQ ! :-)  

Next to see if "FrontPage" will work from my winders95 workstation. :-|

I edited /usr/sbin/ppp-go
found the part that ran with no arguments and added
'route add default ppp0'   just before   'exit 0'

When I 
#ppp-off

 the route ppp0 gets dropped.  :-)

Thanks ever so much fellows.

Now, to get dial on demand. ;-)

Regards, Chuck

Reply via email to