I went and looked at the old docs.  I thought I set them up correctly
but aparently I didn't.  I'll im trying to do is to get people on the
internet to view the website on my comp (192.168.0.105).  The only
difference that i noticed when I tried to commit the example in the old
docs was that vc3 requires an 'inside-address'.  Could someone please
help me correct this to get it working?

rule 3 {
        type: "destination"
        inbound-interface: "eth0"
        protocols: "tcp"
        destination {
            address: "192.168.0.105"
            port-name http
        }
        inside-address {
            address: 192.168.0.105 <-- didn't know what to put here
exactly...
        }
    }

What do I need to do?

Thanks,
Nate

_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to