RE: One NIC one ppp daemon, multiple IP addresses

2006-02-02 Thread fbsd_user
Those ip address are dynamic ip addressed assigned to your dialup
connection in the past.
Your ppp.conf is missing these statements.

disable iface-alias# Stop adding old IP address as alias
 # when ppp redials because line was
 # lost. These old IPs showed using
 # ifconfig -a on tun0.

iface clear # Remove all previous IP addresses




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of László Nagy
Sent: Thursday, February 02, 2006 4:09 AM
To: freebsd-questions@freebsd.org
Subject: One NIC one ppp daemon, multiple IP addresses



%ifconfig
ed0: flags=8843 mtu 1500
ether 00:50:bf:29:52:a8
media: Ethernet autoselect (10baseT/UTP)
rl0: flags=8843 mtu 1500
options=8
inet 172.16.0.1 netmask 0xf000 broadcast 172.16.15.255
ether 00:01:29:25:c3:39
media: Ethernet autoselect (100baseTX)
status: active
plip0: flags=108810 mtu
1500
lo0: flags=8049 mtu 16384
inet 127.0.0.1 netmask 0xff00
tun0: flags=8051 mtu 1492
inet 62.68.183.234 --> 62.112.192.130 netmask 0x
inet 62.68.163.111 --> 62.112.192.134 netmask 0x
inet 83.216.40.139 --> 62.112.192.142 netmask 0x
Opened by PID 230

I have only one ISP. How this is possible?

Laci

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: One NIC one ppp daemon, multiple IP addresses

2006-02-02 Thread Danial Thom


--- László Nagy <[EMAIL PROTECTED]> wrote:

> 
> %ifconfig
> ed0:
>
flags=8843
> mtu 1500
> ether 00:50:bf:29:52:a8
> media: Ethernet autoselect
> (10baseT/UTP)
> rl0:
>
flags=8843
> mtu 1500
> options=8
> inet 172.16.0.1 netmask 0xf000
> broadcast 172.16.15.255
> ether 00:01:29:25:c3:39
> media: Ethernet autoselect (100baseTX)
> status: active
> plip0:
>
flags=108810
> mtu 1500
> lo0: flags=8049
> mtu 16384
> inet 127.0.0.1 netmask 0xff00
> tun0:
> flags=8051
> mtu 1492
> inet 62.68.183.234 --> 62.112.192.130
> netmask 0x
> inet 62.68.163.111 --> 62.112.192.134
> netmask 0x
> inet 83.216.40.139 --> 62.112.192.142
> netmask 0x
> Opened by PID 230
> 
> I have only one ISP. How this is possible?
> 
> Laci

The point of a tunnel is to create virtual
connections, so there is no relationship between
how many physical interfaces you have and  how
many tunnels you can have.

Danial

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


One NIC one ppp daemon, multiple IP addresses

2006-02-02 Thread László Nagy


%ifconfig
ed0: flags=8843 mtu 1500
   ether 00:50:bf:29:52:a8
   media: Ethernet autoselect (10baseT/UTP)
rl0: flags=8843 mtu 1500
   options=8
   inet 172.16.0.1 netmask 0xf000 broadcast 172.16.15.255
   ether 00:01:29:25:c3:39
   media: Ethernet autoselect (100baseTX)
   status: active
plip0: flags=108810 mtu 1500
lo0: flags=8049 mtu 16384
   inet 127.0.0.1 netmask 0xff00
tun0: flags=8051 mtu 1492
   inet 62.68.183.234 --> 62.112.192.130 netmask 0x
   inet 62.68.163.111 --> 62.112.192.134 netmask 0x
   inet 83.216.40.139 --> 62.112.192.142 netmask 0x
   Opened by PID 230

I have only one ISP. How this is possible?

   Laci

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"