Subject: Re: routing diffs. for ppp dial-in ?? mac68k/i386
To: Berndt Josef Wulf <wulf@ping.net.au>
From: noud de brouwer <noud@pop.knot.nl>
List: port-i386
Date: 01/12/1997 10:12:54
>noud de brouwer wrote
>>
>> i replaced a mac68k acting as a ppp server with an i386.
>> settings are the same (as far as i can see)
>> but now dialing in, i can only see the ppp server no other
>> host on the ether connceted to the ppp server.
>>
>> what's the diff. between those ports in that it doens't work
>> anymore??
>>
>
>Do you use the "proxyarp" option with your ppp? You also can
>statically announce the interfaces using the command:
>        arp -s ip-address ether-address pub
>
>I use the latter, announcing each dialup interface during
>bootup.

mee too (but no go):
arp -s 193.78.85.31 00:00:c0:10:0f:40 pub

ifconfigs don't show up 'normal',
should i ftp sys.tar.gz again and remake?

193# ifconfig ppp0
ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST>
        inet 193.78.85.35 --> 193.78.85.31 netmask 0xffffff00
ifconfig: SIOCGIFADDR_ISO: Invalid argument
ifconfig: SIOCGIFNETMASK_ISO: Invalid argument
ifconfig: SIOCGIFDSTADDR_ISO: Invalid argument
        iso  -->
193# ifconfig ed0
ed0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST>
        inet 193.78.85.35 netmask 0xffffff00 broadcast 193.78.85.255
ifconfig: SIOCGIFADDR_ISO: Invalid argument
ifconfig: SIOCGIFNETMASK_ISO: Invalid argument
        iso
193#
~n