Hello,
I recently installed Windows Vista (it rocks my socks), and Xfire seems to be not working. Well XFire works fine, it's the voice (ringing) stuff that does work.
I get this error message "NAT Check Failed, Error 11".
Now if I drop the outbound access list it works fine, type 1 nat or something. Thing is I only have to drop it when loading XFire, I can re-enable it and then make a call and it works fine.
http://www.xfire.com/nat_types/
I've got a Cisco 837, with ADSL1
Originally it was just the first statement for the access list but I started to chuck things when it stopped working. Funny thing is that everything worked with XP, I don't remember changing anything. Unless I forgot to save the config and it crashed... maybe?
I haven't been using Vista for 3 week, only like 1.
Thanks
[EDIT]
Ive got this at the end:
I use syslog to pick up the messages and nothing is out of the ordinary.
I recently installed Windows Vista (it rocks my socks), and Xfire seems to be not working. Well XFire works fine, it's the voice (ringing) stuff that does work.
I get this error message "NAT Check Failed, Error 11".
Now if I drop the outbound access list it works fine, type 1 nat or something. Thing is I only have to drop it when loading XFire, I can re-enable it and then make a call and it works fine.
http://www.xfire.com/nat_types/
I've got a Cisco 837, with ADSL1
Code:
ip nat inside source static udp 192.168.1.10 25777 interface Dialer1 25777
access-list 119 remark TO INTERNET
...
access-list 119 remark Xfire
access-list 119 permit udp any any eq 25777 log
access-list 119 permit tcp any any eq 25777 log
access-list 119 permit ip any host 204.71.190.131 log
access-list 119 permit ip any host 204.71.190.132 log
Originally it was just the first statement for the access list but I started to chuck things when it stopped working. Funny thing is that everything worked with XP, I don't remember changing anything. Unless I forgot to save the config and it crashed... maybe?
Code:
Luke uptime is 3 weeks, 6 days, 18 hours, 7 minutes
System returned to ROM by error - a SegV exception, PC 0x8097C848
I haven't been using Vista for 3 week, only like 1.
Thanks
[EDIT]
Ive got this at the end:
Code:
access-list 119 remark Block the rest
access-list 119 deny ip any any log
...
ip inspect audit-trail
I use syslog to pick up the messages and nothing is out of the ordinary.
Last edited: