The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > BSD
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-19-2007
sniper007 sniper007 is offline
Banned
 

Join Date: Mar 2007
Posts: 6
PPPoE + mpd = MSN messenger not works

HI!

Because ppp deamon by no means reconnect if connection droped i try mpd. Mpd successful recoennct and all works fine except one problem, MSN messenger can't sign in (error 81000360). With ppp deamon msn works good.

With mpd and ppp have exactly firewall settings "OPEN"...

Where is the problem? Thanks

rc.conf
Code:
gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
natd_enable="YES"
natd_interface="ng0"
natd_flags="-f /etc/natd.conf"
ipfw list

Code:
 [root@gw /home/sniper 17:16:40] #  ipfw list
00050 divert 8668 ip4 from any to any via ng0
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
65000 allow ip from any to any
65535 deny ip from any to any
 [root@gw /home/sniper 17:16:44] #
Reply With Quote
Forum Sponsor