cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
421
Views
0
Helpful
2
Replies

Stun basic IP re-addressing

mhanif
Level 1
Level 1

I’m running stun connection between two sites to accommodate FEP-to-FEP connection. It working fine with given set of IP address but lost connectivity when I change IPs.

Any help will be highly appreciated

*********************************************

Currently Configuration. (Working configuration)

Router A:

stun peer-name 184.5.148.224 (loop back)

stun protocol-group 3 basic

stun remote-peer-keepalive 10

stun quick-response

!

interface Serial3/0

bandwidth 56

no ip address

no ip redirects

no ip proxy-arp

ip accounting output-packets

encapsulation frame-relay

serial restart-delay 0

!

interface Serial3/0.54 point-to-point

bandwidth 56

ip address 192.168.1.9 255.255.255.252

no ip redirects

no ip unreachables

no ip proxy-arp

ip accounting output-packets

no cdp enable

frame-relay interface-dlci 54

!

interface Serial5/0

mtu 2104

no ip address

no ip proxy-arp

encapsulation stun

serial restart-delay 0

clockrate 19200

stun group 3

stun route all tcp 192.168.1.10

Router B:

stun peer-name 192.168.1.10

stun protocol-group 3 basic

!

interface Serial0

no ip address

encapsulation frame-relay

bandwidth 56

!

interface Serial0.55 point-to-point

ip address 192.168.1.10 255.255.255.252

bandwidth 56

frame-relay interface-dlci 55

!

interface Serial1

no ip address

encapsulation stun

clockrate 9600

stun group 3

stun route all tcp 192.168.1.9

*****************************************************

Configuration changes trying to implement:

stun peer-name 184.5.148.224 (loop back)

stun protocol-group 3 basic

stun remote-peer-keepalive 10

stun quick-response

!

interface Serial3/0

bandwidth 56

no ip address

no ip redirects

no ip proxy-arp

ip accounting output-packets

encapsulation frame-relay

serial restart-delay 0

!

interface Serial3/0.54 point-to-point

bandwidth 56

ip address 184.5.132.37 255.255.255.252

no ip redirects

no ip unreachables

no ip proxy-arp

ip accounting output-packets

no cdp enable

frame-relay interface-dlci 54

!

interface Serial5/0

mtu 2104

no ip address

no ip proxy-arp

encapsulation stun

serial restart-delay 0

clockrate 19200

stun group 3

stun route all tcp 184.5.132.38

Router B:

stun peer-name 184.5.132.38

stun protocol-group 3 basic

!

interface Serial0

no ip address

encapsulation frame-relay

bandwidth 56

!

interface Serial0.55 point-to-point

ip address 184.5.132.38 255.255.255.252

bandwidth 56

frame-relay interface-dlci 55

!

interface Serial1

no ip address

encapsulation stun

clockrate 9600

stun group 3

stun route all tcp 184.5.132.37

2 Replies 2

deilert
Level 6
Level 6

make sure you are able to ping your stun peers sourrcing from the appropriate interface

I'm able to ping stun peers sourrcing from the appropriate interface. I would like to know if there is any special procedure I need to follow after removing the old IPs.