"Closed" port allowing connections

I installed Transmission to get distro .iso's even though I'm typically wary of P2P programs. One reason is the interesting behavior that I'm seeing when Transmission is open. I'm using the iptables.basic rules that come with the package. An nmap scan from another computer in my wireless network shows that the connection port is closed but when I scan my IP address (not localhost) from my computer, it says that the torrent client port is the only one that is open which is consistent with the fact that it is also accepting connections (even without any port forwarding enabled on the router or my machine). I would like to at least have a choice whether or not I allow connections to my machine but the only option seems to be not using Transmission at all. Is this the case? If not, why is the port closed according to external tests yet it is accepting connections?

upnp is the only thing I can come up with.

Similar Messages

  • Closed port for torrent with no iptables.rules

    I have a home system with internet connection over a router. Firewall in the router seems to be disabled. I had installed guarddog and selected all the protocols that I need. There is no iptables in deamons line of rc.conf nor there is any iptables.rules files. There are 2 files in /etc/iptables, empty.rules and simple_firewall.rules. So, I wonder if any firewall is working at all in my system since guarddog is a frontend to iptables (i guess) and also is there any need for firewall since almost all the ports are closed.
    Secondly, the main issue. I was using ktorrent and it was working fine until a few days ago. Now, bittorrent is not working. its not connecting at all. I tried deluge from community repo and tested the ports with http://www.deluge-torrent.org/test-port.php?port=6881 and it gave me this result:
    TCP port 6881 closed on 121.247.200.189
    UDP port 6881 open on 121.247.200.189
    121.247.200.189 seems to be the ip of my isp as I got a dynamic one.
    I am able to reach surf net but not able to download using bitorrent, however, both is possible in windows.
    Taking clue from forum, i did nmap.
    nmap on my router
    [shantanu@bluehead ~]$ nmap 192.168.1.1
    Starting Nmap 4.20 ( http://insecure.org ) at 2007-06-25 20:49 IST
    Interesting ports on 192.168.1.1:
    Not shown: 1679 filtered ports
    PORT STATE SERVICE
    21/tcp open ftp
    23/tcp open telnet
    53/tcp closed domain
    80/tcp open http
    443/tcp closed https
    554/tcp closed rtsp
    1755/tcp closed wms
    2401/tcp closed cvspserver
    5000/tcp closed UPnP
    5001/tcp closed commplex-link
    5050/tcp closed mmcc
    6881/tcp closed bittorent-tracker
    6969/tcp closed acmsoda
    7070/tcp closed realserver
    8000/tcp closed http-alt
    8080/tcp closed http-proxy
    8888/tcp closed sun-answerbook
    11371/tcp closed pksd
    Nmap finished: 1 IP address (1 host up) scanned in 27.653 seconds
    nmap on my ip
    [shantanu@bluehead ~]$ nmap 192.168.1.5
    Starting Nmap 4.20 ( http://insecure.org ) at 2007-06-25 20:48 IST
    Interesting ports on 192.168.1.5:
    Not shown: 1696 closed ports
    PORT STATE SERVICE
    6000/tcp open X11
    Nmap finished: 1 IP address (1 host up) scanned in 0.519 seconds
    nmap on isp's ip displayed above.
    [shantanu@bluehead ~]$ nmap 121.247.200.189
    Starting Nmap 4.20 ( http://insecure.org ) at 2007-06-25 20:50 IST
    Interesting ports on 121.247.200.189.bang-dynamic-bb.vsnl.net.in (121.247.200.189):
    Not shown: 1679 filtered ports
    PORT STATE SERVICE
    21/tcp open ftp
    23/tcp open telnet
    53/tcp closed domain
    80/tcp open http
    443/tcp closed https
    554/tcp closed rtsp
    1755/tcp closed wms
    2401/tcp closed cvspserver
    5000/tcp closed UPnP
    5001/tcp closed commplex-link
    5050/tcp closed mmcc
    6881/tcp closed bittorent-tracker
    6969/tcp closed acmsoda
    7070/tcp closed realserver
    8000/tcp closed http-alt
    8080/tcp closed http-proxy
    8888/tcp closed sun-answerbook
    11371/tcp closed pksd
    Nmap finished: 1 IP address (1 host up) scanned in 30.573 seconds
    Everywhere the bittorrent port seems to be closed. [b]How do I open this port?.[b/]
    Last edited by ravisghosh (2007-06-25 21:09:55)

    @madeye, first of all thanks a lot for such elaborate help.
    I used utorrent in windows and u r very much right that it uses UPnP. In deluge (bt client on arch), UPnP was there but disabled (shaded). Hence, I tried running utorrent using wine and it gave a error message "Unable to map UPnP port' and is not able to connect. So, UPnP is not working in my box.
    Then I tried as you suggested "iptables -L" and it gave me the following results.
    [shantanu@bluehead ~]$ sudo iptables -L
    Chain INPUT (policy DROP)
    target prot opt source destination
    ACCEPT 0 -- anywhere anywhere
    ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc
    ACCEPT 0 -- 192.168.1.5 192.168.1.255
    logaborted tcp -- anywhere anywhere state RELATED,ESTABLISHED tcp flags:RST/RST
    ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
    ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
    ACCEPT icmp -- anywhere anywhere icmp time-exceeded
    ACCEPT icmp -- anywhere anywhere icmp parameter-problem
    nicfilt 0 -- anywhere anywhere
    srcfilt 0 -- anywhere anywhere
    Chain FORWARD (policy DROP)
    target prot opt source destination
    ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
    ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
    ACCEPT icmp -- anywhere anywhere icmp time-exceeded
    ACCEPT icmp -- anywhere anywhere icmp parameter-problem
    srcfilt 0 -- anywhere anywhere
    Chain OUTPUT (policy DROP)
    target prot opt source destination
    ACCEPT 0 -- anywhere anywhere
    ACCEPT udp -- anywhere anywhere udp spt:bootpc dpt:bootps
    ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
    ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
    ACCEPT icmp -- anywhere anywhere icmp time-exceeded
    ACCEPT icmp -- anywhere anywhere icmp parameter-problem
    s1 0 -- anywhere anywhere
    Chain f0to1 (3 references)
    target prot opt source destination
    ACCEPT udp -- anywhere anywhere udp dpts:6970:7170
    ACCEPT icmp -- anywhere anywhere icmp echo-reply
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpts:6881:6889 state NEW
    logdrop 0 -- anywhere anywhere
    Chain f1to0 (1 references)
    target prot opt source destination
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:6969 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:http state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:http-alt state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8008 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8000 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8888 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:ftp state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:https state NEW
    ACCEPT tcp -- anywhere anywhere tcp dpt:rtsp state NEW
    ACCEPT tcp -- anywhere anywhere tcp dpt:7070 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:cvspserver state NEW
    ACCEPT tcp -- anywhere anywhere tcp dpt:1755 state NEW
    ACCEPT udp -- anywhere anywhere udp dpt:1755
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:11371 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:5050 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:telnet state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpts:5000:5001 state NEW
    ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:5000
    ACCEPT tcp -- anywhere anywhere tcp dpt:domain state NEW
    ACCEPT udp -- anywhere anywhere udp dpt:domain
    ACCEPT icmp -- anywhere anywhere icmp echo-request
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:5222 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:5223 state NEW
    ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpts:6881:6889 state NEW
    logdrop 0 -- anywhere anywhere
    Chain logaborted (1 references)
    target prot opt source destination
    logaborted2 0 -- anywhere anywhere limit: avg 1/sec burst 10
    LOG 0 -- anywhere anywhere limit: avg 2/min burst 1 LOG level warning prefix `LIMITED '
    Chain logaborted2 (1 references)
    target prot opt source destination
    LOG 0 -- anywhere anywhere LOG level warning tcp-sequence tcp-options ip-options prefix `ABORTED '
    ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
    Chain logdrop (4 references)
    target prot opt source destination
    logdrop2 0 -- anywhere anywhere limit: avg 1/sec burst 10
    LOG 0 -- anywhere anywhere limit: avg 2/min burst 1 LOG level warning prefix `LIMITED '
    DROP 0 -- anywhere anywhere
    Chain logdrop2 (1 references)
    target prot opt source destination
    LOG 0 -- anywhere anywhere LOG level warning tcp-sequence tcp-options ip-options prefix `DROPPED '
    DROP 0 -- anywhere anywhere
    Chain logreject (0 references)
    target prot opt source destination
    logreject2 0 -- anywhere anywhere limit: avg 1/sec burst 10
    LOG 0 -- anywhere anywhere limit: avg 2/min burst 1 LOG level warning prefix `LIMITED '
    REJECT tcp -- anywhere anywhere reject-with tcp-reset
    REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable
    DROP 0 -- anywhere anywhere
    Chain logreject2 (1 references)
    target prot opt source destination
    LOG 0 -- anywhere anywhere LOG level warning tcp-sequence tcp-options ip-options prefix `REJECTED '
    REJECT tcp -- anywhere anywhere reject-with tcp-reset
    REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable
    DROP 0 -- anywhere anywhere
    Chain nicfilt (1 references)
    target prot opt source destination
    RETURN 0 -- anywhere anywhere
    RETURN 0 -- anywhere anywhere
    RETURN 0 -- anywhere anywhere
    logdrop 0 -- anywhere anywhere
    Chain s0 (1 references)
    target prot opt source destination
    f0to1 0 -- anywhere 192.168.1.5
    f0to1 0 -- anywhere 192.168.1.255
    f0to1 0 -- anywhere bluehead.localdomain
    logdrop 0 -- anywhere anywhere
    Chain s1 (1 references)
    target prot opt source destination
    f1to0 0 -- anywhere anywhere
    Chain srcfilt (2 references)
    target prot opt source destination
    s0 0 -- anywhere anywhere
    That means iptables is not disabled and that firewall rules are setup by guarddog.
    I removed guarding using "pacman -Rns guarddog" and rebooted. Still get the same results with utorrent and "iptables -L" and also the port test shows tcp 6881 is still closed.
    Removed iptables and now bt clients seems to be able to connect and it works; however, port test still shows tcp 6881 closed.
    Last edited by ravisghosh (2007-06-27 16:51:12)

  • I have had IPhones since their inception.  Last phone was the 5.  A few months ago, I upgraded to the 6 Plus. Here is my issue. On my 5, my car radio (which has USB port) allowed me to plug in and listen to radio or music from my phone and the bonus

    I have had IPhones since their inception.  Last phone was the 5.  A few months ago, I upgraded to the 6 Plus.
    Here is my issue.
    On my 5, my car radio (which has USB port) allowed me to plug in and listen to radio or music from my phone and the bonus was it charged the phone as well. All worked great.
    Now with the 6 Plus, neither of things work.  The message on the radio (Kenwood) says I Pod error.  The message on my phone say's "this device is supported".
    I have called on this before and was told you are aware and that the issue will be addressed in a future update.  There have been several updates on IOS 8 and the issue remains.

    I have a Kenwood KDC-X695. When I purchased this stereo and had it installed, I had an ATT iPhone 4.
    It worked with the stereo, but had a few issues. I had purchased a few audio books that I would listen to while driving. When I plugged it in it would immediately begin to play the book from the beginning or if I had been listening to music, it would start playing the song that was at the top of the song list.
    The stereo came equipped with Firmware version 3.05. I upgraded to the iPhone 5 a year later. I had that phone for approximately 2 years. The song or book issue remained the same.
    I just recently upgraded to the iPhone 6 and the Bluetooth function still works, however the USB port on the stereo that the phone plugs into to allow files on the phone to play through the stereo no longer works.
    I contacted the service provider (Verizon) and after speaking to several different technical support technicians, they provided me the phone numbers for Kenwood and Apple because they were unable to help me.
    I spoke with Kenwood technical support the following day and after a few fumbling miscues from the technical advisor, it was suggested that I upgrade the firmware, even though the Kenwood literature warns against this if the Bluetooth portion is working, because if there is a problem with the upgrade, it can render the Bluetooth useless and non-functional. The advisor did suggest the latest firmware on the second or third attempt, after I pointed out what I was able to glean from my initial search.
    Later that day, I went back to the Kenwood site (from their homepage) and by using their selection tools, discovered that this particular model was only ever intended to be used with the iPhone 4S (the technical advisor was not aware of this, even though I mentioned this during my phone call earlier in the day). According to the Firmware selection tool, my iPhone 5 should not have worked with it.
    I performed the Firmware upgrade, and it took 13 minutes. This was less than the 15 minutes that was forecast in the Kenwood literature. The Bluetooth still works but the USB cable connection still causes the unsupported device message that I received prior to the upgrade. I am incredibly annoyed and disappointed.
    By upgrading to the iPhone 6, I have three choices; (1) only use the Bluetooth for phone calls without the ability to play other files from my iPhone 6 (2) forced obsolescence of my stereo, requires buying a new stereo (3) return my iPhone 6 and go back to my iPhone 5.
    I do not believe that I should have to be a software/Firmware/hardware engineer, vetting every single device that I own; prior to upgrading a cell phone.
    I am incredibly annoyed with Apple at the moment.
    I have a separate Bluetooth headset that worked with both my iPhone 4 and iPhone 5 that the iPhone 6 simply does not recognize. That is another story for another time.
    Currently, I am incredibly underwhelmed with Apple.

  • Closed Port at Firewll

    Hi,
       I have started configuring my EPORTAL system and in the process of connection Testing to my ECC Development server I get the below error in the ITS Connection Test Details.
    An HTTP/S connection to http://sapeccdev.zentagroup.com:8000/sap/bc/gui/sap/its/webgui?sap-client=100 was not obtained successfully; this might be due to a closed port on the Firewall.
    When I login at OS level in the EPORTAL SYSTEM and directly put the URL of ECC Development system it works fine in the WEB GUI. Also the web GUI works from any other PC in our organization by direct use of URL.
    I would like to know when I test this from EPORTAL  is this due to some closed port as this working by direct use of URL and what might be the possible cause of error.

    Hi,
    are you using a URL iview on your portal to connect to your system?
    You said that you can connect to the destination application without problems when you are on the machine where your portal is installed.
    This means that your portal should be able to connect as well (It cannot be any Firewall issue unless you have more than one network interface and the connection (TCP) maybe is using different interface and thus different Source IP or you normally use a Proxy to connect to your destination application and the portal is currently not)
    You say you connect through Web GUI. Is there a proxy involved??
    Try the following:
    Login to your machine where the portal resised and on OS level issue the following command:
    telnet sapeccdev.zentagroup.com 8000
    Do you get a connection here?
    Do you have more then one network interface on your machine??
    Cheers

  • I want to be able to totally block the FaceTime functionality in my home network.  I would like to do this at the router level.  Does anyone know the hostname or IP address that the FaceTime application uses? Or which port it connects to?

    I want to be able to totally block the FaceTime functionality in my home network so my 4 kids aren't using the Facetime feature- It was easy for Skype just had to enter the work Skype on my Router Security list- and it denies access. I would like to do this at the router level for FaceTime? Only site I find in init.ess.apple.com - is this the startup site for Facetime?   Does anyone know a site I can block, hostname or IP address that the FaceTime application uses? Or which port it connects to?

    I would presume so, but it might be worth your while to experiment and play around with different combinations to see if you can block FaceTime while keeping Game Center open.  Good luck!

  • I have a Mac OSX version 10.75 with just one Thunderbolt port. and it has been my Thunderbolt port to connect with Blackmagic wear my intensity. and I no longer can use the port for mini-DVI adapter to connect with me. I do not want to ask any other way f

    i have a Mac OSX version 10.75 with just one Thunderbolt port. and it has been my Thunderbolt port to connect with Blackmagic wear my intensity. and I no longer can use the port for mini-DVI adapter to connect with me. I do not want to ask any other way for me to use to use my monitor. I monitor LG FLATRON E2041 brand .. PLEASE Helpp ME

    i have a Mac OSX version 10.75 with just one Thunderbolt port. and it has been my Thunderbolt port to connect with Blackmagic wear my intensity. and I no longer can use the port for mini-DVI adapter to connect with me. I do not want to ask any other way for me to use to use my monitor. I monitor LG FLATRON E2041 brand .. PLEASE Helpp ME

  • Which is best port for connecting external pc vga monitor to macbook pro

    which is best port to connect my macbook pro to external via monitor?

    not sure what you feel your options are most macbooks pro have a minidisplay port or a thunderbolt port which is the same connector
    and all minidisplay -> hdmi or dvi or vga works

  • Acrobat does not allow connection to

    Need help with this error message please.  Using Win7, saved a Word 2010 table of contents with multiple links to pdf files across internal servers as a PDF.  Also created the word doc w/multiple pdf links as a PDF file using acrobat9 standard and have same problems.   when a user with Adobe Reader 8+ clicks on a pdf link in the PDF table of contents file, they get an error message Acrobat does not allow connection to:   and they cannot open the linked file.  However, I am able to open the files using the same links with both reader and acrobat.   
    This worked previously until we upgraded to these versions of software... the error message shows a number of % signs and multiple ////.  However, i can open the fiile but others cannot.
    anyone have any ideas or is this a fix that i need to download?  

    not sure where my previous reply went; however, there are numerous machines at varuious sites that will be accessing this server/folder.  I am not sure if it is a trusted sites issue as the file lists numerous PDF links and some of them open to the respective pdf file and others recieve the mssage.  All the files reside on the same server within the same main folder and within subfolders.  never had the problem before.  the users can open some of the linked files and others the connection msg appears.  I however, am able to open the same links they get the error on.  I am totally baffled by this and have been troubleshooting for weeks now.  I just had acrobat X installed to see if that would help but still problem.  I also saved the word doc (2010) as pdf (which lists the links to the other pdfs) but users still have same problem.  there are approx 75 links within this doc and I truly hope we don't have to relink everything..

  • Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

    Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

    Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

  • Could not open connection to the host, on port 23: Connect failed

    Can anyone please help with this telnet problem on CISCO 877 ADSL Router
    I am trying to telnet into my ISP Router remotely using public IP which has been dynamically assigned to the router by the ISP.
    I can Ping the Router and I can also go out to the internet on that router but, I can not telnet into that router from Inside the Network nor Outside the Network. There are no Firewalls involved.
    I have tried to clear the config and reconfigure it again, it does not help, I have also applied same config on another CISCO 877 ADSL Router it still does not work.
    ERROR i get on the Command Prompt: Could not open connection to the host, on port 23: Connect failed
    I have shown some of the Show Run out put below if that helps,
    ip nat inside source list 1 interface Dialer0 overload
    access-list 1 permit x.x.x.x 0.0.0.7
    dialer-list 1 protocol ip permit
    line vty 0 4
    password 7 ***********
    login
    Manny Thanks
    Punit

    Find Below the Requested Sh run outputs
    ADSL-ROUTER1#sh run | beg line vty
    line vty 0 4
    password 7 ***********
    login
    scheduler max-task-time 5000
    end
    I have removed the IP for security reasons
    ADSL-ROUTER1#sh ip route
    Gateway of last resort is 0.0.0.0 to network 0.0.0.0
         x.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
    S       x.x.x.x/29 is directly connected, Vlan1
    C       x.x.x.x/32 is directly connected, Dialer0
         x.0.0.0/32 is subnetted, 1 subnets
    C       x.x.x.x is directly connected, Dialer0
    S*   0.0.0.0/0 is directly connected, Dialer0
    I also keep getting the message below on the console done know if this is part of the problem
    Mar 13 07:17:32.213: %IP_VFR-4-FRAG_TABLE_OVERFLOW: Vlan1: the fragment table h
    as reached its maximum threshold 16
    Hope this output helps
    Thanks

  • I was using my HDMI port to connect to my TV .port just stopped working

    I was using my HDMI port to connect to my TV .port just stopped working
    HP Pavilion g6 Notebook PC
    Version 6.3.9600 Build 9600

    Hey @kirilsubacs ,
    Welcome to the HP Forum!
    I understand the HDMI port has stopped working on your Pavilion G6 notebook.
    It would help to know exactly which notebook you are using and the installed operating system. For information on finding your product and model numbers click here: How Do I Find My Model Number or Product Number? To see which version of Windows you are using click here: Which Windows operating system am I running?
    If this is a new issue I would start by doing a system restore. This will undo any changes to the operating system and uninstall any Windows updates, programs, or program updates installed after the restore date. This will not delete your personal files.
    If that doesn't work try updating the drivers for your graphics card (GPU). You can find the drivers for your notebook here: HP - Drivers & Downloads.
    Let me know if that helps or please provide the model and operating system of the notebook.
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • Using hdmi mini port to connect to hdtv

    using hdmi mini port to connect to hdtv. the displays mirror just fine but the audio doesnt. under the sound settings for output it only lists the internal speakers and should list the tv but doesn't, why?

    If you connect the MacBook using a Mini DisplayPort to HDMI adapter you will probably need to use external speakers or a 3.5mm stereo headphone jack to RCA sound plugs connected to a stereo sound system if your TV doesn't have separate RCA input plugs or a 3.5mm stereo input plug for audio with the HDMI plug. The Mini DisplayPort to HDMI doesn't carry audio unless you have the Mid 2010 model 7,1 and there're no audio plugs on most TVs to work with HDMI since it's expecting audio with the HDMI.
      If you have the Late 2008 model 5,1 Aluminum Unibody or Late 2009 model 6,1 White Unibody with the Mini DisplayPort rather than the Mini-DVI there is an adapter that uses the Mini DisplayPort and a USB port to combine video and audio to HDMI. It's only 2 channel stereo not 5.1 Dolby Surround.
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10428&cs_id=104280 2 &p_id=5969&seq=1&format=2

  • Is Verizon not allowing connections to alternate DNS servers anymore?

    Last night I ran a DNS benchmark test, and a notice popped up saying my ISP was intercepting and redirecting all outgoing DNS requests. I've been using OpenDNS for a year now without any problems, then I found out last night I am not connecting to their servers, so I tried Googles servers, no luck there either.
    I called tech support (several times) and no one could give me a straight answer to my question: Is Verizon not allowing connections to alternate DNS servers anymore? I was forced to switch back to Verizon servers, not happy about that.
    Can someone please answer my question? Thanks.

    I'm on FiOS and I've got no issues using OpenDNS.  I have the Quantum router set to use it.  Works fine.
    I've manually changed DNS on my computer to google's servers.  No problems with this, either.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • After using the minidisplay port to connect to a projector, my computer screen displays images with less resolution than before.  How do I get back the usual sharp resolution?

    After using the minidisplay port to connect to a projector, my computer screen does not have the usual sharp resolution.  How do I get back that sharp resolution?  The computer screen images are now a bit blurry.

    Do you mean after the projector is disconnected? It should change back to normal after disconnecting. If it does not, go to System Preferences > Displays and move the resolution setting back to the largest number.

  • I have a canon MX7600 multifunction printer. My security setting allow connection with the printer. If I disable the firewall it works fine. If the firewall is running I get a dialog box every time I print asking for permission. How do I fix this?

    I have a canon MX 7600 multifunction printer. Each  time I print I get a dialog box asking for permission to allow connections to the printer. This box stays on my screen for a few seconds, if I don't click allow I get a communication error which then requires me to delete the job and start over. I contacted Canon and proceeded with their suggestions to no avail. They now say it is an Apple issue. My security settings are set to allow connection to the canon printer. If I disable the firewall it works fine, once I enable the firewall the problem returns.  This issue is a royal pain. Any suggestions on how to fix it short of buying a new printer?

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • Follow Up Feature on Bold not on BB Classic - would be great to have it

    Follow up feature with sync to Outlook is a critical business feature that made BOLD a fantastic choice. I recently moved from Samsung to BB Classic hoping to use the old BOLD keys with the FOLLOW UP feature which is not as good in other mobiles incl

  • Clearing out List's data

    dear all, I have got a List component that has data in it. But I want to clear the data in it. How do we do this in Flex? Has anyone got any experience with this? I tried using list.dataProvider = null but it doesn't work. Could anyone give me a hint

  • Testing orders05 idoc in we19 and populating E1EDK14 segment

    Experts I am trying to test the orders message in we19. I am inputting all the values for the segment fields. But probelm comming while populating the E1EDK14 . We need to input the sales area , sales doc type in this. Here it shows two fields to inp

  • Product Branding Image does not appear

    Hi, I created a simple OA page. Added 'productBranding' to the 'PageLayoutRegion'. I set the value of Image URI to FNDTAPPBRAND.gif as mentioned in the "Search" Tutorial. When I run the page,the image does not appear. Only the image associated with t

  • H.263 and MPEG-4 codec

    Hi All, I badly require java source codes for H.263 and MPEG-4 codec. If anybody can help me to find these, I greatly appreciate. Even some help to develop one by my own would be a great help. Thanks in advance. Eranga