Adv. Routing troubles

Im wondering if there is any way to map a port of the router to a local IPort address
lets say computer X sends a messege to my router's non-local IP (65.78.100.100)
Port:8080
can i tell the router to resend that information to Local IP (192.168.1.100) port 8080
as if the router was never there?
because currently i cannot connect to my computer on a wireless network because its a private IP ,... so i need a way to connect to it from the outside world.
if anyone has any ideas I sure could use the help.
~Vitus

This is just a copy of the messege i sent neighbour_devil for any one who is interested in following this topic:
I know i need to forward the port,... but i just cant seem to get it to work.
the port the program is running on is port 8080
its on 192.168.1.20
the router(65.78.122.130) has a page called "port range forwarding" under the "applications and gaming" menu.  I'm assuming it is the same thing because it looks very similair to pictures i've seen of the port forwarding screen
i typed in theese values:
start:8080
end:8080
protocol: both
IP address:192.168.1.20
enable : true
I'm guessing that that forwards ports 8080~8080 to 192.168.1.20 using UPD&TCP protocols, please correct me if i am mistaken.
192.168.1.20 is a static IP.
Hope you can help
~Vitus

Similar Messages

  • WRT54G Wireless-G Router trouble!

    I have been having problems with my internet connections for the past few days. At first I called my ISP because I suddenly lost all connectivity. They told me to disconnect the router and just hook up my access straight from the cable modem to the tower since, on their side, they saw that I was connected to the internet and also had a router. They told me to leave the router disconnected for a few hours for the cache to flush out because it wasn't taking in IP changes. So I did that and few hours later I hooked it back up and was back on the web. But I noticed a problem. There were some sites I was unable to access. The task bar would just read "wait....." and then I get the Problem Loading Page telling me that the connection was reset or that I had a firewall problem. I checked my firewall and security programs to make sure my settings were allowing connections to these sites. Indeed, they are. I googled my problem "unable to access some websites" to see what I could do with little success. I then remembered what the tech said about the router and took a suggestion from one of the tech sites of checking another browser to see if it works there. Indeed, I encountered the same problem there. I hooked up my connection from modem to tower again and I was able to access those sites once more. So I figured this is a problem with my router. To top it off, wireless connections cannot be made. They don't go through. I tried rebooting the router again and used the disk that came with it to set it up thinking this would help me. In addition I accessed the router site to change the settings. Nothing helped or worked. What ever cache is in there is still in there, or whatever problem it has with not accepting IPs is still present. I rebooted my system and tried to access the router site again, only to be blocked from there like some other sites. I'm truly troubled here. I tried the command prompt and: ipconfig/ flushdns release renew method Still no good. Just what is wrong with my router? How can I get this resolved. Why are those sites inaccessible now and how can I get whatever is mucking up DNS recognition to clear out so it can work properly again? I have had it on DHCP so it can automatically recognize changes. My IP is not static. I'm truly troubled here. Please help!
    Solved!
    Go to Solution.

    GOT IT!
    Ok. I did two things:
    1. I changed my port (just in case).
    2. I did a hard reset on my Router (didn't notice the button next to the initial cable input).
    I powered down the modem, router, and my PC. Then I turned on my modem, switched out the router port, turned the router back on, did a hard reset and waited a bit. Then I turned on my PC.
    After that I did my usual disk clean, accessed the web and did a clean cache of the browser ( just in case). Had my little brother come in and do a wireless test to see if it connects....
    VIOLA! It connected!
    I tried out the sites I was having trouble with and SUCCESS! They connected!
    IT WORKS NOW!!! I'm so happy!
    Thank you all for your help! It's been much appreciated! 

  • Wireless routing trouble

    I just installed arch on my new desktop PC, among a series of trouble this is my last one that I cannot find a way to resolve.
    Once every hour to once very few minutes, with a duration of under 2-3 minutes, my box will refuse to send stuff to the gateway (which is also the access point I use), but still send stuff to the other computers thru the same access point.
    I got to this conclusion after starting 3 pings in background: router, intranet computer, external host (yahoo.com).
    When this weird phenomenon occurs, I will get replies form the intranet computer, but not from the other 2 pinged hosts.
    I am sure it's not a router issue because I have also ran these 3 ping scenarios on a machine connected by ethernet and on my laptop (arch, same wireless configuration as the PC with the problem, except that it's a iwl3945 driver), both work fine in the same time my desktop PC fails.
    Another weird thing I have noticed, is that when I get these timeouts, if I do a "sudo route", it will print my subnet route, but hang before printing my other route (the one with the gateway). (Just to be clear, this only happens while I get the timeouts. After the normal operation resumes, route will finish the output instantly). This hang can be upto a minute.
    There is nothing new in /var/log/messages during this phenomenon.
    I have also noticed that if I restart the wpa_supplicant process, the timeouts occur less often for an hour or so.
    Does anyone know what's causing this?
    Here's my "route" output:
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.100.0 * 255.255.255.0 U 0 0 0 wlan0
    default 192.168.100.1 0.0.0.0 UG 0 0 0 wlan0
    I have the following wireless card:
    03:01.0 Network controller: RaLink RT2561/RT61 802.11g PCI
    Subsystem: RaLink EW-7108PCg
    Flags: bus master, slow devsel, latency 32, IRQ 22
    Memory at f9ff8000 (32-bit, non-prefetchable) [size=32K]
    Capabilities: <access denied>
    Kernel driver in use: rt61pci
    Kernel modules: rt61pci
    I use it to connect to a WPA2-PSK wifi (hidden ssid, AES encryption).
    I connect to the wireless with the following script:
    wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_<wifiname>.conf -dd &
    dhclient wlan0
    Here's the .conf I use:
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=wheel
    ap_scan=1
    update_config=1
    network={
    scan_ssid=1
    ssid="<the_ssid>"
    psk=the_wpa_key
    This works. Lan is up, inet is up.
    Last edited by Frantic (2009-02-25 17:48:36)

    Yep, there are actually a lot more computers running on that same AP.
    When I was checking to make sure it's not a problem with the router I used the troublesome PC, my laptop and a intranet server over SSH. There are alos 10ish computers running at the same time on that same intranet at the same time.
    What happens to me is that I can access anything else on the intranet except the gateway.
    I don't have to restart it, it will eventually fix itself, but I noticed that if I do restart wpa_supplicant it will get fixed instantly and I get a lot less trouble for a short while.
    I do have the ethernet NIC that is up but idling, now that you mentioned it, it's up and running, but no wire, might be that causing the trouble.
    What I have tried was to negate both interfaces in rc.conf (!wlan0 !eth0), this didn't help. I'll also try doing a ifconfig down eth0.
    Funny thing is that I'm running the same configs on my laptop, eth0 up, connecting thru wlan0, same apps, no special configs I know of, working right.

  • Canon IR-Adv 5235 Troubles

    So here's the situation...We just purchased this beautiful new printer: Canon IR-Adv 5235. It is on subnet 1. Some days it stops printing from subnet 2. Once it stops printing from subnet 2, the printer requires a hard reset to begin printing again (Subnet 1 is not affected). Subnet 2 is completely firewalled from WAN except for an allow all rule for this printer. I don't think it's a networking issue as there doesn't appear to be anything in the log for the router/firewall. And on top of that we have a Ricoh Aficio 1022 that is also on subnet 1 and in the 5 years of operation we have never had this problem. I can actually send the same print job to both printers, the Ricoh prints and the Canon doesn't receive the print job.
    For example a co worker and I were both on Subnet 2 for the entire day. We print as we go and pick up at end of...
    This topic first appeared in the Spiceworks Community

    Nathaniel Mccance wrote:
    In the interest of curiosity, I created a document in InDesign CS4 to see if I could choose "Tab Paper (Letter)" and, lo and behold, there it was in the Adobe print "Setup" dialog box (but is peculiarly missing from the OS X "Page Setup" dialog box).
    Tried ID CS4 also and could see the same paper sizes. CS4 must be referencing the different section of the PPD compared to OS X's page setup.
    For some reason, InDesign CS5 does not see "Tab Paper (Letter)" as a Paper Size option.
    Don't have CS5 to confirm this but if it is relying more on the OS X print system rather than doing it own thing, which CS4 and earlier certainly did, then this makes some sense.
    One of the concerns I have with using the method prescribed by you is that when the page area is rasterized to the printer, it may cut off the image at the edge of the tabs that is not included in the "Letter" page size.
    Understood but it is worth trying. I could only see this as an issue if you were trying to print on the tab ear.

  • Connecting to the web via wireless router trouble

    Hi,
    I have had a Mac Book Pro, OX 10.8.4 for a couple of months. Until about 10 days ago I had no problem connecting to the web through a wireless router.  Also connect via iPad and iPhone through the same router without any problems, both are fast, much much faster then the mac book which can't seem to fully open a page if it connects at all.
    There are 2 things that I think this might be due to.
    I had an app update reminder for OX which I installed and about the same time I installed a Java runtime thing. my work from home connection needs it but it didn't work.
    Does anyone know if either of these things might be the reason for the problem and if so what I need to do to resolve the issue?

    Allow me to add to this...
    I'm now on my third mini (Core Duo). To their credit, the folks at the Apple Store (Towson, MD) have been very kind -- they took the second mini back without even testing it and issued me the third.
    Here I sit, with the Mini six inches from the Airport base station, and the signal is varying from 1 to 3 bars. My Powerbook, nearby, is getting full signal (as it should).
    Just got off the phone with the manager. He's clearly sympathetic, but he has asked me to bring it back in for testing.
    I'm about as hardcore an Apple head as they come -- in fact, I had a letter to the editor published last week condemning Baltimore County schools for dropping Macs. I kept an entire art department at a major magazine from switching to PCs several years ago. I've been responsible for sending tens of thousands of dollars to Cupertino over the past decade.
    I really hope Apple corporate does the right thing.

  • Router trouble with iPhone?

    I had to reset my router, and after doing so my iPhone would not connect to my network.  I tried everything posted about it, but nothing worked.  I even hit the "forget this network" on the phone.  Nothing.  Well now I have the answer.  All I had to do was reset the router with a new network name.  If you use the same network name and you changed the network key on the router, the phone will not give you an option to input a new password for the network.  You have to make it think that it's connecting to a new router.  So, once I changed the name of my network on my router, the phone responded, I was able to input the new password (actually the network key) and my phone connected.  I hope that this helps some of you out there.

    DId you try resetting the router?  Every now and then 6 months to a year, I have to unplugg the router and let it reset.  Not exactly sure what it is doing, maybe refreshing DHCP and other connections to the main routers, etc., but it works.

  • WRT55AG A+G Wireless Router Trouble!

    Ok, so I've tried a few different options here but im still haveing a hard time getting my internet to find its way thru my router. My ISP is Bellsouth DSL and the router im using is the WRT55AG wireless a+g router. Im running on vista and im not sure if thats the problem but I couldnt imagine why. Anyways, my main problem now is that I made some configurations in the router setup page that cause some huge problems. Now when I go to try to connect 192.168.1.1 it just tells me that I have no internet connection and cant connect. I had no internet connection before with the router plugged in but I still got in. I want to upgrade the firmware but now I cant get in. I want to reset back to default setting but I cant figure out how to do that w/o being in that setup. Can someone help me! and then maybe after that they can guide me thru a PPPoE setup so I can connect to the internet. Please and thank you.

    I also use Bellsouth DSL. The FIRST thing I had to do was set my DSL modem to bridge mode. What kind of DSL modem do you have? From there, setting up the PPPoE isn't that difficult. As a matter of fact, I will copy and paste a posting I did on that not too long ago.
    If you can get your DSL modem (Verizon, AT&T, Bellsouth, etc.) set to "bridge mode" this should help you out. By setting your modem to bridge mode, this allows your Linksys router to control all internet access. Basically it opens up your  DSL modem to allow any and all internet access straight through it, just like opening a water line. If your modem is set to bridge mode, let's continue...
    Open Internet Explorer or whatever web browser you use. Go to http://192.168.1.1 to access your Linksys router's dialog. Hopefully you know the user name and password. The default (factory settings) are:
    username:                <<< leave blank
    password: admin
    If you make it this far..
    You will be at the Setup/Basic Setup tab
    Internet Connection type you want is PPPoE
    User Name: is the current login for your DSL account
    Password: is the current password for your DSL account
    (Remember that your router [not DSL modem] is controlling your access)
    Select: Keep Alive and leave default (Not Connect on Demand)
    Click on Save (and follow on screen instructions)
    Next navigate to the Status tab
    Once there, you should see Login Status. It should be Disconnected.
    Click the Connect button.
    Click Save if prompted. (and follow on screen instructions)
    Now.. close ALL browser windows.
    Re-open your web browser and check for internet connectivity. Some computers may require a reboot. My Win XP Pro doesn't.
    I pray that helps you guys out!

  • WRT54GS Router-trouble connecting to vista computer

    I have 2 laptops. One is xp and one is vista. I used the setup cd to install my new router on both of them. the first thing i noticed was that there were 2 very different setups for the vista and the xp computers. when i loaded it into the xp computer it came with a proram called "easylink advisor". All i did was folow the directions and it was perfect, the xp computer is wireless. when i go onto the easy link advisor it has an option and tells you how to connect another computer to your router wirelessly. I followed all the steps on that and it did not work. as soon as i unplug the blue cord from the vista computer the internet connection is lost. I noticed that the router is connected to that computer becasue when i go to "manage wireless networks" it is there, but  when i click on the symbol by the clock and click "connect to a network" there should be a lst of all the networks i am connected to and there is nothing there. so where is my netowork??? its there according to the "manage wireless networks" page!?!?!?!
    I hope that someone can help me with this problem. I have been at this all day!
    thanks

    Try turning your ON the wireless switch of the laptop & you will be able to see the wireless networks...click yours...click CONNECT...if secured it will ask you for hte wireless password & you will be able to go ONLINE WIRELESSLY!!!!!!!!!!!!!!!

  • Very Weird Router Trouble

    Hi all,
      First of all, I live in Toronto, Canada. I bought a Linksys router (Model: BEFSR81 Ver.3.1  S/N: C2241G401924  MAC: 001A70DB512A) three months ago from Bestbuy to replace my old linksys router. The new router worked fine before. But yesterday, I suddenly found that I can not open my blog website(http://user.qzone.qq.com/166301) but at the same time I can still open many other websites, can download stuff, can log on msn messenger, can play online games. Basically everything worked perfect except the blog website.
      In fact my friends can open the above website without any problem, so I knew that was my router's issue. Why I can open the website two days ago but suddenly it doesn't work now? It really confused me because I've never changed any router settings since I bought it. Okay Anyway, then I reset the router setting to factory defaults and hope it could help. But after the reset, I still can not open my blog website. Then I upgraded the firmware to the latest one (2.51.3, Mar 02 2007). The upgrade was successful, but everything worked well except that website again. Oh by the way, at the setup page (http://192.168.1.1/Status_Router.htm) I noticed that the MAC address was 001A70DB512B but on the package box the MAC was 001A70DB512A.
       And then, I decided to use my old router to test. I threw the crap "new" router away and plugged in the old one. And guess what? It finally works now! Everything just works perfect now! Here is my old router's info: Model: WRT54G Ver.2  S/N: CDF50D574780  MAC: 00F66914BFF. Could anyone please tell me how can I resolve my new router's problem?  Thanks in advance!

    HI brickmonkey,
    thx for ur reply.
    Yes, I did reset & reconfigure the router after the upgrade, but it still doesn't work, sigh...

  • SLS as Router: Trouble with internal hosts connecting to external IP.

    I was hijacking [http://discussions.apple.com/message.jspa?messageID=12200257] long enough, so I'm moving this to my own question.
    Setup: SLS 10.6.4 on Mac Mini(2010).
    GigE en2 is connected to an internal network (hereafter 'lan')
    USB Ethernet en0 (MacBookAir adapter) is connected to the external network (hereafter 'WAN').
    Server has Two IP addresses, 'lan.lan.lan.2' and 'WAN.WAN.WAN.WAN'. Default route for server is 'WAN.WAN.WAN.GW'.
    Server is serving NAT, DHCP, Firewall
    Internal clients (such as 'lan.lan.lan.lan') trying to connect to 'WAN.WAN.WAN.WAN' (any port, any service) take about 13 SECONDS before they receive a reply.
    External clients connecting to the WAN IP get served right away. ("The cobbler's children go barefoot").
    Internal clients connecting to the internal IP (lan.lan.lan.2) are connected right away, also.
    If I run 'route monitor' on the server during the 13 second connection, I see this:
    bash-3.2# route monitor -n
    got message of size 124 on Wed Sep 1 21:21:16 2010
    RTM_LOSING: Kernel Suspects Partitioning: len 124, pid: 0, seq 0, errno 0, ifscope 0, flags:<UP,GATEWAY,HOST,DONE,WASCLONED,IFSCOPE>
    locks: inits:
    sockaddrs: <DST,GATEWAY>
    lan.lan.lan.lan WAN.WAN.WAN.GW
    Yes, it would be a losing route to try to reply out the WAN.WAN.WAN.GW for the internal address!
    Furthermore, "traceroute -s WAN.WAN.WAN.WAN lan.lan.lan.lan" shows a route going OUT which of course fails.
    Traceroutes of the LAN and WAN port on the server, show indeed that for the first several seconds, (until the RTM_LOSING message appears) the server tries to reply out the WAN port.
    I've tried all sorts of static routes… to no avail
    One odd thing: Why is the RTM_LOSING route IFSCOPEd to the external interface?
    Any help is appreciated.
    Yes, I'm definitely considering using a hardware router instead. But I'm really trying to avoid that- trying to save on space, power, heat here. The Mac is really a great box… If I can only get this fixed.
    Thanks in advance to anyone who looks at this.
    packet trace below: combined lan and [WAN] trace
    Client on "lan.lan.lan.lan" port 50592
    trying to connect to external IP WAN.WAN.WAN.WAN.80
    [WAN] indicates replies sent out on the WAN port!
    Note: also uploaded this to [http://pastebin.com/7hjfGUKH]
    17:59:40.368696 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,nop,wscale 1,nop,nop,TS val 649354945 ecr 0,sackOK,eol], length 0
    17:59:40.368977 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [S.], seq 702390106, ack 3990700561, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 899983692 ecr 649354945,sackOK,eol], length 0
    17:59:40.912337 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [S.], seq 702390106, ack 3990700561, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 899983697 ecr 649354945,sackOK,eol], length 0
    17:59:41.319955 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,nop,wscale 1,nop,nop,TS val 649354954 ecr 0,sackOK,eol], length 0
    17:59:41.320185 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983702 ecr 649354954], length 0
    17:59:41.513346 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [S.], seq 702390106, ack 3990700561, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 899983703 ecr 649354954,sackOK,eol], length 0
    17:59:42.321320 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,nop,wscale 1,nop,nop,TS val 649354964 ecr 0,sackOK,eol], length 0
    17:59:42.321546 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983712 ecr 649354964], length 0
    17:59:43.322294 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,nop,wscale 1,nop,nop,TS val 649354974 ecr 0,sackOK,eol], length 0
    17:59:43.322464 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983722 ecr 649354974], length 0
    17:59:44.323703 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,nop,wscale 1,nop,nop,TS val 649354984 ecr 0,sackOK,eol], length 0
    17:59:44.323931 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983732 ecr 649354984], length 0
    17:59:45.325059 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,nop,wscale 1,nop,nop,TS val 649354994 ecr 0,sackOK,eol], length 0
    17:59:45.325235 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983742 ecr 649354994], length 0
    17:59:45.521364 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [S.], seq 702390106, ack 3990700561, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 899983743 ecr 649354994,sackOK,eol], length 0
    17:59:47.327098 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,nop,wscale 1,nop,nop,TS val 649355014 ecr 0,sackOK,eol], length 0
    17:59:47.327279 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983762 ecr 649355014], length 0
    17:59:51.330558 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [S], seq 3990700560, win 65535, options [mss 1460,sackOK,eol], length 0
    17:59:51.330772 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: [WAN] Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983801 ecr 649355014], length 0
    17:59:53.537006 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: Flags [S.], seq 702390106, ack 3990700561, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 899983823 ecr 649355014,sackOK,eol], length 0
    17:59:53.538328 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [.], ack 1, win 65535, length 0
    17:59:53.538420 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: Flags [.], ack 1, win 65535, options [nop,nop,TS val 899983824 ecr 649355014], length 0
    17:59:53.556404 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [P.], seq 1:164, ack 1, win 65535, length 163
    17:59:53.556490 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: Flags [.], ack 164, win 65535, options [nop,nop,TS val 899983824 ecr 649355014], length 0
    17:59:53.576007 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: Flags [.], seq 1:1449, ack 164, win 65535, options [nop,nop,TS val 899983824 ecr 649355014], length 1448
    17:59:53.631457 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [.], ack 1449, win 65535, length 0
    17:59:53.631541 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: Flags [P.], seq 1449:1527, ack 164, win 65535, options [nop,nop,TS val 899983824 ecr 649355014], length 78
    17:59:53.632619 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [.], ack 1527, win 65535, length 0
    17:59:53.656753 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [F.], seq 164, ack 1527, win 65535, length 0
    17:59:53.656840 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: Flags [.], ack 165, win 65535, options [nop,nop,TS val 899983825 ecr 649355014], length 0
    17:59:53.656920 IP WAN.WAN.WAN.WAN.80 > lan.lan.lan.lan.50592: Flags [F.], seq 1527, ack 165, win 65535, options [nop,nop,TS val 899983825 ecr 649355014], length 0
    17:59:53.658263 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [.], ack 1527, win 65535, length 0
    17:59:53.658383 IP lan.lan.lan.lan.50592 > WAN.WAN.WAN.WAN.80: Flags [.], ack 1528, win 65535, length 0
    Message was edited by: the bee

    Thank you for replying… ( +No, that's not the sound of desperation in my keystrokes…+ )
    Anthony Bugera wrote:
    First I created the file sysctl.conf (copy of sysctl.conf.default) in the /etc directory and added the following line:
    net.inet.ip.scopedroute=0
    I thought that's basically what I did, from the command line, but…
    Second I installed Applejack 1.6, booted the server in single user mode, and issued the following command:
    applejack auto restart
    I wasn't sure what the purpose of AppleJack <http://applejack.sourceforge.net/> was here, but reading on…
    Everything has been stable for over 3 hours. I did the scopedroute change with the conf file and rebooted because other people in other discussions have had limited success modifying the setting while the server was running (without *clearing the caches, aka applejack*, and rebooting).
    Aha! There's probably a simple command line way to do this while running… somewhere… But, I'm willing to try it. I've already made the Mac our site's perimeter router, and I'm not quite ready to switch to a separate hardware router as the shiny new Mini ought to work.
    But, some sort of cache being out of date, is a plausible reason for it "only working for a little while".
    On the plus side, I'm getting a great TCP/IP re-education in the meanwhile.

  • Router trouble?

    My router stopped working recently. When I couldn't get online, I called my cable service provider, and after some troubleshooting, they recommended I disconnect my modem (Motorola Surfboard) from the router, after which I was indeed able to get online.
    I just tried the router again, and it worked for several hours, then stopped working again (web pages, e-mail inaccessible). When I disconnected the router and used only my cable modem, everything was fine again, indicating it's the router.
    Any suggestions would be greatly appreciated.
    -- Christine

    Thank you both for your replies. I had checked out D-Link's troubleshooting page, but there weren't any tips for intermittent problems -- nor for anything that really described my situation. I e-mailed the support people but, given my past experience with such queries, figured it was as likely as not that they'd either never reply or send some useless form e-mail.
    I'll post here if I actually get a response from D-Link, and better yet, one that works!
    Best,
    Christine

  • Router troubles with mac

    Hello again, this is the second time I'm posting this, but I have a shabby D-link router. On my mac, msn will consistantly log me out and give me various excuses, such as system is unavalible...bla bla bla. I think it's the router doing it, I used to get errors in safari and Internet explorer about not being able to connect to the server and then apon a second click it would snap in, it has stopped doing that, but msn is still logging me out ,ect, ect. My windows computer hooked up to the router via ethernet cable doesn't do this which doesn't make sense but does at the same time. Is there some reason my ibook is doing this? And would someone plese reply to me this time

    Hello
    First lets find out if it is the router, or the web browzer.
    Open a terminal window and use the ping command. Type the following command
    ping -c 10 MSN.com
    The ping command is use to see if your internet connection is good.
    -c 10 means how many times u reach MSN.com
    look at the results, if u read 0 lost packets u have a good connection to the internet, Basicly the router is letting access the internet. If u lost some packets check the router settings.
    The other thing to check is your web browzer. Does it only logs u out from msn, check other web site and see what happens. Some site are not very user freindly with SAfari. Try Firefox web browzer at firefox.com. I use this browzer, when sites are not Safari freindly and works fine.
    iBook G4   Mac OS X (10.4.5)  

  • WRT54G Router Trouble

    Noone on my wireless network can connect to the internet (including me) using this router. However, without the router I can use the internet just fine (but obviously noone else in my network can). I think my router's just given up on me after two years, but before I decide to buy a new one, is there anything I can do to fix it?

    Try logging into the router and restting it to defaults and see if it works.
    If it does you have the same problem as a lot of people on this board probably.

  • Routing troubles behind VPN3000

    Hello,
    I use vpn3000 with one connection group and an ACS server for users authentication (with RADIUS). There are two groups configured in ACS with different IP pools (10.20.1.x and 10.20.2.x). Private interface of the VPN3000 is configured with 10.7.2.1 and is connected to a 3550.
    If a VPN client connects to the concentrator that gets him a 10.20.x.y IP, he can't ping the switch.
    If I configured a 'test user' to get a 10.7.2.x IP, I can ping all the network...
    I configured the 3550 port with:
    interface FastEthernet0/5
    switchport mode access
    switchport access vlan 8
    interface vlan 8
    ip address 10.7.2.254 255.255.255.0
    ip address 10.20.1.254 255.255.255.0 secondary
    ip address 10.20.2.254 255.255.255.0 secondary
    and in vpn3000 for default gateway 10.7.2.254 and tunnel gateway 10.7.2.254..
    I want then to have a vlan for each IP pools configured in ACS...
    Any one could help me to resolve this trouble ??
    Thank you

    A similar configuration example using RADIUS for user authentication is available at http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_tech_note09186a00800a3b88.shtml. Hope that helps.

  • Linksys Router Trouble!

    Help!  I just got a Linksys router from a moving neighbor.  The router is a Linksys WRT54G v5. She didn't have the power adaptor, so I found one that is 12VDC 500mA and it works.  The factory resetted the device.  I always get a signal, but it has that little error sign on it.  It says my internet connection is broken.  I believe this is caused by a bad ethernet port, but I have gotten into the internet sometimes.  Help!  I have another router but it doesn't work either.  On the other router I get a signal that as no error sign and says "Internet Access" but I still cannot access the internet.  My laptop's network card works.  I prefer wireless so yeah.  Please help.

    You have to login to the routers admin pages and configure the router for your ISP.  Have you done this? Instructions are on the web and on this forum if you search.

Maybe you are looking for

  • Making use of a schema in SAX/DOM? (w/jdk 1.5 xml libraries)

    I have a simple function that I wrote to validate some xml...     public void validate(String xmlURI) throws SAXException, IOException  {      XMLReader parser = XMLReaderFactory.createXMLReader();      parser.setFeature("http://xml.org/sax/features/

  • Java.rmi.server.SkeletonMismatchException: interface hash mismatch

    I am trying to get a MBORemoteSet from the session, which actually gives me the list from the database table. when i click on a combo box returning me the list using the MBOSetRemote object it throws me the exception. could not load the labor codes f

  • Crystal 8.5 (Minimum function in the function tree does not appear to work)

    HI I would greatly appreciate some help with this problem I am having. I am creating a report in which there is a group of records printed . Within each record there could be any number of results related to that record of which I want to extract bot

  • A bit more pondering...

    Here's a reply from a previous post of mine that has now been locked. "Well it does (and not so well). You can export files to any output color space meaning any CMYK profile you have installed on your Mac. Not different from Photoshop expect you hav

  • Disk utility false "failed" disk errors

    Hello, I'm really hoping someone can help me solve this problem. I have an iMac (see specs below) connected via Thunderbolt to a LaCie 2big RAID drive (with two 3TB internal Seagate drives set up as mirrored RAID slices). Both the iMac and the LaCie