Question : Router- SW- PC configuration

hi all,

i'm doing some test for an exam, and i stucked in some config with the switch and router.

here what i'm doing.
i got connected my router int f0/0 (external 11.118.56.34 since i have 1 public ip here) to the sw port 1 which is configure as a vlan 99 ( trying to keep separate)
i got connected my 2nd interface  f0/1 (internal- ip 10.10.12.254) to my switch port 2 as a vlan 100
i got connected my internet to switch port 3 vlan99
finally i have my pc connected to the sw port 4 vlan 100
since i don't have a dhcp enable, i configure my pc as 10.10.12.1 /24 default gateway 1010.12.254.

questions here,

1 from my router i can ping google by IP but dosen't resolve by name (google.com) i believe something is missing in the OutSideACL to allow dns traffic.

2 from my pc can not ping the router(10.10.12.254) andlike as said the port 4 is in a vlan 100

3 about switch basic config is inplace, i just created  vlans 99 and 100 to separate , also i cannot ping form the switch to the router ip,


thanks,
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
Building configuration...

Current configuration : 4151 bytes
!
! Last configuration change at 16:18:02 UTC Sat Jul 17 2010 by demorouter
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname demortr
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable password demortr
!
no aaa new-model
ip source-route
!
!
!
!
ip cef
ip domain name demortr.com
multilink bundle-name authenticated
!
!
license udi pid CISCO1841 sn FTX1426806U
username demotrtr privilege 15 secret 5 $1$HY52$CsJf5Eq12K25TxAIqyqBF0
!
!
!
!
!
!
interface FastEthernet0/0
 description Out
 bandwidth 102400
 ip address 11.118.56.34 255.255.255.224
 ip access-group OutSideACL in
 ip nat outside
 ip virtual-reassembly
 speed 100
 full-duplex
!
interface FastEthernet0/1
 bandwidth 102400
 ip address 10.10.12.254 255.255.255.0
 ip nat inside
 speed 100
 full-duplex
!
interface Serial0/0/0
 no ip address
 shutdown
!
ip forward-protocol nd
!
!
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat pool myOverload 11.118.56.35 11.118.56.35 netmask 255.255.255.224
ip nat inside source route-map Translation pool myOverload overload
ip nat inside source static 10.10.12.1 11.118.56.36 route-map Translation
ip route 0.0.0.0 0.0.0.0 11.118.56.33
!
ip access-list extended OutSideACL
 permit icmp any any
 permit tcp any host 11.118.56.35 established
 permit icmp any any host-unreachable log
 permit udp any any eq domain log
 permit udp any eq domain any log
 permit tcp any host 11.118.56.36 eq 1723 log
 permit tcp any host 11.118.56.36
 permit tcp any host 11.118.56.36 eq www log
 permit esp any any log
 permit gre any any log
 permit udp any any eq isakmp log
 permit udp any eq isakmp any log
 permit tcp any 11.118.56.0 0.0.0.255 gt 1023 established
 permit tcp any any eq 1723
 permit ahp any any log
 permit udp any eq non500-isakmp any log
 deny   ip any any log
ip access-list extended PAT-ACL
 permit ip 10.10.12.0 0.0.0.255 any log
!
route-map Translation permit 10
 match ip address PAT-ACL
!
!
!
control-plane
!
banner exec 
!
line con 0
 password demortr
 login local
line aux 0
line vty 0 4
 privilege level 15
 login local
 transport input telnet
line vty 5 15
 privilege level 15
 login local
 transport input telnet
!
scheduler allocate 20000 1000
end

------------------

Answer : Router- SW- PC configuration

MalwareBytes is designed to be run in normal mode, safe mode is not necessary.

For cleaning the system: MalwareBytes, ComboFix, HitmanPro, as well as ATF/TFC or CCleaner are good ones.
Plus other diagnostic tools to troubleshoot when problems persist.

For antivirus I use the FREE Avast, for anti-malware I'm using MalwareBytes with real-time protection.
I use Windows Firewall, and ensure that Windows and programs are fully updated.
I also use Spywareblaster which blocks activeX-based malware without wasting any resources.
I'm sure other users also have their own personal preference in AV and anti-malware.
 

If you like, check out these links below:
1.  miekiemoes' "How to prevent Malware"
http://users.telenet.be/bluepatchy/miekiemoes/prevention.html

2.  Simple and easy ways to keep your computer safe and secure on the Internet:
http://www.bleepingcomputer.com/tutorials/tutorial82.html

3.  TonyKlein's article "So how did I get infected in the first place?"
http://www.spywareinfoforum.com/index.php?showtopic=60955
Random Solutions  
 
programming4us programming4us