07-09-2006 12:03 AM - edited 03-03-2019 01:16 PM
dear sir,
i have cisco router 831 and i want to configure it and i have a puplic IP from VSAT modem to get an internet to my Pc's behind the cisco router but i don't know how to do that and i have information but not enough can you help me please ASAP .
thanx
Maher
07-09-2006 09:38 PM
Hi
There is a WAN port and LAN ports on your cisco 831 router.
The scenerio will be
The following is the config for internet access with NAT.
int
ip add 10.0.0.2 255.255.255.252
ip nat outside
int
ip add 192.168.1.1 255.255.255.0
ip nat inside
access-list 1 permit 192.168.1.0 0.0.0.255
ip nat inside source-list 1 interface
ip route 0.0.0.0 0.0.0.0 10.0.0.1
Hope this helps
Pls rate all posts.
Regards
JD
10-11-2006 01:51 PM
I have a similar issue. Im trying to confiure a Cisco Router with a VSAT module. All i want to to is provide internet access for one user connected to the e0 port of the router. Can you please show me what the configs would look like? I have never worked with a VSAT module before.
Thanks
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