Sponsored Content
Full Discussion: ADSL with Darwin 1.41
Top Forums UNIX for Dummies Questions & Answers ADSL with Darwin 1.41 Post 17377 by chenly on Thursday 14th of March 2002 09:47:53 AM
Old 03-14-2002
Bug Former Mac OS X Newbie

The Network panel in the System Preferences application (default location is /Applications/Utilities) controls the internet connection. Set the location to Home, and disable the analog modem in the drop-down menu just below the location drop-down menu. This should leave only the ethernet port(s) available. Turn off AppleTalk in the AppleTalk tab's pane; turn off PPPoE in the PPPoE tab's pane (unless, of course, your ISP uses PPPoE; check with them). In the Proxies tab's pane, make sure that all are UNchecked. Lastly, in the TCP/IP pane, select Using DHCP (this stands for Dynamic Host Control Protocol) from the Configure: drop-down menu. This process will set OS X to look for a DHCP server (your DSL router/bridge) on the ethernet port. If you have more than one ethernet port, make sure that the one you configured is the one the router/ bridge is plugged into. This is only a first-pass attempt; your ISP may use PPPoE (Point-to-Point Protocol over Ethernet), or you might be fortunate enough to have a static (unchanging) IP address rather than a dynamically assigned one. In any case, post your progress here; I've subscribed to this thread, so I'll know whenever new posts are made. Note: if you have not subscribed to this thread, the option to do so is just below.
 

9 More Discussions You Might Find Interesting

1. IP Networking

Unix and ADSL

Is ADSL support available for Unix/Linux? If I want to set up a internet server, will it have to be Windows with a seperate unix box? Or can it be a clean unix server? (2 Replies)
Discussion started by: vannie
2 Replies

2. UNIX for Dummies Questions & Answers

PPPoE + ADSL on FreeBSD 4.4

Hi everyone, This is basically my problem. I setup freebsd, and wanted to get my adsl connection up which uses pppoe to connect. I followed the steps in this (http://free.mine.nu/~squirrel/PPPoE/FreeBSD%20PPPoE%20Howto.htm) manual and configured everything successfully. The problem begins when i... (7 Replies)
Discussion started by: Luftwaffe
7 Replies

3. UNIX for Dummies Questions & Answers

Four PCs Sharing ADSL

Hello, everyone. I have a little favor to ask. Me and my friends decided sharing an ADSL line with four PCs. PC no.1: Desktop, two netcard (2000 and 8139), Mandrake 9.0 PC no.2: Acer notebook, PC Card, RTL-8139C/8139C+, MS 98 + Win 2000 Pro PC no.3: Desktop, net card 8139, WindowME + Win 2000... (1 Reply)
Discussion started by: HOUSCOUS
1 Replies

4. Solaris

Solaris 10 ADSL USB modem problem

Hi, I have USB Siemens Santis 100 ADSL modem.I need driver for this modem on Solaris 10.Please help me with some info.Platform is x86.Thanks. (2 Replies)
Discussion started by: Upravnik
2 Replies

5. Solaris

Installing USB adsl modem?

Hello all, granted that I am an absolute beginner with Solaris, I'd like to use my adsl modem, t's a Zyxel prestige 630. I managed to install and configure it under Ubuntu using the drivers from Conexant AccessRunner ADSL USB modems with Linux ; is there a chance to do the same under Solaris 10... (0 Replies)
Discussion started by: clalfa
0 Replies

6. IP Networking

Sharing Adsl Link

Hi guyz, got a little bit of a situation here. we are sharing an ADSL link with another organization. so there are 2 networks. network 1: has the adsl router and the whole n/w is on subnet 192.168.0.* the adsl router has its ip as 192.168.0.1 network 2(now us): we have set up a linux... (0 Replies)
Discussion started by: royashoya
0 Replies

7. OS X (Apple)

Darwin ports

Hi there. I have an MacBookPro and I want to install Darwin ports. I downloaded & installed MacPorts-1.7.0.pkg and now I don't know what to do. I tried: # port -d selfupdate .... error 1 Command output: checking build system type... i686-apple-darwin9.7.0 checking host system type...... (7 Replies)
Discussion started by: hirohitosan
7 Replies

8. Shell Programming and Scripting

Using Net::Telnet in Perl to connect to an adsl modem

Hello, First of all, congratulations on this forum! Very mice material! This is my fist thread and it has to do with connecting to an adsl modem and executing some commands. Heres what I do: $username = 'admin'; $passwd = 'admin'; $telnet = new Net::Telnet ( Timeout=>10,... (2 Replies)
Discussion started by: Ravendark
2 Replies

9. IP Networking

Configuring ADSL/3G/4G connectivity with Failover and Fallback capability

Hello All, I have one requirement in which, i have 3 connections one ADSL and two 4G dongle (Jio/Airtel). Where i need to configure ADSL and 4G connections, which i have configured and able to connect internet throught them, Now i need to create set-up for failover and fall back between them,... (0 Replies)
Discussion started by: linux.amrit
0 Replies
Info::AdslLine(3pm)					User Contributed Perl Documentation				       Info::AdslLine(3pm)

NAME
SNMP::Info::AdslLine - SNMP Interface to the ADSL-LINE-MIB AUTHOR
Alexander Hartmaier SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $info = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myrouter', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $info->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
SNMP::Info::AdslLine is a subclass of SNMP::Info that provides information about the adsl interfaces of a device. Use or create in a subclass of SNMP::Info. Do not use directly. Inherited Classes none. Required MIBs ADSL-LINE-MIB MIBs can be found at ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz GLOBALS
none TABLE METHODS
ATUC channel table ("adslAtucChanTable") This table provides one row for each ATUC channel. ADSL channel interfaces are those ifEntries where ifType is equal to adslInterleave(124) or adslFast(125). $info->adsl_atuc_interleave_delay() ("adslAtucChanInterleaveDelay") $info->adsl_atuc_curr_tx_rate() ("adslAtucChanCurrTxRate") $info->adsl_atuc_prev_tx_rate() ("adslAtucChanPrevTxRate") $info->adsl_atuc_crc_block_len() ("adslAtucChanCrcBlockLength") ATUR channel table ("adslAturChanTable") This table provides one row for each ATUR channel. ADSL channel interfaces are those ifEntries where ifType is equal to adslInterleave(124) or adslFast(125). $info->adsl_atur_interleave_delay() ("adslAturChanInterleaveDelay") $info->adsl_atur_curr_tx_rate() ("adslAturChanCurrTxRate") $info->adsl_atur_prev_tx_rate() ("adslAturChanPrevTxRate") $info->adsl_atur_crc_block_len() ("adslAturChanCrcBlockLength") perl v5.12.4 2011-09-28 Info::AdslLine(3pm)
All times are GMT -4. The time now is 12:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy