The UNIX Forums  

Go Back   The UNIX Forums > OS Specific Forums > BSD
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley.


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Howto: PPPOE with Bandwidth Management for OpenBSD 2.8 (Default branch) iBot Software Releases - RSS News 0 05-01-2008 02:10 PM
pppoe nEuRoMaNcEr SCO 1 11-20-2003 07:32 PM
msn messenger behind a firewall tomapam Windows & DOS: Issues & Discussions 3 07-31-2002 07:00 AM
PPPoE + ADSL on FreeBSD 4.4 Luftwaffe UNIX for Dummies Questions & Answers 7 03-08-2002 01:08 PM
dns/pppoe Problems Recon UNIX for Dummies Questions & Answers 3 10-21-2001 08:02 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-2007
Registered User
 

Join Date: Mar 2007
Posts: 5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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
  #2 (permalink)  
Old 12-20-2007
sysgate's Avatar
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,068
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I looked at their documentation for a little, but having absolutely no experience with this daemon, my best shot would be :
Quote:
Mpd has extensive logging system supporting syslog. To direct logs into a file add lines
!mpd
*.* /var/log/mpd.log

into your /etc/syslog.conf file, create /var/log/mpd.log file and send SIGHUP to syslogd to reread config.
To enable all possible logging you can use 'log +all' command.
HTH.
Reply With Quote
  #3 (permalink)  
Old 12-20-2007
Registered User
 

Join Date: Mar 2007
Posts: 5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I ascertain problem is MTU in Win XP. If i set mtu manualy in xp then works fine.

I'm confused why this "mtu converting" don't works correctly?

Although ng0 has regular mtu 1492:

Code:
ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1492
and mpd.conf
Code:
pppoe_client:


        create bundle static B1
        set iface route default
        set ipcp ranges 0.0.0.0/0 0.0.0.0/0

        create link static L1 pppoe
        set link action bundle B1
        set auth authname user
        set auth password pass
        set link max-redial 0
        set link mtu 1492
        set link keep-alive 10 60
        set pppoe iface rl1
        set pppoe service ""
        disable ipv6cp
        open
I'm respect any advice how configure ipfw or nat or whatever because i cannot change all xp PC mtu settings?

Sniper
Reply With Quote
  #4 (permalink)  
Old 12-28-2007
Registered User
 

Join Date: Dec 2007
Location: Virginia, USA.
Posts: 202
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
This problem is well known and described here:
Renaud Waldura's Cheaper Broadband with FreeBSD and DSL
Search for '6.3.3' or 'tcpmssd'.
Reply With Quote
  #5 (permalink)  
Old 12-30-2007
Registered User
 

Join Date: Mar 2007
Posts: 5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
thank you very much
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 11:07 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
UNIX Forum Content Copyright ©1993-2008 SilkRoad Asia All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102