Windows sends all trafic over that link that is why.. 255.255.255.0 sends
all IP over that not just 192...

-=>Viper<=-

On Sat, 9 Oct 1999, Rommel V. Torres wrote:

> Hello,
> 
> I have problems whit ppp and subnets.
> 
> I have one ppp server in a linux box, whit this ip address local
> 192.188.50.193 netmask 255.255.255.192, The remote ip-addres are
> 192.188.50.194....253 whit netmask 255.255.255.192. However when I connect
> from window's client the netmask  don't are the same, the netmask in the
> window's client is 255.255.255.0.
> What happen ?
> 
> My files for ppp-options and ppp-dynamic are
> 
> options file ppp
> 
> -detach
> modem
> crtscts
> proxyarp
> netmask 255.255.255.192
> 
> dynamic file ppp
> 
> #
> # Dynamic PPP allocation script
> # Assigns PPP based on tty
> choice=`tty | cut -b6-10`
> case $choice in
>     ttyC0) exec /usr/sbin/pppd 192.188.50.193:192.188.50.194;;
>     ttyC1) exec /usr/sbin/pppd 192.188.50.193:192.188.50.195;;
>     ttyC2) exec /usr/sbin/pppd 192.188.50.193:192.188.50.196;;
>     :
>     :
> esac
> 
> 
> I need work whit subnet for thah I whis multiplexer bandwhit for ppp user's.
> 
> Thanks in advance
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to