hi guys...
i had a problem with my router..so i change it to mikrotik...
but i had some problem.. i cant find a way to set up this mikrotik( im totally new with this)
im only had a router config..
interface GigabitEthernet0/0
ip address yyy.yyy.yyy.yyy yyy.yyy.yyy.yyy
ip verify unicast source reachable-via rx allow-default 100
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
no cdp enable
no mop enabled
!
interface GigabitEthernet0/1
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ip access-group inside_inbound in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
no mop enabled
!
router ospf 1
log-adjacency-changes
redistribute static subnets
default-information originate always
!
ip route xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx y.y.y.y
!
!
no ip http server
no ip http secure-server
!
ip access-list extended inside_inbound
permit icmp any any
permit ip any y.y.y.y xxx.xxx.xxx.xxx
permit ip y.y.y.y xxx.xxx.xxx.xxx any
!
logging trap debugging
logging facility local2
access-list 100 permit udp any any eq bootpc
snmp-server community aaa-ro RO 10
snmp-server community aaa-rw RW 10
no cdp run
anyone can help me to implement this to mikrotik....??
thank