Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stack of 8 IP's, new MCI router

Status
Not open for further replies.

encinitas

Technical User
Sep 6, 2005
84
0
0
US
hello,
moving to a new site Friday. I'm getting a router from MCI for my new T1. Not sure how they will configure it, but it gets sent to me tomorrow.
I have a PIX to PIX VPN, and Exchange, and some remote clients using Cisco Dialer.
So do I use one of the 8 IP's as the "outside" IP, and another one as the route outside?
I'll have an MCI tech helping me, I think. I just need the router to pass the right info to the PIX, like the authentication for my Cisco dialers, Exchange, etc.

thanks in advance.
 
one of the public ip will be assigned to the router and the rest of the ips will be forwarded to PIX. Make sure that there is no nat or firewall on the router.
 
The router should just do that, routing. Meaning all of your traffic will be routed to your Pix. Are they requiring you to change you IP subnet to the new /29 net or is that in addition to your existing network?
 
networkghost-
we're changing from SBC to MCI. My new range is x.x.144.224-231 , and MCI tech said to use .225 for the router.

so, on my PIX, which new IP should I use?

here's current:
ip address outside x.x.128.10 255.255.255.248
route outside 0.0.0.0 0.0.0.0 x.x.128.9 1

change to:
ip address outside x.x.144.226 255.255.255.248
route outside 0.0.0.0 0.0.0.0 x.x.144.225 1

does that look right?
and the .226 is now my Exchange/VPN public IP?


******
ok- just got an email from MCI tech:
"Try using Router x.x.144.226 and the 225 as DW."
what is DW?!

thanks in advance
 
ok- i made the change, put in the new IP's. here's my status:
i can send mail out, can't receive it. i can ping mci's dns from the PIX, i can surf the web, can attach to my mail server using , can't ssh into the PIX, can't use the Cisco VPN dialer with the new IP.
I send my mail through a spam filter service first, and i changed my IP on their web GUI a couple hours ago. a tracert from them is successful, but a latency test is not.
any thoughts? mail is most important. is it the DNS propogation? i changed mail.mydomain.com IP a couple hours ago too and a ping still point to it.

thanks in advance

here's my new PIX config:

PIX Version 6.3(4)
interface ethernet0 10baset
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password Y4VhkpgwXuS6dpYQ encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname wdi-office
domain-name xxx.com
clock timezone PST -8
clock summer-time PDT recurring
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 ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
no fixup protocol tftp 69
names
access-list 101 permit ip 192.168.102.0 255.255.255.0 10.1.1.0 255.255.255.0
access-list 101 permit ip 192.168.102.0 255.255.255.0 192.168.103.0 255.255.255.
0
access-list 102 permit ip 192.168.102.0 255.255.255.0 192.168.103.0 255.255.255.
0
access-list 103 permit tcp 64.18.0.0 255.255.240.0 host 66.47.128.10 eq smtp
access-list 103 permit tcp 207.126.144.0 255.255.240.0 host 66.47.128.10 eq smtp

access-list 103 permit tcp any host x.x.144.226 eq www
access-list 103 permit tcp any host x.x.144.226 eq https
access-list localtovpnclient permit ip 0.0.0.0 255.255.255.0 192.168.102.0 255.2
55.255.0
access-list nonatinside permit ip 0.0.0.0 255.255.255.0 192.168.102.0 255.255.25
5.0
access-list nonatinside permit ip 192.168.102.0 255.255.255.0 192.168.102.96 255
.255.255.224
access-list nonatinside permit ip 192.168.102.0 255.255.255.0 192.168.103.0 255.
255.255.0
access-list fromoutside permit tcp 192.168.102.0 255.255.255.0 host 192.168.102.
2
access-list fromoutside permit udp 192.168.102.0 255.255.255.0 host 192.168.102.
2 eq domain
access-list carlsbad_splitTunnelAcl permit ip 192.168.102.0 255.255.255.0 any
access-list outside_cryptomap_dyn_30 permit ip any 192.168.102.96 255.255.255.22
4
access-list icmp permit icmp any any echo-reply
access-list icmp permit icmp any any source-quench
access-list icmp permit icmp any any unreachable
access-list icmp permit icmp any any time-exceeded
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.x.144.226 255.255.255.248
ip address inside 192.168.102.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool jabuza 10.1.1.1-10.1.1.5
ip local pool vpnclientpool 192.168.102.100-192.168.102.120
pdm location 0.0.0.0 255.255.255.0 inside
pdm location 192.168.102.2 255.255.255.255 inside
pdm location 192.168.102.0 255.255.255.0 outside
pdm location 192.168.103.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonatinside
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp x.x.144.226 255.255
.255.255 0 0
static (inside,outside) tcp x.x.144.226 https 192.168.102.2 https netmask 255
.255.255.255 0 0
static (inside,outside) tcp x.x.144.226 smtp 192.168.102.2 smtp netmask 255.2
55.255.255 0 0
access-group 103 in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.144.225 1
timeout xlate 0:05: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 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
aaa-server west protocol radius
aaa-server west max-failed-attempts 3
aaa-server west deadtime 10
aaa-server west (inside) host 192.168.102.2 w3stbuz@ timeout 5
http server enable
http 192.168.1.0 255.255.255.0 inside
http 192.168.102.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server inside 192.168.102.2 /
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map mydynmap 30 match address outside_cryptomap_dyn_30
crypto dynamic-map mydynmap 30 set transform-set myset
crypto map mymap 10 ipsec-isakmp
crypto map mymap 10 match address 102
crypto map mymap 10 set peer 69.229.60.249
crypto map mymap 10 set peer 69.229.60.250
crypto map mymap 10 set transform-set myset
crypto map mymap 20 ipsec-isakmp dynamic mydynmap
crypto map mymap client authentication west
crypto map mymap interface outside
isakmp enable outside
isakmp key ******** address 69.229.60.249 netmask 255.255.255.255
isakmp identity address
isakmp keepalive 15 5
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
isakmp policy 30 authentication pre-share
isakmp policy 30 encryption des
isakmp policy 30 hash md5
isakmp policy 30 group 1
isakmp policy 30 lifetime 86400
vpngroup carlsbad address-pool vpnclientpool
vpngroup carlsbad dns-server 192.168.102.2
vpngroup carlsbad wins-server 192.168.102.2
vpngroup carlsbad default-domain westdevelopmentinc.local
vpngroup carlsbad split-tunnel carlsbad_splitTunnelAcl
vpngroup carlsbad idle-time 1800
vpngroup carlsbad password ********
telnet 192.168.102.0 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 30
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe 40
vpdn group 1 client configuration address local jabuza
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn enable outside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
 
ok- i think i found what the culprit was- the access list 103 still had my old ip for smtp.
i can vpn in now and ssh.
the other config was on a newer PIX, new OS version. I'll swap it out later, after the rest of the move.

thanks-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top