[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unauthorized remote IP address



Hmmm, I have it wide open, from my pap-secrets

# INBOUND connections
# Every regular user can use PPP and has to use passwords from /etc/passwd
*       brian   "*"     *

I even tried
*       brian  "*"   192.168.1.99

and got the same results.



*- On  9 Jun, Jens B. Jorgensen wrote about "Re: Unauthorized remote IP address"
> The trouble is in your pap-secrets file most likely. The fourth field dictates what IPs can be used. Put
> in the IP you'd like to use or * to let it use anything.
> 
> Brian Servis wrote:
> 
>> Hi all,
>>
>> I am trying to establish a network connection with my Palm Pilot via
>> the cradle on ttyS0 and pppd won't let it stay connected.  It
>> successfully lets the Palm log in but then terminates the connection
>> when it is setting up the interface, saying the peer(the pilot) is not
>> authorized to use the ip 192.168.1.99.  Below is the debug output and
>> the config file I am using
>>
>> % cat /etc/ppp/options.palm
>> require-pap
>> login
>> auth
>> passive
>> silent
>> persist
>> local
>> debug
>> kdebug 1
>> -detach
>> mtu 576
>> mru 576
>> lock
>> netmask 255.255.255.0
>> 192.168.1.1:192.168.1.99
>> crtscts
>> asyncmap 0
>> name brian
>>
>> % pppd /dev/ttyS0 19200 file /etc/ppp/options.palm
>> Using interface ppp1
>> Connect: ppp1 <--> /dev/ttyS0
>> rcvd [LCP ConfReq id=0x11 <asyncmap 0x0> <pcomp> <accomp>]
>> sent [LCP ConfReq id=0x1 <mru 576> <asyncmap 0x0> <auth pap> <magic 0xd22bea28> <pcomp> <accomp>]
>> sent [LCP ConfAck id=0x11 <asyncmap 0x0> <pcomp> <accomp>]
>> rcvd [LCP ConfRej id=0x1 <magic 0xd22bea28>]
>> sent [LCP ConfReq id=0x2 <mru 576> <asyncmap 0x0> <auth pap> <pcomp> <accomp>]
>> rcvd [LCP ConfAck id=0x2 <mru 576> <asyncmap 0x0> <auth pap> <pcomp> <accomp>]
>> rcvd [PAP AuthReq id=0x8 user="servis" password="<*removed*>"]
>> user servis logged in
>> sent [PAP AuthAck id=0x8 "Login ok"]
>> sent [IPCP ConfReq id=0x1 <addr 192.168.1.1> <compress VJ 0f 01>]
>> sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
>> rcvd [IPCP ConfReq id=0xd <addr 192.168.1.99> <compress VJ 03 01> <ms-dns 0.0.0.0> <ms-dns 0.0.0.0>]
>> sent [IPCP ConfRej id=0xd <ms-dns 0.0.0.0> <ms-dns 0.0.0.0>]
>> rcvd [IPCP ConfNak id=0x1 <compress VJ 03 01>]
>> sent [IPCP ConfReq id=0x2 <addr 192.168.1.1> <compress VJ 03 01>]
>> rcvd [LCP ProtRej id=0x12 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
>> rcvd [IPCP ConfReq id=0xe <addr 192.168.1.99> <compress VJ 03 01>]
>> sent [IPCP ConfAck id=0xe <addr 192.168.1.99> <compress VJ 03 01>]
>> rcvd [IPCP ConfAck id=0x2 <addr 192.168.1.1> <compress VJ 03 01>]
>> Peer is not authorized to use remote address 192.168.1.99
>> sent [IPCP TermReq id=0x3 "Unauthorized remote IP address"]
>> rcvd [IPCP TermAck id=0x3 "Unauthorized remote IP address"]
>> sent [LCP TermReq id=0x3 "No network protocols running"]
>> rcvd [LCP TermAck id=0x3 "No network protocols running"]
>> Connection terminated.
>> Connect time 0.1 minutes.
>> Sent 273 bytes, received 262 bytes.
>>
>> I couldn't find any docs on what this means and how to fix it.  I tried
>> other private ip's with no luck.  I have a nic at 192.168.1.1, a win95
>> pc on the other end of the local lan using 192.168.1.2, my modem on ppp0
>> using the ip that it was assign for this call(128.46.112.36) and the lo
>> at 127.0.0.1.
>>
>> Any hints would be appreciated.
>>
>> --
>> Brian
>> ---------------------------------------------------------------------
>> Mechanical Engineering                              servis@purdue.edu
>> Purdue University                   http://www.ecn.purdue.edu/~servis
>> ---------------------------------------------------------------------
>>
>> --
>> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> --
> Jens B. Jorgensen
> jjorgens@bdsinc.com
> 
> 

-- 
Brian 
---------------------------------------------------------------------
Mechanical Engineering                              servis@purdue.edu
Purdue University                   http://www.ecn.purdue.edu/~servis
---------------------------------------------------------------------


Reply to: