Hello all,
I have Verizon FIOS in my house. I am playing around with my PIX-506E, trying to get it to work with the FIOS connection. I know FIOS uses PPPoE. I have the correct username & password - and have verified this by setting up a Linksys Router (and getting online, etc).
On the PIX, I think I've setup everything correctly - here are the main config lines (I've also attached the full config):
ip address outside pppoe setroute
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
access-list from-outside-coming-in permit ip any any
access-group from-outside-coming-in in interface outside
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname USERNAME
vpdn group pppoe_group ppp authentication pap
vpdn username USERNAME password PASSWORD store-local
As you can see, I've even allowed everything IP to enter in, just to rule out that case. I even set the MTU to 1492 from 1500 thinking it *might* have something to do with it.
To make things even more confusing, I find that it will sometimes pull an IP from Verizon (and it seems to be an IP from the block I usually get, 71.x.x.x) ... then , after a couple of min, the IP disappears. When it does have an IP, I still cannot get to the outside world.
Anyone have any thoughts or experience setting this up?
Thanks all
pix01# show config
: Saved
: Written by enable_15 at 23:18:12.596 UTC Mon Jan 28 2008
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password NuLKvvWGg.x9HEKO encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pix01
domain-name homenetwork.local
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list from-outside-coming-in permit ip any any
pager lines 24
logging on
mtu outside 1492
mtu inside 1492
ip address outside pppoe setroute
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging debugging 100
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
access-group from-outside-coming-in in interface outside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname USERNAME
vpdn group pppoe_group ppp authentication pap
vpdn username USERNAME password PASSWORD store-local
dhcpd address 192.168.1.120-192.168.1.170 inside
dhcpd dns 208.67.222.222 208.67.220.220
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
Cryptochecksum:95a4fab674d8f2042f3caef31f056b00
pix01#
send_padiSnd) Dest:ffff.ffff.ffff Src:001a.e2d8.ad50 Type:0x8863=PPPoE-Discovery
Ver:1 Type:1 Code:09=PADI Sess:0 Len:12
Type:0101:SVCNAME-Service Name Len:0
Type:0103:HOSTUNIQ-Host Unique Tag Len:4 00000002
padi timer expired
I have Verizon FIOS in my house. I am playing around with my PIX-506E, trying to get it to work with the FIOS connection. I know FIOS uses PPPoE. I have the correct username & password - and have verified this by setting up a Linksys Router (and getting online, etc).
On the PIX, I think I've setup everything correctly - here are the main config lines (I've also attached the full config):
ip address outside pppoe setroute
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
access-list from-outside-coming-in permit ip any any
access-group from-outside-coming-in in interface outside
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname USERNAME
vpdn group pppoe_group ppp authentication pap
vpdn username USERNAME password PASSWORD store-local
As you can see, I've even allowed everything IP to enter in, just to rule out that case. I even set the MTU to 1492 from 1500 thinking it *might* have something to do with it.
To make things even more confusing, I find that it will sometimes pull an IP from Verizon (and it seems to be an IP from the block I usually get, 71.x.x.x) ... then , after a couple of min, the IP disappears. When it does have an IP, I still cannot get to the outside world.
Anyone have any thoughts or experience setting this up?
Thanks all
pix01# show config
: Saved
: Written by enable_15 at 23:18:12.596 UTC Mon Jan 28 2008
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password NuLKvvWGg.x9HEKO encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pix01
domain-name homenetwork.local
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list from-outside-coming-in permit ip any any
pager lines 24
logging on
mtu outside 1492
mtu inside 1492
ip address outside pppoe setroute
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging debugging 100
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
access-group from-outside-coming-in in interface outside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname USERNAME
vpdn group pppoe_group ppp authentication pap
vpdn username USERNAME password PASSWORD store-local
dhcpd address 192.168.1.120-192.168.1.170 inside
dhcpd dns 208.67.222.222 208.67.220.220
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
Cryptochecksum:95a4fab674d8f2042f3caef31f056b00
pix01#
send_padiSnd) Dest:ffff.ffff.ffff Src:001a.e2d8.ad50 Type:0x8863=PPPoE-Discovery
Ver:1 Type:1 Code:09=PADI Sess:0 Len:12
Type:0101:SVCNAME-Service Name Len:0
Type:0103:HOSTUNIQ-Host Unique Tag Len:4 00000002
padi timer expired