Archive

Archive for September, 2007

0DAY:ADOBE PDF

September 24th, 2007 rsivanandan No comments

This stuff gets better and better;

Adobe’s representatives can contact me from the usual place. My advise for you is not to open any PDF files (locally or remotely). Other PDF viewers might be vulnerable too. The issues was verified on Windows XP SP2 with the latest Adobe Reader 8.1, although previous versions are also affected.

This was how GNUCitizen closed his post. So apparently there seems to be a defect in Adobe Reader 8.1 on XP SP2 (Verified by him). Read More [...]

Categories: Attacks/Exploits, Tech in general Tags:

Seven Wonders of IT World

September 11th, 2007 rsivanandan No comments

September 07, 2007 — CIO — First, there were the Seven Wonders of the World. Then there was a New Seven Wonders list, voted on Internet-style. That got us thinking: What are the seven wonders of the IT world? Here’s a look at seven of the biggest, most extreme and most unusual computers and projects. By the way, do you have a vote for an eighth wonder? Tell us about it by commenting at the end of this story.

Good One { More…}

Categories: Tech in general Tags:

Configure Cisco Router in Bridge Mode

September 7th, 2007 rsivanandan 7 comments

At times when ISP drops an internet connection, it is needed to put the router in bridge mode so that the public ip address can be directly assigned on the inside firewall (any brand).

So you can put a cisco router in bridge mode this way;

bridge 1 protocol ieee

int fa0/0   <–connected to ISP (change interface accordingly)
no ip address
bridge-group 1

int fa0/1  <–connected to ASA (change interface accordingly)
no ip address
bridge-group 1

Categories: Cisco Tags: