- 精华
- 0
- 帖子
- 157
- 威望
- 0 点
- 积分
- 158 点
- 种子
- 0 点
- 注册时间
- 2006-8-20
- 最后登录
- 2020-1-16
|
可能有点火星但是我今天才学会,放上来给大家参考,希望能够帮助没钱买无线接收器的朋友
原文-First off, get all the hardware setup. This is probably the easiest part. Take the cable that comes with your Xbox (or any network cable that fits) and connect it to the back of your Xbox and your Mac. Turn on the Mac and the Xbox (not necessarily simultaneously; probably turn on your Mac first). When your Xbox is on, head to the Xbox dashboard.
-On your Mac, head over to the System Preferences and click on “Network.” From the “Show” menu, select “Built-in Ethernet” and set “Configure IPv4? to “Off.” Now head back to System Preferences (click “Show All”) and then go to “Sharing.” Click on the “Internet” button and check the box next to “Built-in Ethernet.” Make sure “Share your connection from: Airport” is selected as well.
-Open Terminal (if you can’t find it, just type “Terminal” in Spotlight) and type in the following exactly: ifconfig en0. Hit enter, and it should return something like inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255. If the first IP is something other than 192.168.2.1 make note of it, and don’t close Terminal.
-Now, turn around and grab your Xbox controller. Go to the Network settings, and set the IP Configuration to Manual, the IP to 192.168.2.2, the Mask to 255.255.255.0, and the router/gateway to 192.168.2.1 (the IP that I told you to make note of earlier — if yours is different, input that IP instead).
-Get back on your Mac, go to Terminal, and type in dig and hit enter. There will be a lot of data, but you need to pay attention to only one line. Near the end of the output, a line will begin with SERVER. That’s the line you need to look at. Find the IP address in that line, and highlight it.
-Go to the Xbox and go to DNS Configuration. Set it to Manual, and input the IP that you just found in Terminal as the primary DNS server. Set your PPPoE settings to Off and your Advanced to Automatic.
-Test your Xbox Live connection. Provided you followed all the steps properly, you should have a connection.
我给翻译下:
首先在网络设置里面以太网ipv4下拉列表选择关, 确认你的电脑已经连上无线网络,用网线链接电脑和360.
接下来到系统偏好设置里面点共享,然后internet 共享,你会看到右边有个框框,把以太网前面的勾勾上,确认上面通过以下方式将的下拉列表选择airport。最后进入终端输入ifconfig en0,你会看见几条信息, 其中一条写的是
inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255,如果ip 不是 192.168.2.1,记下写的是什么。
现在打开XBOX到网络设置里面选择手动设置,ip 输入你终端里面看到的ip但是在最后一为加1,比如说你的是192.168.2.1那你这里输入的就是192.168.2.2, mask 输入 255.255.255.0,gateway输入你终端里面看到的ip点完成。接下来设置DNS, 首先返回终端, 输入 dig 按回车,会看到一大堆信息,我们需要的只有一行,在靠近最下面你会看见一行是server开头的,后面跟着一个ip地址, 记下这个IP然后输入到DNS里面,最后关闭PPPoE和高级选项。
设置都完成了,测试下连接,如果设置一切顺利你已经可以登录live的,祝大家玩的愉快. |
|