Help me set up ADSL connection

Hi everybody!
I'm new to this forum, and I'm using Arch linux for about a week or two. I'm using Linux for about 2 years, though, so I'm not a newbie Linux user.
However, I'm having troubles with my adsl connection to internet. I have Thomson SpeedTouch 530 v5 adsl modem, connected via integrated Realtec network card. I have internet as long I as I don't start adsl service. But when I start adsl service I can't access internet anymore.
Any help regarding this matter is highly appreciated.
P.S. I have already read a bunch of simillar topics on this forum, but nothing actually helped me.

Hi vogt!
First to say that my modem began to acting strange last few days. Even on my Mandriva system sometimes it gives me troubles.
I have dynamical IP, and my current setup on Arch is this:
rc.conf wrote:
HOSTNAME="demon"
lo="lo 127.0.0.1"
#eth0="eth0 0.0.0.0 up"
eth0="dhcp"
INTERFACES=(lo eth0)
gateway="dhcp"
ROUTES=(!gateway)
DAEMONS=(@syslog-ng network adsl @httpd @mysqld @netfs @crond @ntpd @sensors @cpufreq alsa hal fam kdm)
/etc/ppp/pppoe.conf wrote:ETH='eth0'
USER='pejakm@adsl'
DEMAND=no
DNSTYPE=SPECIFY
PEERDNS=no
DNS1=81.93.64.1
DNS2=81.93.64.9
DEFAULTROUTE=yes
CONNECT_TIMEOUT=30
CONNECT_POLL=2
ACNAME=
SERVICENAME=
PING="."
CF_BASE=`basename $CONFIG`
PIDFILE="/var/run/$CF_BASE-pppoe.pid"
SYNCHRONOUS=yes
CLAMPMSS=1412
LCP_INTERVAL=20
LCP_FAILURE=3
PPPOE_TIMEOUT=80
FIREWALL=NONE
LINUX_PLUGIN=
PPPOE_EXTRA=""
PPPD_EXTRA=""
RETRY_ON_FAILURE=no
and I had to blank /etc/ppp/options
and to change "/usr/sbin/pppoe-start" to "/usr/sbin/pppoe-connect" in /etc/rc.d/adsl script so I could even start pppoe.
But at the moment I don't get what I want: still no ppp0 interface, but I have internet connection. I need ppp0 interface, because I have apache web server running (so I can access it from outside using current ip address - this works in Mandriva).

