05-24-2012 12:34 AM - edited 03-07-2019 06:52 AM
Hello all
I have a router Cisco 880G and recently we succeded to make it work also the 3G sim card for backup purposes.
I would like know to restrict when on 3G sim mobile usage to be able to use only the Microsoft Exchange which we have outside the company and not the ability to browse.
Any reccomendation is appreciated.
sincerely
Solved! Go to Solution.
05-24-2012 04:05 AM
conf t
access-list 150 permit ip any any eq smtp
access-list 150 permit ip any any eq pop3
...
interface Tunnel1
...
tunnel source Cellular0
tunnel destination 192.168.x.x
ip access-group 150 out
wr
no need to replace
so your users only can connect to mail servers
05-24-2012 01:21 AM
Hi
if a.b.c.d is ip address of MS exchange server
so
make acl
like this
conf t
access-list 150 permit ip any host a.b.c.d
and
if you use tunnel interface over cellular so
interface Tunnel1
...
tunnel source Cellular0
tunnel destination 192.168.x.x
ip access-group 150 out
wr
for more detailed help write here
sh runn
and dont forget rate post
05-24-2012 01:57 AM
Hello and thank you for your fast reply.
I recently moved my email server to the cloud (office365) so i dont know if there is always the same IP.
i have though the following hostname for my exchange domain name
goldenfoods-com-ro.mail.eo.outlook.com
so i need to replace the IP (abcd) which you mention with the hostname?
thx
05-24-2012 02:33 AM
you can change
access-list 150 permit ip any host a.b.c.d any eq smtp
access-list 150 permit ip any any eq pop3
so users can access any mail server and not Web
05-24-2012 03:25 AM
Sorry but i am not so familiar so i ask more analytic.
I need to replace where is eq smtp goldenfoods-com-ro.mail.eo.outlook.com ??
thx
05-24-2012 04:05 AM
conf t
access-list 150 permit ip any any eq smtp
access-list 150 permit ip any any eq pop3
...
interface Tunnel1
...
tunnel source Cellular0
tunnel destination 192.168.x.x
ip access-group 150 out
wr
no need to replace
so your users only can connect to mail servers
05-24-2012 05:45 AM
Thx a lot
06-06-2012 11:32 PM
Dear ttemirgaliyev
Yesterday i have added the following to the CISCO router:
access-list 163 permit tcp any any eq smtp
access-list 163 permit tcp any any eq pop3
access-list 163 permit tcp any any eq domain
access-list 163 permit udp any any eq domain
access-list 163 deny ip any any
in order to allow only the Microsoft Exchange to be used when on 3G mobile usage but it doesnt work.
can you pls let me know your opinion
thx
06-07-2012 01:24 AM
Hi
please give
sh access-lis
sh runn
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide