From: Wu,Jiang (wujiang@xxxxxxxxx)
Date: Mon Nov 06 2000 - 09:52:01 GMT-3
I just configured:
interface Ethernet0/0
ip address 192.168.0.15 255.255.255.0
no ip directed-broadcast
ip nat inside
!
interface BRI1/0
ip address negotiated
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer string ...
dialer-group 1
isdn switch-type basic-net3
no cdp enable
ppp authentication pap callin
ppp pap sent-username ... password 7 ...
!
ip nat inside source list 1 interface BRI1/0 overload
ip route 0.0.0.0 0.0.0.0 BRI1/0
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip list 1
Under this configuration, things are like what I said. When ping from 192.168.0
.15 to .. say 200.200.200.200, dialer will up as the packets are interesting. B
ut the output of "debug dialer packets" shows those packets are uninteresting.
The packets' source addresses are that from ipcp.
Ignore my origin question.
Regards,
Wu
----- Original Message -----
From: Jansen <jysh@teamsun.com.cn>
To: Wu,Jiang <wujiang@bj163.com>
Sent: Monday, November 06, 2000 8:33 PM
Subject: Re: Re: NAT and interesting traffic
> Hi,
> Sorry for can't understand yet,if these packets are not interesting,
> then what packets trigger the dialer? Do you confiure this access-list on the
> remote side?
>
> Regards
> Jansen
>
> >Yes, it can. But there is a fault in the ios I think. That is, when configur
ing an access-list using addresses of the inside network and apply it to a dial
er-list, packets from inside to outside will trigger the dialer, but these pack
ets cannot keep the link up after idle timer because they are not interesting.
> >
> >Wu
> >
> >----- Original Message -----
> >From: Jansen <jysh@teamsun.com.cn>
> >To: Wu,Jiang <wujiang@bj163.com>
> >Sent: Monday, November 06, 2000 7:57 PM
> >Subject: Re: NAT and interesting traffic
> >
> >
> >> Hi,
> >> Can source-address been used as interesting traffic?
> >>
> >> Best Regards
> >> Jansen
> >>
> >>
> >> >Hi,
> >> >When I configure ISDN interface with NAT and want to control interesting
traffic, which source addresses should I use? Translated or not? Assuming that
traffic is origined from inside network.
> >> >
> >> >Thanks,
> >> >Wu
> >>
> >> Jansen
> >> jysh@teamsun.com.cn
> >>
>
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:42 GMT-3