Similar Messages

  • Help in setting up internet connection with AOL

    I just purchased a MacBook this week (already have an iMac). I have phone line internet service with AOL as my provider. I purchased the modem from Apple to connect to my phone line. I have tried to use the SetUp Asst. to connect but I am not very computer literate and can't seem to get set up. I need very basic directions. Also, how do I use wifi with the MacBook? I have never used it before - I don't know how to configure it or get it started either. Any help would be tremendously appreciated. Sorry to be so illiterate!
    Sunny

    Welcome To Discussions Sunny!
    At what point in the setup are you?
    Do you have the AOL application installed on the MacBook?
    Do you have an existing AOL account?
    Do you have the External Modem connected to the MacBook, and also to the phone jack in the wall?
    ali b

  • Will someone please help me set-up Acrobat to send a PDF via webmail?  Acrobat returns a message "Server Connection Error .... Port 143 unavailable"

    Will someone please help me set-up Acrobat to send a PDF via webmail?  Acrobat returns a message "Server Connection Error .... Port 143 unavailable"

    Are you using a Microsoft or Apache web server? If so, you can submit to a server-side script, which will bypass web mail and client-side email software such as OUTLOOK.
    For examples:
    http://www.nk-inc.com/software/pdfemail.net/examples/

  • I need help in setting up a wireless connection

    I need help in setting up a wireless connection.
    I have a 2005 iMac G5 and currently I am using a Qwest DSL Modem with a Belkin router.
    Qwest suggested that I buy a new wireless modem/router. It may be the Motorola 3347 or another wireless modem. I am worried about security when on the internet and have read about changing the SSID password and use the WPA for encryption. All of this is a mystery to me.
    Also, I would like to buy from Directv the Linksys wireless adapter to use on my HD-DVR receiver to get their “On Demand Movies.”
    My question is, does my iMac G5 have all of the security I need to use a wireless modem, and with the Linksys adapter can I view my photos or DVD’s in iMovie wirelessly to my TV in the living room?
    I am concerned about security with a wireless setup, but it seems that all of the new TV’s have the ability to have a wireless connection to the internet.
    Any suggestions would help me.
    Thanks,
    DaisyMay

    NETGEAR RangeMax Dual-Band Wireless-N Router with 4 Ethernet Ports
    Model: WNDR3400-100NAS | SKU: 1208844
    This wireless router enables speeds up to 600 Mbps for efficient operation and features a broadband usage meter that ensures accurate measurement of daily, weekly and monthly Internet traffic.
     4 Read reviews (21)
    Sale: $79.99

  • Correct route for ADSL connection

    Hi
    I found a couple of threads on this topic but none of them seemed to be plain enough for a newbie to understand. I use an ADSL connection for my home box. The connection uses pppoe for authentication. When I start the computer, I have to run the following commands on every run to get access to internet:
    su
    route del default
    route add default gw 81.91.128.10
    Here is what my rc.conf reads:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Asia/Tehran"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=(pcspkr)
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=(mii slhc via-rhine ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-mpu401-uart snd-mpu401 snd-ac97-codec snd-via82xx soundcore fuse)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="localhost"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 81.91.128.10"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond dbus hal adsl privoxy tor keytouch)
    # End of file
    Here's my ifconfig output:
    eth0 Link encap:Ethernet HWaddr 00:05:5D:C8:A5:AA
    inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::205:5dff:fec8:a5aa/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:93252 errors:0 dropped:0 overruns:0 frame:0
    TX packets:69563 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:106552708 (101.6 Mb) TX bytes:6338531 (6.0 Mb)
    Interrupt:5 Base address:0xd000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:931 errors:0 dropped:0 overruns:0 frame:0
    TX packets:931 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1886158 (1.7 Mb) TX bytes:1886158 (1.7 Mb)
    ppp0 Link encap:Point-to-Point Protocol
    inet addr:91.184.72.216 P-t-P:81.91.128.10 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
    RX packets:92873 errors:0 dropped:0 overruns:0 frame:0
    TX packets:69152 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:104480285 (99.6 Mb) TX bytes:4801320 (4.5 Mb)
    What should I do to get the thing done without any manual intervention?

    Please refer to this wiki for the detailed and correct steps to set it up:
    http://wiki.archlinux.org/index.php/PPP … _with_pppd
    And remember to set eth0 up in rc.conf as follow:
    eth0="eth0 0.0.0.0 up"
    I don't know why you have to set route up manually. I thought that the pppd daemon will do it for you.
    And... just use /etc/rc.d/pppd not /etc/rc.d/adsl.
    Hope this helps.
    BR,
    bsdson.tw

  • Getting help for setting up a "good" network

    Hi all,
    I've been "managing" our network and doing the IT stuff even though I'm not a "true" IT guy, just a graphic artist dabbling in the stuff. I want to get some help on moving our multiple public IP address network to a more secure single Public IP address. I don't know where I can get that help so I'm taking my chances here even though this is not specific to Apple server.
    Here's the equipment we have:
    Apple Extreme dual band
    Apple Server 10.6.3 for file services, iCal, iChat, DNS, Open directory, Address book, Web.
    FTP server using CrushFTP on a Mac Pro running 10.6.3
    Two ADSL modem from same ISP, one 16 Mbps the other 10 Mbps
    a Peplink Balance 310 for load balancing the traffic (and it's not working as advertised as far as I could configure it.
    30 static IP addresses hooked to the 16Mbps modem/router
    a gigabit switch ASANTE Intracore IC36240
    a 100 mbs switch ASANTE intracore 3524
    I'd also like to be able to log into any machine remotely with ARD. Right now, it's a peace of cake with everyone having it's own public IP address, but how will I make this work with DHCP? I'd also like to be able to have VPN enabled.
    I have no idea how to make the best of this equipment so if you have any insight or know where I can get some help to set that up, that'd be great!

    There are as many 'good' networks as there are network requirements and hardware combinations.
    Get a server-grade firewall, if that peplink router can't provide that function.
    Figure out what's up with the peplink router.
    If the peplink isn't working and if it doesn't have firewall capabilities (I've not read the specs), I'd replace it with a firewall with dual uplinks.
    Once you get DHCP going, you'll have two IP subnets, and you'll have to set up subnet routing for your gear. Other than that (and with that external server-grade firewall), the remote connections are straightforward.
    The server-grade firewall should have VPN end-point servers for pptp and l2tp, and probably ssl, and probably a DMZ. RADIUS support, likely. For this case, dual uplinks and support for running both.
    Stay out of 192.168.0.0/16 for your private stuff.
    I'd likely set up the public static IP for the router, the DMZ, and key stuff that needs to be public facing. I might well run the rest of the stuff in a private IP block.
    None of which involves Mac OS X.

  • Stealth mode attempts slowing adsl connection or killing it!

    G'day,
    I found this topic in another thread somewhere in here, but for some reason it was closed down. :confused:
    For the last two weeks I have found in the Console log that I have been getting stealth mode and UDP communications attackes when I hook my P/Book up to my wireless network via A/port Express which is linked to my A/port Extreme Base Station. I have set up the Firewall to detect stealth mode attacks, block UDP communications etc., and when I get these attacks it is either drastically slowing my net connection down or causing me to lose connection altogether.
    What can I do to stop these attacks from killing my ADSL connection?
    I haven't installed any secuirity updates as I'm very wary of them killing my Macs, as they have done in the past.
    This situation is really pinging me off big time and if anyone could help out I'd be really greatful.
    Thanks in advance for your help.

    http://discussions.apple.com/thread.jspa?messageID=12592096#12592096

  • Help needed setting up print server

    i got 2 printer:
    1 usb inkjet epson 1290
    1 hp5100 network
    i have 1 server:
    serving epson for our col proof using powerripx as driver and shared via os x print server
    i have 2 network interface card on the server.
    my problem is: the position of the server in the office has only one network interface port, i want to have my HP connected to the 2nd network interface of the server and the server connected to the only available network point there and thus have the server serving both printer.
    have set up the en1 interface, enable NAT, dhcp, firewall, but the server itself does not recognised the hp which is connected to the 2nd ethernet interface. when i move it on top of the ethernet list in system preferences it does recegnised it but the the whole print server is not accessible on the network.
    can someone with more experience help me set this up.
    thx

    I didn't say it's impossible. I just offered an easy solution to your problem that will save you and you users some hassle in the long run (eg. when you come to troubleshoot you wn;t have to look at 2 networks and a firewall). I guess I just like easy solutions. And ,dude, 20 bucks...
    If you want to go the hard(er) way you need to:
    1. set up a second network address range on the second card
    2. give the printer a fixed IP address within that range
    3. ensure firewall is not blocking packets from/to the printer
    4. config the printer on your print server & clients
    hth,
    b.

  • Issue in setting up a connection pool in Glassfish

    Hello,
    I'm having an issue in setting up a connection pool in Glassfish. Previously I did it succesfully when I installed Glassfish in a Windows Server machine, but now I'm trying to do the same thing on a Linux machine and it's not working.
    Glassfish version is: Glassfish server open source edition 3.1.1 (build 12)
    The machine is a AWS machine running Amazon Linux AMI
    Oracle Database is Oracle 11g Release 11.1.0.6.0 - 64bit Production With the Real Application Clusters option
    The Oracle client installed on the machine is Release 11.2.0.3.0 Production
    Java version is: Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
    I've created the pool with the following options:
    Resource Type: javax.sql.DataSource
    Datasource classname: oracle.jdbc.pool.OracleDataSource
    And as additional properties (apart from User and Password) I put as URL jdbc:oracle:oci8:@EVOREAD
    The TNS file is correct and I can connect without any problem using sqlplus. I already copied the ojdbc6.jar in the /opt/Glassfish3/Glassfish/lib folder and I already restarted Glassfish server. Basically I did all the same steps that I did in the Windows machine, but in the Linux machine I always receive the following error:
    java.lang.UnsatisfiedLinkError: no ocijdbc11 in java.library.path no ocijdbc11 in java.library.path
    I needed to create also a connection pool to a MySql Database and basically I did exactly the same steps (apart of course using all the parameters needed for MySql and the proper connector) and it worked immediately.
    Anyone can help me?

    You are using an OCI driver? You can either revert to using a thin client, or install the SQL client binaries and add its lib directory to the LD_LIBRARY_PATH.

  • I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. Please help, restoring setting even didn't helped.

    I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. The mobile carrier signal as well as WIFI suddenly drops zero and are then restored automatically. Sometimes i cannot conenct to WIFI even standing infront of WIFI router. Please help, restoring setting even didn't helped.

    Update: my phone's connecting to the WiFi again. I don't know what did the trick. I did nothing since reinstalling the software. It hadn't worked then, it is now. I tried connecting to my dad's phone's hotspot( he uses a Moto G), and it worked. I then tried connecting to the WiFi at a friend's house, and when I came back home, my phone was able to connect to my WiFi! Is it of any significance that my friend's router doesn't require a password? My issue has been resolved( for now; I hope I'm not counting my chickens before they've hatched). For anyone facing a similar issue, I suggest you try everything I did:
    1. Turn your router off for a minimum of 30 seconds, turn it back on and try connecting.
    2. Click on the WiFi network you are connected to, scroll to the bottom, tap "Renew Lease".
    3. Do a soft and hard reset.
    4. Reset network settings.
    5. Back your data up, erase all content from settings menu, restore from backup.
    6. Reinstall your software( put it in recovery mode).
    I am not sure which of the above worked for me. Make sure you try everything. If none of the above works, take it to a genius bar or an authorised service provider. Good luck! :)

  • Using IP SLA and EEM to provide 3G backup to ADSL connection on CISCO887VAG+7-K9 router

    On a Cisco887VAG+7-K9 router, I want to be able to use IP SLA and EEM to track connectivity to an external address via my ADSL line, if connectivity is UP then I want the 3G interface to be admin shutdown.  If connectivity is down, then I want the 3G interface to be activated and connectivity to resume via 3G.
    I have configured this and it works apart from one problem.  If the config on the router is written to startup memory while the 3G interface is admin shutdown, we subsequently have a problem with the ADSL line and the router is then rebooted, then the EEM does not seem to re-activate the 3G interface so all connectivity is lost until the ADSL is returned to service.   i.e. it seems to be the case that if the IP SLA starts off as "Down" then the EEM doesn't take any action.  The IP SLA has to have gone into the "up" state before it starts working?  Does that make sense and, if so, is there any way round it?
    For info, here is my IP SLA and EEM config:
    ip sla 1
    icmp-echo 8.8.8.8 source-interface dialer2
    timeout 60000
    ip sla schedule 1 life forever start-time now
    track 1 ip sla 1 reachability
    ip route 0.0.0.0 0.0.0.0 Dialer2 track 1
    ip route 0.0.0.0 0.0.0.0 Dialer1 20
    event manager applet 3G-ACTIVATE
    event track 1 state down
    action 10 cli command "enable"
    action 20 cli command "configure terminal"
    action 30 cli command "interface Cellular0"
    action 40 cli command "no shutdown"
    action 50 cli command "end"
    event manager applet 3G-DEACTIVATE
    event track 1 state up
    action 10 cli command "enable"
    action 20 cli command "configure terminal"
    action 30 cli command "interface Cellular0"
    action 40 cli command "shutdown"
    action 50 cli command "end"
    Any assistance/advice on getting this to work effectively would be appreciated!
    Thanks.

    Yes, basically, when the tracked object is not reachable on initial router boot, the router doesn’t detect a transition of the tracking object from up to down and therefore does not execute the associated EEM script. 
    So, in my case, if I have an ADSL fault and the 3G interface has taken over, if the router is subsequently rebooted, all connectivity will be lost because the startup config of the router has the 3G interface as admin down and the EEM script to activate it does not kick in.
    I've tried using "default-state up" under the track config but this didn't seem to have any effect - the reachability of my IP SLA was still down after a router reboot with no ADSL connection.
    I also tried your script but this gave the errors:
    %HA_EM-3-FMPD_ACTION_NOTRACK: bump-track: unable to set state for tracking object number 1; object does not exist or is not a stub-object.
    Mar 19 10:23:00.005: %HA_EM-3-FMPD_ERROR: Error executing applet bump-track statement 1.0 %HA_EM-3-FMPD_ACTION_NOTRACK: bump-track: unable to set state for tracking object number 1; object does not exist or is not a stub-object.
    Mar 19 10:23:00.005: %HA_EM-3-FMPD_ERROR: Error executing applet bump-track statement 1.0
    I'm not sure how to resolve that?
    Any further advice would be welcome!  Thanks.

  • TS3276 Help in setting Apple Mail to receive and send mail via Yahoo mail service

    I would appreciate help in setting up Apple Mail to receive and send e-mails via Yahoo.   Thank you

    Sorry,
    Have you tried the connection doctor? In Mail menu bar under Window connection doctor, this will usually let you know where the problem might be.
    http://support.apple.com/kb/TS3276  Read thru this as well.

  • Help to troubleshoot a 3G connection.

    Hello!
    I need help to troubleshoot a 3G connection.
    It's a CISCO2921/K9 with UC license and a 3G Interface.
    I used the manual to make the configuration, step by step, I can send and receive SMS by 3G network, and connect, take a IP, DNS etc, but I don't able to ping or send and receive data with the 3G connection.
    See the information:
    show ip int br
    Interface                  IP-Address      OK? Method Status                Protocol
    Embedded-Service-Engine0/0 unassigned      YES NVRAM  administratively down down    
    GigabitEthernet0/0         192.168.50.1    YES NVRAM  up                    up      
    GigabitEthernet0/1         192.168.6.253   YES DHCP   up                    up      
    GigabitEthernet0/2         unassigned      YES NVRAM  administratively down down    
    Cellular0/0/0              unassigned      YES NVRAM  up                    up      
    Cellular0/0/1              unassigned      YES unset  down                  down    
    Dialer1                    191.27.49.172   YES IPCP   up                    up      
    NVI0                       192.168.50.1    YES unset  up                    up      
    I have a radio ISP connected on interface G0/1 and my internal network is connected in G0/0 on a Layer 3 Switch.
    3G configuration:
    chat-script hspa-R7 "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
    cellular 0/0/0 gsm profile create 1 zap.vivo.com.br PAP vivo vivo
    interface Cellular0/0/0
     ip address negotiated
     ip nat outside
     ip virtual-reassembly in
     encapsulation slip
     dialer persitent
     dialer pool-member 1
     async mode interactive
    interface Dialer1
     ip address negotiated
     ip nat outside
     ip virtual-reassembly in
     encapsulation slip
     dialer pool 1
     dialer idle-timeout 0
     dialer string hspa-R7
     dialer persistent
     dialer-group 99
    ip nat inside source list 1 interface GigabitEthernet0/1 overload
    ip nat inside source list 89 interface Cellular0/0/0 overload
    ip nat inside source list 90 interface Dialer1 overload
    access-list 1 permit any
    access-list 89 permit any
    access-list 90 permit any
    ip route 0.0.0.0 0.0.0.0 Dialer1
    ip route 0.0.0.0 0.0.0.0 192.168.6.1
    access-list 1 permit any
    access-list 89 permit any
    access-list 90 permit any
    line 0/0/0
     exec-timeout 0 0
     script dialer hspa-R7
     modem InOut
     no exec
     transport input all
    Dialer1 is up, line protocol is up (spoofing)
      Hardware is Unknown
      Internet address is 191.27.49.172/32
      MTU 1500 bytes, BW 56 Kbit/sec, DLY 20000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation SLIP, loopback not set
      Keepalive set (10 sec)
      DTR is pulsed for 1 seconds on reset
      Interface is bound to Ce0/0/0
      Last input never, output never, output hang never
      Last clearing of "show interface" counters 00:15:57
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes
         508 packets output, 41923 bytes
    Bound to:
    Cellular0/0/0 is up, line protocol is up
      Hardware is QuadBand HSPA+R7/HSPA/UMTS QuadBand EDGE/GPRS and GPS for AT&T
      Description: PrimaryWANDesc_
      Internet address will be assigned dynamically by the network
      MTU 1500 bytes, BW 5760 Kbit/sec, DLY 20000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation SLIP, loopback not set
      Keepalive not supported
      Interface is bound to Di1 (Encapsulation SLIP)
      Last input never, output never, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/10 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         Received 0 broadcasts (0 IP multicasts)
         0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
         508 packets output, 41923 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 unknown protocol drops
         0 output buffer failures, 0 output buffers swapped out
         0 carrier transitions
         DCD=up  DSR=up  DTR=up  RTS=up  CTS=up
    Profile Information
    ====================
    Profile password Encryption level: 7
    Profile 1 = ACTIVE* **
    PDP Type = IPv4
    PDP address = 191.27.49.172
    Access Point Name (APN) = zap.vivo.com.br
    Authentication = PAP
    Username: vivo
    Password: 0870191E5D495746335B2E
        Primary DNS address = 187.100.246.254
        Secondary DNS address = 187.100.246.251
    Profile 2 = INACTIVE
    PDP Type = IPv4
    Access Point Name (APN) = wap.cingular
    Authentication = None
    Username:
    Password: 03
      * - Default profile
    Data Connection Information
    ===========================
    Data Transmitted = 41923 bytes, Received = 0 bytes
    Profile 1, Packet Session Status = ACTIVE
        IP address = 191.27.49.172
        Primary DNS address = 187.100.246.254
        Secondary DNS address = 187.100.246.251
        Negotiated QOS Parameters:
        Precedence = Normal Priority, Delay = Class 2
        Reliability = Unack GTP, LLC, Ack RLC, Protected data
        Peak = 256 kB/sec, Mean = 50000 kB/hr
        Traffic Class = Interactive
        Uplink Max = 11.5Mbps, Guaranteed = Subscribed
        Downlink Max = 42Mbps, Guaranteed = Subscribed
        Max SDU size = 1500 bytes
        SDU error ratio = 1E-4, BER = 1E-5
    Profile 2, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 3, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 4, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 5, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 6, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 7, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 8, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 9, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 10, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 11, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 12, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 13, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 14, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 15, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Profile 16, Packet Session Status = INACTIVE
        Inactivity Reason = Normal inactivate state
    Network Information
    ===================
    Current Service Status = Normal, Service Error = None
    Current Service = Combined
    Packet Service = HSPA+ (Attached)
    Packet Session Status = Active
    Current Roaming Status = Home
    Network Selection Mode = Automatic
    Country = BRA, Network = VIVO
    Mobile Country Code (MCC) = 724
    Mobile Network Code (MNC) = 23
    Location Area Code (LAC) = 27135
    Routing Area Code (RAC) = 4
    Cell ID = 57743
    Primary Scrambling Code = 115
    PLMN Selection = Automatic
    Registered PLMN =  , Abbreviated =
    Service Provider = VIVO
    Radio Information
    =================
    Radio power mode = ON
    Current Band = WCDMA 850, Channel Number = 4385
    Current RSSI = -60 dBm
    Band Selected = Auto
    Number of nearby cells = 1
    Cell 1
        Primary Scrambling Code = 0x73
        RSCP = -63 dBm, ECIO = -7 dBm
    Modem Security Information
    ==========================
    Card Holder Verification (CHV1) = Disabled
    SIM Status = OK
    SIM User Operation Required = None
    Number of CHV1 Retries remaining = 3
    Incoming Message Information
    SMS stored in modem = 1
    SMS archived since booting up = 0
    Total SMS deleted since booting up = 0
    Storage records allocated = 30
    Storage records used = 1
    Number of callbacks triggered by SMS = 0
    Number of successful archive since booting up = 0
    Number of failed archive since booting up = 0

    Refer this URL for how to configure the modem through serial port
    http://docs.sun.com:80/ab2/coll.47.11/SYSADV2/@Ab2PageView/17395?DwebQuery=modem+configuration&Ab2Lang=C&Ab2Enc=iso-8859-1
    Thanks,
    Senthilkumar
    Developer Technical Support
    Sun Microsystems, Inc.
    http://www.sun.com/developers/support

  • Can I set up to connect 2 or 3 airport expresses to have a stronger wifi signal for a larger area?

    can I set up to connect 2 or 3 airport expresses to have a stronger wifi signal for a larger area?

    Theoretically yes. It will really depend on your situation. Please review the following Apple Support article to understand what is possible with the AirPort base stations and post back with any questions or help in setting up your extended network.

  • ISDN backup for ADSL connected sites using separate router

    In our set-up we have a central site with a large number of remote sites connected.
    We have moved a number of remote sites from ISDN connections to ADSL connections. However, we would like to keep the ISDN and use it for backup.
    The problem I have is - how do I implement ISDN backup with our current set-up? From the documentation, I can see how to do this for more "straightforward" set-ups but not for the set-up we have! Let me explain:
    At the central site, we have a Cisco 7206 router. The ISDN connected sites connect directly to this router (which is configured with a large number of dialer map statements for each site)
    The 7206 connects to a PIX515E firewall. The ADSL connected sites connect over the public internet using IPSEC with the tunnels terminating on the PIX.
    The 7206 router contains static routes for the ADSL connected sites, pointing to the firewall.
    At the remote sites, we have a Cisco 837 router for the ADSL connection.
    This is connected (via ethernet) to the router we want to use for ISDN backup - a Cisco 800. The 837 and 800 are configured with HSRP.
    However, at the moment, if the 837 or the ADSL link was to go down, there would be no means to connect to the central site. How can we configure this to use the 2nd router for ISDN backup, given our set-up?
    Any suggestions would be greatly appreciated!
    (incidentally, I have only recently joined this company and have taken this over, without any information to go on as to why things are set up as they are !)

    Hello again,
    I think you can pretty much ignore my last message. I've done a bit more digging and I think I have a better idea of what you mean now!
    Lets see if I've got this about right. To recap:
    I need to set up a GRE tunnel between the remote site and 7206 router at head office, which in turn would be using IPSEC tunnel between remote router and PIX.
    So, steps required:
    1) set up IPSec tunnel to to PIX (this is the way it is already currenly configured - am I right in thinking no further configuration would be required as far as the PIX is concerned, for the new set-up?)
    2) set up GRE tunnel between remote ADSL router and 7206 - requires tunnel interface on both router with start point and end point configured. Use GRE keepalive to enable the line protocol to be brought down if the far end cannot be reached.
    3) Add static routes on ADSL router to reach head office network via tunnel interface
    4) Add static route on 7206 router to reach remote network via tunnel interface
    5) Configure ISDN map statement on 7206 mapping remote network to ISDN number
    6) Configure "floating" static routes on 7206 to use ISDN to reach remote network
    7) Configure HSRP on ADSL and ISDN routers with tracking of tunnel interface. If tunnel interface goes down, then ISDN router takes over as active.
    8) Configure static routes on ISDN router to point to head office network using BRI0 interface.
    So, under normal operation, traffic between head office and remote office will be routed across the GRE tunnel using the ADSL link.
    If the ADSL link was to go down then the GRE tunnel would also go down. So, the 7206 would then use the floating static routes to reach the remote network via the ISDN connection.
    The ISDN router would take over as active at the remote site since the tunnel interface would have gone down, forcing the HSRP to failover.
    Does that all sound about right? Is there anything I've missed?
    I'll start trying to put some configurations together when I get the chance - but, if its ok, I'll probably run these past you too, just to make sure they seem correct!
    Thanks,
    Neil

Maybe you are looking for

  • No validation of xsl transforms within process

    Hi there, I've posted this before with no avail. I have process which creates an XML schema from a file adpator. The input/output XML validation is turned on, on my BPEL server and is working well. I then transform this XML to another 'global schema'

  • Logs files are not visible through AS Server Console.

    Hello, Server = Solaris 10 Oracle AS 10.1.3.4 (clustered) Logs are generated in "/apps/oracle/product/as1013/opmn/logs/EEW_DTP_EEW_DTP_1/EWII_DTP~EEW_DTP~EWII_DTP~1.log" but not visible in Oracle EM (AS console). Applications in Instance: AS1013.oxdo

  • User exit / Badi on save of trip/receipt line

    Hi All, I am trying to find a user exit / BADI that is called when the user either accepts a line of a receipt within a trip or simply saves the trip in total (preferably the latter) and I have been unable to find it. Any ideas would be great, Thanks

  • Calling transaction through webdynpro abap applicatoin

    hi, Is it possible to call an EWT transaction or an transaction from a webdynpro abap application. Regards, Divya

  • Shipment Cost and Plant Abroad Config Doc

    Can anybody provide me with the Step by step 1.Shipment cost configuration Doc. 2.Plants abroad configuration doc.