Hi

 I have setup a website in my internal lan which is 192.168.1.0/24 (
192.168.1.1 - 192.168.1.255) and my website is hosted on the system
192.168.1.77 on port 80 my eth0 is 192.168.10.45 and eth1 is 192.168.1.1 I
want to access the website  whenever I visit 192.168.1.1 on default port 80
and this is what I have added in NAT Rule

  service {
          nat {
                rule 20{
                     destination {
                         address: "192.168.1.1"
                               port-number {
                                            80
                                                  }
                                        }
        inbound-interface: "eth1"
        inside-address {
                   address: "192.168.1.77"
                   port-number: "80"
                               }
        protocols: "tcp"
        type: "destination"
                            }
                    }
              }

But I'm not able to access the website, the firewall is turned off on local
machine and in vyatta I didn't configure the firewall yet and I can access
the website on other machines using local ip. What changes I need to make in
NAT rule, would be kind of you if you provide some pointers.
_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to