see below

Larry Platzek  [EMAIL PROTECTED]


On 31 Oct 2002, Keith Iosso wrote:

> Date: 31 Oct 2002 20:14:47 -0800
> From: Keith Iosso <[EMAIL PROTECTED]>
> To: Larry Platzek <[EMAIL PROTECTED]>
> Cc: LEAF user mailing list <[EMAIL PROTECTED]>
> Subject: Re: [leaf-user] Bering 1.0-rc4 Serial Modem - proxy arp ethernet
>     address
>
> Hi Larry,
>       Thanks alot for the quick attention and response.  I did that and got
> no message about the proxy arp.  Alas, also no response to "pon".  It
> still also is assigning IPs in the 10.XXX.XXX.XXX ranges, when it seems
> to this ignorant eye that they should be 192.168.1.XXXs.
The 10.xxx.xxx.xxx is normal and will be replaced when you get loggon.

>
> I am also including some config files that I probably should have
> before.
>
> I probably hosed this one up
> # /etc/network/interfaces -- configuration file for LEAF network
> # J. Nilo, April 2002
> #
> # Loopback interface.
> auto lo eth0
> iface lo inet loopback
ok
>
> # Step 1: configure external interface
> #         uncomment/adjust one of the following 4 options
> --comments snipped
> # Option 1.4: PPP modem
> #auto ppp0
I would uncomment the auto ppp0 line.

> iface ppp0 inet ppp
>       provider provider
>
> # Step 2: configure  internal interface
> # Default: eth1 / fixed IP = 192.168.1.254
> #auto eth1
> iface eth0 inet static
>       address 192.168.1.254
>       masklen 24
>       broadcast 192.168.1.255
ok

> --snip--
>
> # /etc/ppp/options
> debug
> asyncmap 0
> auth
> crtscts
> lock
> hide-password
> modem
> # proxyarp
> lcp-echo-interval 30
> lcp-echo-failure 4
> noipx
> demand
> idle 600
ok, I also have my "name line" in here

>
> /etc/chatscripts/provider
> # ISP login script
> # What follows is OK for Compuserve
> # Adjust to your taste
> ABORT "BUSY"
> ABORT "NO CARRIER"
> ABORT "VOICE"
> ABORT "NO DIALTONE"
> ABORT "NO ANSWER"
> "" ATZ
> # ISP telephone number: 2583320
> OK ATDT2583320#
> CONNECT ''
> Name: Highstream
I would remove "Name: Highstream" line from here

> # With compuserve your_login_account=12345,6789
> #ID: your_login_account/go:pppconnect
> #Password: your_password
> #PPP
>
> /etc/ppp/peers/provider
> # ISP pppd options file
> # What follows is OK for Compuserve
> #
> noauth
> debug         # log transaction to /var/log/messages
> /dev/ttyS0    # (ttyS0=com1, ttyS1=com2, ...)
> 115200                # baud  rate
> modem
> crtscts               # use hardware flow control
> asyncmap 0
> defaultroute  # ppp becomes default route to the internet
> noipdefault
> lock          # don't let other processes besides PPP use the device
> name [EMAIL PROTECTED]
> connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
ok

>
> On Thu, 2002-10-31 at 19:14, Larry Platzek wrote:
> > Hi Keith,
> > As a quick fix try dropping or commentting out the proxyarp statment in
> > the ppp configuration file (/etc/ppp/options).
> > I will try to configure Bering-1.0-rc4 again (missplaced the disk).
> > I do have another variation running  based on Bering-1.0-rc4,
> > and do have pppd demand dialing working.
> > Let me know if this fixes problem or not.
> > I meant to get this version working again.
> >
> > Larry Platzek  [EMAIL PROTECTED]
> >
> >
> > On 31 Oct 2002, Keith Iosso wrote:
> >
> > > Date: 31 Oct 2002 18:15:46 -0800
> > > From: Keith Iosso <[EMAIL PROTECTED]>
> > > To: [EMAIL PROTECTED]
> > > Cc: Keith Iosso <[EMAIL PROTECTED]>
> > > Subject: [leaf-user] Bering 1.0-rc4 Serial Modem - proxy arp ethernet
> > >     address
> > >
> > > Hello,
> > >   I am inexpressably grateful to those who have taken the time to develop
> > > these products and give their valuable time to helping ignorami like
> > > myself.
> > >
> > > I have followed the instructions to the best of my abilities to setup a
> > > serial modem following section 2 of the user's guide.  I want it to
> > > operate on demand.
> > >
> > > When PPP starts it announces that it "Cannot determine ethernet address
> > > for proxy ARP" and never even starts to dial.
It will dial after it has a reason to.
try ping some ip number on the internet 198.144.96.11 not by name in case
of dns problems.

> > >
> > > Please help me fix this.
> > >
> > > I modified the base setup by adding a "-v" to /etc/init.d/networking and
> > > "debug" to /etc/ppp/options, but I don't see any more messages in
> > > /var/log/syslog.  when doing "pon" or "poff".
> > >
> > > My pings from the internal workstation aren't working either as
> > > described below, but I think that it is a routing problem with the
> > > workstation and I want to solve this first.
> > >
> > > Please let me know if more info would be helpful.
> > >
> > > Thanks to all for your attention,
> > > Keith
> > >
> > > uname -a:
> > > Linux firewall 2.4.18 #6 Sun Oct 20 15:06:22 CEST 2002 i486 unknown
> > >
> > > ip addr show:
> > > 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
> > >     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> > >     inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
> > > 2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop
> > >     link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
> > > 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
> > >     link/ether 00:a0:24:a3:49:e5 brd ff:ff:ff:ff:ff:ff
> > >     inet 192.168.1.254/24 brd 192.168.1.255 scope global eth0
Notice no ppp0 device.

> > >
> > > ip route show:
> > > 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.254
> > >
> > > /var/log/messages:
> > > May 29 06:42:33 firewall syslogd 1.3-3#31.slink1: restart.
> > >
> > > /var/log/syslog
> > >
> > > ip_masq, ipmasqadm: not found
not sure about why????

> > >
> > > iptables -nvL:
> > > Chain INPUT (policy DROP 0 packets, 0 bytes)

Sorry for got to snip a lot on my first reply.
I am just about to try my Bering-1.0-rc4 shortly.




-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
------------------------------------------------------------------------
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