Yet another routing problem :/

I'm trying to setup something like this:
ADSL line
|
192.168.0.1 Netgear router
|
192.168.0.2 eth0 Arch box
192.168.1.1 eth1 /
|
192.168.1.2 Windows box
The rc.conf lines are:
MODULES=(dmfe 8139too uhci_hcd snd-via82xx snd-pcm-oss !usbserial !ide-scsi)
lo="lo 127.0.0.1"
eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth1="eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(lo eth0 eth1)
loopback="-host 127.0.0.1 lo"
gateway="default gw 192.168.0.1"
ROUTES=(gateway loopback)
After a network restart the ifconfig returns the following output:
eth0 Link encap:Ethernet HWaddr 00:80:AD:01:13:0D
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::280:adff:fe01:130d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:138 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3124 (3.0 Kb) TX bytes:3240 (3.1 Kb)
Interrupt:11 Base address:0xa400
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
What am I doing wrong here and how should I configure the arch box?
Thank you.

Oh boy... guess it's not a good idea to chill on a Sunday afternoon, having few beers and also tweaking Linux...
I have commited a typo which costed me about 1 hour of confusion.
Wrong setting:
eth1="eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
Good setting (after another beer):
eth1="eth1 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
:oops:
It's all smooth now.

Similar Messages

  • YAPP (Yet Another Printing Problem)

    I've found another printing problem - this time with colour printing.
    To my
    surprise, Forte (3.0.E.0) can print in colour (at least on a HP 690C,
    using
    NT drivers for the 660C, the printer being connected to a Win95
    machine).
    I can print OK with from my NT develpoment machine in colour, but when
    running
    the same app from the Win95 client with the printer attached locally the
    coloured text disappears. Has anyone else come across this problem?
    Is this another of the 'Printing works fine as long as it happens
    non-locally?'
    features?
    Thanks
    Jamie Anstice
    Programmer/Analyst, University of Canterbury
    New Zealand

    I can print OK with from my NT develpoment machine in colour, but when
    running
    the same app from the Win95 client with the printer attached locally the
    coloured text disappears. Has anyone else come across this problem?Hi Jamie,
    I wonder if this is related to the printing feature I discovered
    where things I print from Forte have a strong tendency to come out in
    the same colours as my windows desktop, which is
    typically yellow-on-black.
    - Ed
    ================================================================================
    Eduard E Havelaar, Information Services Section, University of Canterbury
    email: [email protected]
    phone: +64-3-366 7001 extn 8910
    fax: +64-3-364 2999
    snailmail: Private Bag 4800, Christchurch, New Zealand

  • Another routing problem

    I just replaced a FreeBSD box with Solaris 10 x86 U5.
    I want my Windows boxes to reach internet thru Solaris. At the moment windows clients are able to ping both NICs on the Solaris. However, they can not ping default gateway of Solaris box. There is no problem on Solaris. I can reach internet without any problem.
    Before posting, I used routeadm and (1) I enabled only ipv4-forwarding (did not work), (2) I enabled only ipv4-routing (did not work), (3) I enabled both ipv4-forwarding & ipv4-routing (did not help)
    I also read about 5 pages of similar routing problems in forums. No clear solution is provided in any of them. I am posting this with the hope to find a solution.
    Some information about my network is as follows:
    bash-3.00# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 192.168.2.2 netmask ffffff00 broadcast 192.168.2.255
    ether 0:1c:c4:31:5:fd
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 192.168.1.3 netmask ffffff00 broadcast 192.168.1.255
    ether 0:1b:21:15:15:29
    bash-3.00#
    bash-3.00# netstat -rn
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    default 192.168.2.1 UG 1 15658
    192.168.1.0 192.168.1.3 U 1 177 e1000g0
    192.168.2.0 192.168.2.2 U 1 8 bge0
    127.0.0.1 127.0.0.1 UH 4 58 lo0
    bash-3.00#
    bash-3.00# routeadm
    Configuration Current Current
    Option Configuration System State
    IPv4 routing disabled disabled
    IPv6 routing disabled disabled
    IPv4 forwarding disabled disabled
    IPv6 forwarding disabled disabled
    Routing services "route:default ripng:default"
    Routing daemons:
    STATE FMRI
    disabled svc:/network/routing/legacy-routing:ipv4
    disabled svc:/network/routing/legacy-routing:ipv6
    disabled svc:/network/routing/ndp:default
    disabled svc:/network/routing/zebra:quagga
    disabled svc:/network/routing/rip:quagga
    disabled svc:/network/routing/ripng:default
    disabled svc:/network/routing/ripng:quagga
    disabled svc:/network/routing/ospf:quagga
    disabled svc:/network/routing/ospf6:quagga
    disabled svc:/network/routing/bgp:quagga
    disabled svc:/network/routing/rdisc:default
    disabled svc:/network/routing/route:default
    bash-3.00#
    bash-3.00# ndd -get /dev/ip ip_forwarding
    0
    bash-3.00#

    kucukoglu wrote:
    I just replaced a FreeBSD box with Solaris 10 x86 U5.
    I want my Windows boxes to reach internet thru Solaris. At the moment windows clients are able to ping both NICs on the Solaris. However, they can not ping default gateway of Solaris box. There is no problem on Solaris. I can reach internet without any problem.Does the outside world know how to route to the clients behind Solaris? I'll bet they do not.
    If that's true, then routing/forwarding isn't useful. You'll have to set up the Solaris box as a NAT gateway instead. Ipfilter can do that. There are several cookbooks for it.
    Before posting, I used routeadm and (1) I enabled only ipv4-forwarding (did not work), (2) I enabled only ipv4-routing (did not work), (3) I enabled both ipv4-forwarding & ipv4-routing (did not help)
    I also read about 5 pages of similar routing problems in forums. No clear solution is provided in any of them. I am posting this with the hope to find a solution.Your solution is fine for outbound packets (the clients use Solaris as a gateway and then it forwards them on to the internet). But for the return packet, that's not possible. There's no route published.
    Darren

  • IPod Touch (yet another) syncing problem contacts, address book

    I have a new 2nd gen Touch 8g. I am trying to sync to my MacBook Pro. Would like to sync all my contacts and calendar info from my old Palm, but that is not my question today. I am unable to sync my Address Book and iCal information to Contacts and Calendar on the Touch. Specifics:
    - OS X is 10.5.6
    - iTunes is 8.1, recently updated
    - iTouch software is 2.2.1, recently updated
    - Address Book is 4.1.1
    - iCal is 3.0.6
    I can "sync" using iTunes. It backs up the Touch. It syncs the music. It doesn't sync the Address Book or Contacts properly.
    History:
    - At first, I set it to sync the Address Book and Contacts (not Calendar and iCal). It would go through the sync process until "Updating Contacts with..." It would hang there overnight. This happened when there were 200+ contacts in Address Book on the Mac but none on the Touch. I cancelled after overnight hours and found none on the Touch.
    - Deleted all Address Book contacts. Now there were none on either Mac or Touch. Still would spin the "Updating Contacts with..." for hours.
    - Set iTunes to sync both Address Book and iCal. Added 1 simple contact in Address Book. Added 1 event in iCal. Synced. The sync completed but nothing was transferred between the Mac and the Touch.
    - Added 1 contact in Contacts on Touch and 1 event in Calendar on Touch. Synced. Each still had 1 contact, 1 event, but not the same ones.
    - Set iTunes to replace the information on the iPod (one time). The sync completed, and erased the contact and calendar event on the Touch, and put the 1 iCal event onto the Touch (yea!) but not the contact from Address Book (boo!).
    - Tried multiple more times. I can add a calendar event on the Touch, but it never appears on iCal on the Mac. I can add a contact on the Touch or in Address Book on the Mac, but the two never sync up to show on the other.
    Other details:
    - I don't use Google Contacts or Calendar
    - I don't use MobileMe (or really know what it is yet)
    - I did use iSync to try to sync all my Palm info (not successfully), but stopped trying and reset the sync history, just in case.
    - I don't use USB hubs, and I do the sync with just the Touch attached via the cable it came with directly into the MacBook Pro.
    - I've read hundreds of posts here and elsewhere. I've restarted programs multiple times. I've updated software. I've tried following the advice of all the posts I could, even if they weren't precisely what I was experiencing.
    Does anyone have any brilliant ideas as to what I should try next? I bought this thing to replace my Palm as my PDA, but it won't be any good unless I can sync the darn thing. I've been working on this for almost 3 days straight and am going bug eyed reading all the info on the web. ANY help would be appreciated!
    Thanks!

    I managed to get the sync to work after much shutting down and restarting, of programs and the computer. I cleared the iSync history just in case. I closed programs, etc. Eventually, it just worked and has continued to do so ever since. It is not slow, but rather quick.
    All is well.
    Now, the conversion from Palm is another story.....

  • Yet another printing problem 'EOF' errors

    This problem is probably both a Leopard and Adobe problem combined. It's a rather complicated problem, but the bottom line is that (to most printers) the jobs coming out of one of our Mac Pros cause the printers to crash and restart themselves giving an 'EOF Error (End of File)' on at least one of them. The problem also appears to affect PDF documents created in InDesign which will then cause the same errors on any computer it is printed from.
    Things you may need to know and that I've already tried:
    • The same printers with the same drivers printing the same files will work on other Mac Pros of the same version with the same version of Leopard.
    • Using a generic driver will print properly, however this is not a workaround because we need duplexing provided by the driver and I'm not sure how this could fix the PDF problem.
    • Fonts have been disabled and checked with Font Doctor.
    • Starting up in 'Safe Mode' will allow printing, but without fonts or links on server volumes.
    • Switching the hard drive with another identical Mac Pro brought the problem with the HD, worked on other. In other words, the problem is definitely in the software and not a hardware problem.
    • Reset the printing system numerous times.
    • Re-installed the OS, Adobe CS3, and a couple of documents - same problem with no added extensions. Other computer with tons of extensions and fonts, etc. - no problem.
    • Plain text documents print fine.
    • Some PostScript documents will print, but rarely.
    • Will not print to HP LaserJet 2420, Minolta Di650 Fiery, ABDick Platemaker.
    • WIll print to Kodak DigiMaster (three different models and versions)
    Everything that I think sounds like it could be the problem is disproved by the fact that several other Mac Pros with the exact same configuration have no problem. I'm thinking about cloning another Mac Pro system that works and seeing if I can go about it that way.
    Apple support was no help. Nor was Adobe. They tried to be helpful, but there is no logic to solving this one. This has been going on for over a week now and I've tried so many things. It's driving me crazy. Any help would be greatly appreciated.

    It was actually just a commonly used font that had gone bad somehow. Problems like that are always fonts or links. Sometimes they just aren't as obvious. We thought we'd checked everything and it affected so many of her files because she used the font so often.

  • Yet another network problem (SIOCADDRT: No such process)

    After IP address of router in my apartment changed I have troubles with bringing up my network connection. I changed my gateway address and now it fails with:
    :: Starting Network [BUSY]
    SIOCADDRT: No such process
    [FAIL]
    however
    $route add <gateway ip> eth0
    temporarily solves the problem:
    [dreamer_@dream02 ~]$ sudo /etc/rc.d/network start
    :: Starting Network [DONE]
    any ideas how should I repair this to start my network automatically?

    dreamer_ wrote:
    rc.conf:
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.3.128 netmask 255.255.255.0 broadcast 192.168.3.255"
    INTERFACES=(lo eth0)
    gateway="default gw 80.48.72.175"
    ROUTES=(gateway)
    the only thing that changed is gateway ip (previous was 192.168.13.something). I was playing with different netmasks and broadcast ranges but it didn't help
    The problem is in the lines:
    gateway="default gw 80.48.72.175"
    ROUTES=(gateway)
    If you are using DHCP the line ROUTES=(gateway) should read ROUTES=(!gateway) <-- notice the !
    Hope this helps.
    R.

  • Wine and yet another font problem

    So I upgraded my system (had to load lots of stuff, Xorg, Wine, the kernel..) and now my Wine fonts look like this:
    http://koti.kapsi.fi/anpurola/winecfg.png
    Some fonts are ok, but most of them are unreadable. I mostly run poker clients. I tried to delete my .wine directory, and install fonts again with winetricks, didn't help.
    Does this have something to do with the new Xorg? I had to remove RgbPath and AutoAddDevices from xorg.conf BTW, to get it work.
    Last edited by strummer (2008-12-08 12:12:31)

    LTSmash wrote:
    strummer wrote:
    sunday wrote:
    I've found this help:
    Using wine over remote X11 sessions and No text or damaged text displayed
    Please make sure not have added any fonts to wine. Font conflicts can sometimes cause a similar issue. If a fresh wine prefix.(A copy of wine that nothing has been done to yet) Is having this problem. Try setting following in registry
    [HKEY_CURRENT_USER\Software\Wine\X11 Driver]
    "ClientSideWithRender"="N"
    Place above in text file and it can be inserted into registry by "regedit settings.txt".
    This was report as been required of OS X on the 1 Dec 2007. This may change. Please apply only as required.
    but it doesn't work for me. Anybody has an idea how to do it?
    Wow it works! Thank you! Too bad if some of you still have problems.. BTW I'm using nvidia-96xx driver.
    edit: Now that I tried different programs, I noticed some of the graphics won't work For example, I don't see any buttons in programs such as Spotify or Full Tilt Poker client..
    Whoa thanks. It worked for me too.
    how you ran regedit?
    Last edited by na12 (2008-12-31 10:46:54)

  • Yet another internet problem after updating to Leopard

    After 3 attempts, I've finally got Leopard installed on my Macbook Pro (just over 18 months old, was running Tiger perfectly well) and i STILL can't get internet access.
    The Airport says its connected but nothing loads at all - it won't send/receive messages, it won't load webpages, it just sits there doing nothing until eventually (often after half an hour or more) it'll tell me that the connection has timed out.
    I've done the following changes as suggested elsewhere on the internet -
    1. Changed IPv4 settings to manual and doublechecked these are correct - they weren't the first time round, it was inventing phantom numbers and confusing my router for the actual interwebs. So changed that.
    2. Turned IPv6 to Off on both airport and ethernet
    3. corrected DNS entries for the Airport - again left to its own devices it thinks the router's IP address is the DNS address. So I added the correct 2 plus the two from Open DNS for good measure. I've tried different combinations of all 4, only the router two, only the open DNS 2 and so on and so forth and it still won't work!
    4. tried restarting several times after each change.
    5. double checked i don't have any of the .plist files from Tiger that might be interfering.
    6. checked for a trojan horse
    7. checked my router is working (it is).
    And, nothing worked. It's still rubbish and does nothing. I wish I had never spent the money on the stupid upgrade and am never going to do it again!
    Can anyone help?!
    I've got 10.5.4 and then I patched it with the 10.5.5 Combo update too. I went for an Erase and Install option too. I'm not the most mac savvy person around, so please be gentle!
    TIA.

    I've checked, double checked, triple checked, tested, quadruple checked... My router is working perfectly, it works with my blackberry, friends laptops, my PC... just not my Mac. All the addresses are correct - left to its own devices the laptop with Leopard on it will NOT use the correct info for the DHCP or any other address. It uses incorrect information, confusing the Router itself with the actual internet (basically all the address fields that are meant to point you at, like, "the internet" will instead just point you to the router and the router of course replies with Hey man, whaddya want? I'm just a router... so nothing happens). Changing that gave me some internet access where previously it wasn't getting any. But all webpages take forever to load - often not loading at all - and after about 10 minutes of occasionally working the whole thing will pack up.
    I flat out refuse to fork out £300 for a new router just because Apple decided to make their new OS incompatible with anything but Time Capsule (as I suspect is probably the case given loads of people are having the same problems and there's been a noticeable silence on the subject from Apple). So I guess I'll be wiping the macbook AGAIN and reinstalling Tiger from the recovery disc.
    Next computer - back to a windows PC! I'm sure Microsoft are loving Leopard.

  • Yet Another NVIDIA Problem(TM)

    Since I updated XFree86 a week or so ago, it just keeps failing to initialise the NVIDIA module. I tried X.Org, which does exactly the same. Looking at the log, everything seems to start up properly with no errors, but suddenly it decides to give up, no reason given.
    I have just discovered that if I uninstall, reinstall and modprobe the the NVIDIA drivers, it works! Until I reboot. Then, no matter what I try, it will not work at all! So I have to uninstall, reinstall and modprobe each time I reboot.
    Very weird is all I can say.

    Well, I had done that, but the point was that once I restarted, whether the nvidia modules was loaded by /etc/rc.sysinit or manually with modprobe, it would not work (but modprobe did not report any errors). The /dev/nvidia* devices do not show up.
    Seems the problem is with UDev (maybe I needed to configure something for it?). I have switched back to DevFS for now, and it works again (X.Org). I had forgotten when I posted that I had also switched to UDev at the same time...
    I still have another slightly related problem. I recently (yesterday) had this idea that maybe I should try get my (hardly ever used) Lucent winmodem working under Linux for the odd times I use dial-up. Drivers were easy to find (http://linmodems.org/). This worked under UDev, but then stopped working when I restarted (grr), the same as NVIDIA, whether they were in MODULES or whether I modprobe'd 'em. I actually got KPPP to dial on /dev/modem and it would have authorised had I bothered to configure PPP daemon first ;-) Didn't work under DevFS either, even though the install script had added a rule in /etc/modprobe.conf to alias /dev/modem which doesn't materialse. The device does appear at /dev/tts/LTM0 but KPPP can't dial on it.

  • Can you please help with yet "another" Sync problem?

    I have recently changed from windows xp. I have a new computer with windows 7 and I loaded Itunes 10. There have been nothing but problems with my 5th gen nano since I have changed to my new computer.
    I am unable to sync new songs; In the device section, if I click on
    MUSIC; I get an error; "are you sure you want to sync music? all existing content on the Ipod will be removed and replaced with songs and playlists from your Itunes library.
    It has been frustrating, because I would like to add my playlists and sync automatically and for some reason, I am not able to. Thank you for any light you may be able to shed on this situation; Tawney.

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Note: iTunes Gift Cards are only Valid in Country of issue

  • Yet another netgear problem!

    there was a lightning strike recently at my house and the internet stopped working for a PC and my mac that were connected to the cable modem. the PC laptop, not plugged in at the time, still worked when plugged directly into the modem. we replaced our router with a netgear RP614 web safe router. the technicians also changed some IP numbers for the PC and reset the modem, but they did not touch my mac. two PCs in my house are now happily connected to the modem and the new router, but my mac will not get internet whe3n plugged directly into the modem and when it is plugged into the netgear router, the router does not even recognize it. the netgear CD doesn't help because it needs to connect to the internet and is obviously more PC biased. Is my mac broken, or is it the router/modem's fault? please help. I have an iMac G4 with OSX 10.3.9.

    Hmmm... the Mac is probably manually setup to look for the old router!
    You need to setup a new 'Location' for the new router....
    http://support.apple.com/kb/HT2712

  • Yet Another modelsUnderRay Problem!

    Hi,
    I've seen a few posts about using the modelsUnderRay for
    collision detection but none of them have seem to help me. I've got
    a complex scene and adding collision detection to my character.
    However for some reason director crashes when I render the movie. I
    made sure the ray is not detecting the character which it has been
    added to. Heres the code I using...
    collisionList =
    pScene.modelsUnderRay(pCharBoundingBox.worldPosition +
    vector(1,1,1) , pCharacter.transform.yAxis,#detailed )
    As you can see the starting position of the ray is not the
    character position. And the collisionList is empty when its not
    detecting any objects, but director still crashes
    I have followed this tutorial to help get me here:
    http://www.fbe.unsw.edu.au/learning/director/3D/environment/collision2.asp
    Has anyone has any similar problems using modelsUnderRay
    before? Is there a better way for doing collision detection other
    than the method the tutorial shows you for more complex scenes?
    Thanks in advance for any suggestions

    Don't think you have answered my question.
    USB2 Enhanced Controller has 5 driver files listed
    usbehci.sys
    usbhus.sys
    usbport.sys
    hccoin.dll
    usbui.dll
    4xUSB Controllers each have 4 driver files listed
    usbhub.sys
    usbport.sys
    usbuhci.sys
    usbui.dll
    5xUSB Root Hub each have two driver files listed
    usbd.sys
    usbhub.sys
    That is what I am trying to confirm - is all this correct or have I some driver files there that are perhaps not current and/or not required?

  • Re: YAPP (Yet Another Printing Problem)

    Ed,
    I wonder if this is related to the printing feature I discovered
    where things I print from Forte have a strong tendency to come out in
    the same colours as my windows desktop, which is
    typically yellow-on-black.
    Sounds like your print windows are inheriting their color from the desktop. You can
    change this in the window workshop on the color palette. The "i" in the palette
    means the window inherits it color from the desktop.
    Robert
    MailTo:[email protected]
    http://www.crisafulli-consulting.com
    Crisafulli Consulting, Inc.
    6 Founders Court Phone: (301) 972-9401
    Damascus, MD 20872 FAX: (301) 972-9403

    I can print OK with from my NT develpoment machine in colour, but when
    running
    the same app from the Win95 client with the printer attached locally the
    coloured text disappears. Has anyone else come across this problem?Hi Jamie,
    I wonder if this is related to the printing feature I discovered
    where things I print from Forte have a strong tendency to come out in
    the same colours as my windows desktop, which is
    typically yellow-on-black.
    - Ed
    ================================================================================
    Eduard E Havelaar, Information Services Section, University of Canterbury
    email: [email protected]
    phone: +64-3-366 7001 extn 8910
    fax: +64-3-364 2999
    snailmail: Private Bag 4800, Christchurch, New Zealand

  • Yet another fan problem

    hey everyone ... i've recently did a complete reinstall of arch on my laptop for 'maintenance' purposees. Now, while I think i've got everything pretty reconfigured exactly as it was before, there is something .. well .. different, about my fan !
    Even though i'm 99% positive that ive got all /etc files setup just as they were, that ive got all necessary modules up & running, my fan doesnt seem to be responding in the same way. My CPU isnt really running any hotter than before, but because the fan doesnt react to the higher temps, it gets hotter faster than before, and takes forever too cool down after effort..
    I like this laptop & paid lotsa bucks for it, and wouldnt want it to deprecate faster because of heating problems. So, what controls the fan and why might you think it fails to respond to the temps ? ...

    more: ive just noticed /proc/acpi/fan/FAN0/state will not buldge from 'off' ...... its 'off' all the freakin time ...... dmesg says its setting state to 'D3' .......
    anyway, now i got proof fan is always off. cause thing is, even when its on, its not blowing that hard, nor is it very noisy. so i wasnt sure, but now i am ...
    anyways, lm sensors cant seem to find any modules for my fan. and i just cant find any info anywhere on how to get acpi to run my fan ... i guess it should be a mix of events/actions but which and how ???!>
    *sadness*

  • Yet Another TShirt problem :(

    Hey ppl!
    I got mail from US merchandising on 21 November for contact details. I am afraid its a month since then and I havent recieved my tshirt. What should I do now??
    Regards
    Puru
    P.S: I know this question doesnt fit well in this forum, but I didnt find any other place to discuss this, so am posting it here.

    Puru,
    If you have the e-mail address from Another World Merchandising, e-mail them that you never received the shirt.
    If not then you can send me a mail and we'll try to see where it went along the way.
    R,
    Gali

Maybe you are looking for

  • Lumia 930 won't detect LTE

    Hello I'm on Rogers network in Canada. It says they use the 2600 mhz range or band 7. Do all Lumia 930 support this range. Currently my phone only shows the 4g symbol, not LTE. Any suggestions? Thanks V Nokia 3395 Nokia 6600 Nokia N95 8GB Nokia N8 (A

  • Cekck before post a reverse doc using FB08

    Hi all, In our sap system, some users can post and reverse FI JE documents. weu2019d like to implement some user-exit/badi/BTE to stop the same user to reverse the documents that posted by himself. Any idea how to make it happen? Thanks in advance...

  • Configring and instaling 10g RAC on two Nods win 2003 Local Area

    All Experts I want to configure and instal 10g RAC using three database server on difirent network groups (Head office , processing, stitching). i am unable to configure ip etc. ip address is as: work group ip address computer name HO 192.168.0.29 ma

  • Can you animate a folder in the dock?

    I am looking for a way to animate the dropbox folder in the dock, when something has been dropped in it by other users over a network. Is there a third party software/plug-in for this?

  • How do I transfer files and pictures from my blackberry to my mac

    how do I transfer files and pictures from my blackberry to my mac. My mac does not seem to recognize my blackberry as a devise